claude-code-ide-mcp-tools

Kaylebor/claude-code-ide-mcp-tools
★ 4 stars Emacs Lisp 💻 Code/Dev Tools Updated 27d ago
Comprehensive MCP tools package for Claude Code IDE - 40+ development tools covering symbol navigation, project management, git integration, testing, and more
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-code-ide-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "Kaylebor/claude-code-ide-mcp-tools"
      ]
    }
  }
}