
Code-MCP
Supports UIby 54yyyu
Connect Claude AI to your dev environment for terminal commands, file operations, and smart code editing.
What it does
Code-MCP bridges Claude AI to your local development environment via the Model Context Protocol, granting the AI the ability to execute shell commands and manipulate files directly.
Tools
run_command: Execute arbitrary terminal commands in the project directory.read_file: Read content from files for analysis.edit_file/smart_edit: Perform targeted code updates with whitespace normalization.git_operation: Manage version control with safety confirmations.list_directory: Explore the project file structure.create_directory/delete_path: Manage filesystem paths.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"code": {
"command": "code-mcp",
"args": ["/path/to/your/project"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
curl -LsSf https://raw.githubusercontent.com/54yyyu/code-mcp/main/install.sh | shInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






