mcpbeat Sign in

Krita Codex MCP Server

local only

Krita Codex MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 144 installs a week from pypi. Last commit 21 Jul 2026.

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

Installs per day peak 46 · avg 22 · -21% w/w
a month agotoday
144
Installs / week
pypi · krita-codex-mcp
7
Stars
0 open issues
21 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Krita Codex MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add krita-codex-mcp -- uvx krita-codex-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "krita-codex-mcp": {
      "args": [
        "krita-codex-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.krita-codex-mcp]
command = "uvx"
args = ["krita-codex-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "krita-codex-mcp": {
      "args": [
        "krita-codex-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "krita-codex-mcp": {
      "args": [
        "krita-codex-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Krita Codex MCP

same job, measured the same way
ParaView MCP Server
by failed33

Control ParaView through arbitrary Python code

147 installs/wk local only
Codex ServerOps MCP
by cyyprezz

Stateful Windows OpenSSH server operations for Codex with local credential handling.

68 installs/wk local only
Workflow MCP
by juliusolsson05

Session-bound Docker workflow server through Codex. State is discarded with the container.

local only
Agent MCP Hub
by blackaxgit

One MCP server bridging the Codex, Cursor, OpenCode, Claude, and Antigravity CLI agents

48 installs/wk local only
ableton-mind — Ableton Live MCP server
by pantani

Control Ableton Live from Claude, Cursor or Codex with LOM tools, device knowledge and recipes.

33 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
Ask Claude
by lykhoyda

Bridge Codex and other MCP clients with Anthropic Claude Code CLI for read-only second opinions

588 installs/wk local only
Strava MCP Bridge
by millerchou

Use Strava's official MCP from Codex and other local stdio clients without a developer app.

34 installs/wk local only

Krita Codex MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Krita Codex MCP?
Krita Codex MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package krita-codex-mcp was installed 144 times last week.
How do I connect Krita Codex MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls krita-codex-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Krita Codex MCP?
The pypi package krita-codex-mcp was installed 144 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Krita Codex MCP open source?
Yes — it is published under the MIT licence, written in Python and 7 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.