vscode-docs (MCP Server)

GitHub

Model Context Protocol (MCP) server configuration and tool manifest for microsoft/vscode-docs

0 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "vscode-docs": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-vscode-docs"
      ]
    }
  }
}