Krita Codex MCP for Grok
io.github.cyyprezz/krita-codex-mcp
Control Krita through a secure local MCP server and authenticated Windows bridge.
client:Grok
transport:stdio
runtime:pypi
Install Krita Codex MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"krita-codex-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"krita-codex-mcp"
]
}
}
}
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