xmorf for Grok
io.github.crawde/xmorf
AI image editing and generation via xmorf API. Edit, generate, and list models.
client:Grok
transport:stdio
runtime:npm
Install xmorf in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"xmorf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-xmorf"
],
"env": {
"XMORF_API_TOKEN": "<XMORF_API_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs