xmorf for Cline
io.github.crawde/xmorf
AI image editing and generation via xmorf API. Edit, generate, and list models.
client:Cline
transport:stdio
runtime:npm
Install xmorf in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"xmorf": {
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<XMORF_API_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs