codemcp

ezyang/codemcp
★ 1,616 stars Python 🤖 AI/LLM Updated 18d ago
Coding assistant MCP for Claude Desktop
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codemcp": {
      "command": "uvx",
      "args": [
        "codemcp"
      ]
    }
  }
}

Or install with pip: pip install codemcp