Skip to content
Back to search
30
MCP

vscode-mcp-server

juehang/vscode-mcp-server

MCP server to expose VS Code editing features to an LLM for AI coding

Uptime
0.0%
116 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

@mseep/vscode-mcp-server
VS Code as a MCP server
0 tools
fastapply-mcp
MCP server for AI-powered code editing through FastApply integration
0 tools
code-expert-mcp
MCP server for AI-assisted development
0 tools
@knowledgine/mcp-server
MCP server exposing knowledge search tools for AI coding assistants
0 tools
loop-mcp
MCP server for automated loop engineering in AI coding workflows
0 tools
mcp-code-context
MCP server for managing API endpoints and code context for AI coding assistants
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vscode-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}