Claude Ide Bridge
Freeby MCP Community
Standalone MCP bridge for Claude Code IDE integration with any editor — 136+ tools for LSP, debugging, terminals, Git, GitHub, and more
v2.23.5Added Apr 12, 2026
claudeclaude-codemcpidevscode
Claude Ide Bridge MCP Server
Standalone MCP bridge for Claude Code IDE integration with any editor — 136+ tools for LSP, debugging, terminals, Git, GitHub, and more
Installation
Reviews
Installation
Quick install
npx -y claude-ide-bridge
Add to claude_desktop_config.json
{
"mcpServers": {
"claude-ide-bridge": {
"command": "npx",
"args": ["-y", "claude-ide-bridge"]
}
}
}