Odel
Krita Codex MCP

Krita Codex MCP

Local
@cyyprezz3PythonMITUpdated 1mo ago

Control Krita through a secure local MCP server and authenticated Windows bridge.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIkrita-codex-mcpv0.2.0

Run

uvx krita-codex-mcp

MCP client config

{
  "mcpServers": {
    "krita-codex-mcp": {
      "command": "uvx",
      "args": [
        "krita-codex-mcp"
      ]
    }
  }
}