juehang/vscode-mcp-server
Overview
An MCP Server enabling AI (e.g., Claude) to access VS Code workspace directory structures, linter issues, code files, and perform edits.
Capabilities
- • network transport options
- • prompt templates
- • authentication support
- • filesystem integration
- • github integration
- • mcp client integration
Best For
VS Code MCP Server for AI integration, enabling directory structure access, code reading, and edits in workspaces.
Decision Snapshot
Install
detected in docs
Usage
available
Config
1 strong hints
Capabilities
7 key capabilities detected
- • GitHub stars: 347
- • Forks: 71
- • Source provenance count: 1
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/15/2026
- • Published: 3/18/2026
Example Config
This is an MCP Find-authored example config generated from strong evidence.
Final parameters should follow the tool's official setup documentation.
{
"mcpServers": {
"vscode-mcp-server": {
"command": "npx"
}
}
}Usage
{ && "mcpServers": { && "vscode-mcp-server": { && "command": "npx",Features
- • **List files and directories** in your VS Code workspace
- • **Read file contents** with encoding support and size limits
- • **Move files and directories** with proper refactoring support for imports
- • **Rename files and directories** with automatic reference updates
- • **Copy files** to new locations (files only, not directories)
- • **Search for symbols** across your workspace
- • **Get symbol definitions** and hover information by line and symbol name
- • **Create new files** using VS Code's WorkspaceEdit API
Use Cases
- • Supports capabilities such as: network transport options; prompt templates; authentication support.
- • Common usage themes: mcp, curated, markdown-list, awesome-mcp-servers-punkpeye.
Supported Clients / Integrations
- • network transport options
- • prompt templates
- • authentication support
- • filesystem integration
- • github integration
- • mcp client integration
- • workflow automation support
Compatibility Signals
- • Claude Desktop: mentions (Mentioned in approved metadata/docs evidence.)
- • VS Code: mentions (Mentioned in approved metadata/docs evidence.)
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• { && "mcpServers": { && "vscode-mcp-server": { && "command": "npx",
Notes / Requirements
- • Primary language: TypeScript/JavaScript
- • License: MIT
- • Parser coverage score: 1.00
- • Source feeds: Awesome MCP Servers (punkpeye)
- • Topic cluster: coding
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
sim-xia/skill-cortex-server
An MCP server enabling IDEs/CLIs to access Claude Code Skills capabilities, with features for skill discovery, indexing, and management.
x51xxx/copilot-mcp-server
An MCP server connecting IDEs or AI assistants to GitHub Copilot CLI for code analysis, review, and batch processing.
religa/multi-mcp
A Python tool for parallel multi-model code review, security analysis, and AI debate. Orchestrates LLMs like ChatGPT, Claude, and Gemini to compare outputs, build consensus, and perform OWASP Top 10 security checks.
kagan-sh/kagan
AI-powered Kanban TUI and MCP server for autonomous development workflows, orchestrating coding agents across task tracking, isolated git worktrees, review, and merge.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.