J

juehang/vscode-mcp-server

ServersActiveMIT

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.

strong-evidencesource-clearmcp-find-example
{
  "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

Community: 347 stars
Last Updated: Apr 15, 2026
TypeScript/JavaScriptMIT

You can verify all information on this page against the source repository above.

Related MCP Tools

What To Do Next

Continue from this tool into a workflow and a learn guide to shorten implementation time.