MCP Directory
Back

vs-claude

by badlogic · TypeScript · ★ 41

VS Code extension and MCP server so Claude Code can open files, diffs and manipulate VS Code in other ways.

Install

npx -y github:badlogic/vs-claude

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "vs-claude": {
      "command": "npx",
      "args": [
        "-y",
        "github:badlogic/vs-claude"
      ]
    }
  }
}

From the README

A VS Code extension with an integrated MCP server that allows MCP clients like Claude to interact with Visual Studio Code. - **Smart File Operations** - Open files, diffs, and Git comparisons in VS Code - **Batch Operations** - Open multiple files at once for efficient workflow - **Git Integration** - View git diffs between different versions of files - **Line Highlighting** - Jump to specific lines or highlight line ranges VS Claude provides a simple tool for AI assistants to open files and diffs in VS Code through the MCP (Model Context Protocol) interface. **open** - Open files, diffs, a…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related filesystem servers