Back to MCP Servers
🔌

VSCode Devtools

AGPL-3.0

📇 - Connect to VSCode ide and use semantic tools like `find_usages`

TypeScriptProductivity

Install

npx -y bifrost-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "vscode-devtools": {
      "command": "npx",
      "args": [
        "-y",
        "bifrost-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.