Back to MCP Servers
Claude Code
An implementation of Claude Code capabilities using MCP, enabling AI code understanding, modification, and project analysis with comprehensive tool support.
developer-toolsai
By SDGLBL
Installation
npx -y mcp-claude-codeConfiguration
{
"mcpServers": {
"mcp-claude-code": {
"command": "npx",
"args": ["-y", "mcp-claude-code"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes