
Xmorf
Generate and edit marketing or product images from your coding agent without leaving the IDE workflow.
Overview
io.github.crawde/xmorf is a MCP server for the Build phase that connects agents to xmorf for AI image editing, generation, and model listing.
What is this MCP server?
- Edit existing images via xmorf API from agent tool calls
- Generate new images from prompts inside MCP clients
- List available xmorf models before picking a style or capability
- npm package mcp-xmorf v1.0.2 with stdio transport
- Bearer token auth via XMORF_API_TOKEN from xmorf.com
- Server version 1.0.2
- npm package identifier mcp-xmorf
- 1 required secret env var: XMORF_API_TOKEN
What problem does it solve?
Builders waste context switching between their agent and separate image tools when they need quick visuals for prototypes or launches.
Who is it for?
Indie builders who already use xmorf and want image ops inside Claude Code, Cursor, or other MCP stdio clients.
Skip if: Teams that need offline image pipelines, no third-party API spend, or video/3D generation outside xmorf.
What do I get? / Deliverables
After install, your agent can call xmorf to edit or generate images and list models using your API token.
- Agent-callable image edit and generate operations via xmorf
- Model catalog listing for choosing xmorf endpoints
- Registered stdio MCP server in your agent config
Recommended MCP Servers
Journey fit
Image assets are produced while you are building landing pages, apps, and content—not during early discovery alone. Stdio MCP wiring to the xmorf API fits the integrations shelf where external creative APIs plug into Claude Code or Cursor.
How it compares
Hosted image API MCP bridge, not a local ComfyUI skill or a general browser automation server.
Common Questions / FAQ
Who is io.github.crawde/xmorf for?
Solo and indie builders using MCP-enabled agents who want xmorf image edit and generate tools in the same session as their code.
When should I use io.github.crawde/xmorf?
Use it during build when you need hero images, mock UI assets, or iterative edits without opening a separate design app.
How do I add io.github.crawde/xmorf to my agent?
Install the npm package mcp-xmorf, configure stdio in your MCP client, and set the required secret XMORF_API_TOKEN from xmorf.com.