Productivity|Development|AI / ML|UtilitiesPython
mcp-claude-code
An MCP server that implements Claude Code capabilities for executing instructions to modify and improve project files.
N/A rating (0 reviews)0 installs297 GitHub stars
MCPClaude CodePython
This project provides an MCP server that allows Claude to directly execute instructions for modifying project files. It supports various functionalities such as code understanding, modification, enhanced command execution, and file operations.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-claude-code": {
"args": [
"mcp-server-mcp-claude-code"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.