MCP Directory
Back

mcp-claude-code

by SDGLBL · Python · ★ 301

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related other servers