Krita Codex MCP for VS Code
io.github.cyyprezz/krita-codex-mcp
Control Krita through a secure local MCP server and authenticated Windows bridge.
client:VS Code
transport:stdio
runtime:pypi
Install Krita Codex MCP in VS Code
.vscode/mcp.json
{
"servers": {
"krita-codex-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"krita-codex-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs