MCP Directory
Back

vscode-as-mcp-server

by acomagu · TypeScript · ★ 114

Expose VSCode features such as file viewing and editing as MCP, enabling advanced AI-assisted coding directly from tools like Claude Desktop

Install

npx -y github:acomagu/vscode-as-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "vscode-as-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:acomagu/vscode-as-mcp-server"
      ]
    }
  }
}

From the README

[Marketplace](https://marketplace.visualstudio.com/items?itemName=acomagu.vscode-as-mcp-server) A VSCode extension that turns your VSCode into an MCP server, enabling advanced coding assistance from MCP clients like Claude Desktop. - Review proposed code changes from an LLM through diffs, allowing you to accept, reject, or provide feedback. - Real-time diagnostic messages (e.g., type errors) sent instantly to the LLM for immediate corrections. - Execute commands within VSCode’s integrated terminal (supports background/foreground execution, and timeout settings). - Preview URLs directly wit…
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