MCP Directory
Back

vscode-as-mcp-server

by acomagu · TypeScript · ★ 118

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related filesystem servers