MCP Directory
Back

mcp-claude-code

by SDGLBL · Python · ★ 299

MCP implementation of Claude Code capabilities and more

#claude#claude-code#mcp#mcp-server

Install

pip install git+https://github.com/SDGLBL/mcp-claude-code.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-claude-code": {
      "command": "uvx",
      "args": [
        "git+https://github.com/SDGLBL/mcp-claude-code.git"
      ]
    }
  }
}

From the README

An implementation of Claude Code capabilities using the Model Context Protocol (MCP). This project provides an MCP server that implements Claude Code-like functionality, allowing Claude to directly execute instructions for modifying and improving project files. By leveraging the Model Context Protocol, this implementation enables seamless integration with various MCP clients including Claude Desktop. - **Code Understanding**: Analyze and understand codebases through file access and pattern searching - **Code Modification**: Make targeted edits to files with proper permission handling - **Enh…
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