Krita Codex MCP for Cursor
io.github.cyyprezz/krita-codex-mcp
Control Krita through a secure local MCP server and authenticated Windows bridge.
client:Cursor
transport:stdio
runtime:pypi
Install Krita Codex MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"krita-codex-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"krita-codex-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs