Comprehensive MCP tools package for Claude Code IDE - 40+ development tools covering symbol navigation, project management, git integration, testing, and more
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"claude-code-ide-mcp-": {
"command": "npx",
"args": [
"-y",
"Kaylebor/claude-code-ide-mcp-tools"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add claude-code-ide-mcp- npx -y Kaylebor/claude-code-ide-mcp-tools
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-code-ide-mcp-": {
"command": "npx",
"args": [
"-y",
"Kaylebor/claude-code-ide-mcp-tools"
]
}
}
}
📋 Copy