MCP Directory
Back

codemcp

by ezyang · Python · ★ 1,614

Coding assistant MCP for Claude Desktop

Install

pip install git+https://github.com/ezyang/codemcp.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "codemcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ezyang/codemcp.git"
      ]
    }
  }
}

From the README

NOTICE: claude code is available with Anthropic's $20/mo subscription, so I consider codemcp fully obsolete. However, there are some good design ideas (especially around the Git-versioning scheme) that I eventually want to port into the current generation of agentic coding clis. Make Claude Desktop a pair programming assistant by installing codemcp. With it, you can directly ask Claude to implement features, fix bugs and do refactors on a codebase on your computer; Claude will directly edit files and run tests. Say goodbye to copying code in and out of Claude's chat window! codemcp offers…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers