juehang/vscode-mcp-server
MCP server to expose VS Code editing features to an LLM for AI coding
Overview
juehang/vscode-mcp-server is a TypeScript MCP server licensed under MIT. MCP server to expose VS Code editing features to an LLM for AI coding
Ranked #5124 out of 25632 indexed tools.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 339
Freshness 2mo ago
Issue Health 46%
Contributors 4
Dependents 0
Forks 71
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# VS Code MCP Server A Visual Studio Code extension (available on the [Marketplace](https://marketplace.visualstudio.com/items?itemName=JuehangQin.vscode-mcp-server)) that allows Claude and other MCP clients to code directly in VS Code! Inspired by [Serena](https://github.com/oraios/serena), but using VS Code's built-in capabilities. Perfect for extending existing coding agents like Claude Code with VS Code-specific capabilities (symbol search, document outlines) without duplicating tools they already have. Note that this extension uses the streamable HTTP API, not the SSE API. This extension can allow for execution of shell commands. This means that there is a potential security risk, so use with caution, and ensure that you trust the MCP client that you are using and that the port is not exposed to anything. Authentication would help, but as the MCP authentication spec is still in flux, this has not been implemented for now. PRs are welcome! ## Demo Video https://github.com/user-Read full README on GitHub →
Are you the maintainer? Claim this listing