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%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

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
mcp-code-context
MCP server for managing API endpoints and code context for AI coding assistants
0 tools
gimp-mcp-server
MCP Server for GIMP - AI Assistant for Image Editing
0 tools
debugger-mcp
MCP server exposing debugger tools for AI clients (Node.js and Python)
0 tools

How to use

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

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