juehang/vscode-mcp-server
A MCP Server that allows AI such as Claude to read from the directory structure in a VS Code workspace, see problems picked up by linter(s) and the language server, read code files, and make edits.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"vscode-mcp-server": {
"command": "npx",
"args": ["-y", "vscode-mcp-server"]
}
}
}Related in Coding Agents
oraios/serena
A fully-featured coding agent that relies on symbolic code operations by using language servers.
wonderwhy-er/DesktopCommanderMCP
A swiss-army-knife that can manage/execute programs and read/write/search/edit code and text files.
shashankss1205/codegraphcontext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.
aymericzip/intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.
sipyourdrink-ltd/bernstein
Deterministic multi-agent orchestrator for 37 CLI coding agents (Claude Code, Codex, Cursor, Aider, Gemini CLI, GitHub Copilot CLI, OpenHands, OpenCode, Goose, Qwen, Ollama, and more). MCP server mode (stdio + HTTP/SSE) exposes the orchestrator to any MCP client. Git worktree isolation per agent, HMAC-chained audit trail, cost-aware model routing via contextual bandit. Apache 2.0.
louis030195/terminator-mcp-agent
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots. Supports workflow recording, structured data extraction, and browser DOM inspection.