xmorf for Cursor
io.github.crawde/xmorf
AI image editing and generation via xmorf API. Edit, generate, and list models.
client:Cursor
transport:stdio
runtime:npm
Install xmorf in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"xmorf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<XMORF_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs