Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Ā© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. šŸ¤– Coding Agents
  3. Vscode MCP Server
Vscode MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 7:17:08 PM

Vscode MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository392 GitHub StarsTotal stargazers on GitHub for the source repository (392 stars).Visit Website
vscodedeveloper-toolscode-editingdiagnostics

Connects MCP clients to a VS Code workspace for file access, symbol lookup, diagnostics, edits, and terminal commands.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ā–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "juehang-vscode-mcp-server": {
      "command": "npx",
      "args": [
        "mcp-remote@next",
        "http://localhost:3000/mcp"
      ]
    }
  }
}

šŸ’” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesšŸ¤– More in Coding Agents

Overview

The juehang/vscode-mcp-server MCP server exposes VS Code workspace capabilities to MCP clients through a locally running streamable HTTP server. It lets agents inspect files and directories, search symbols, retrieve definitions and diagnostics, edit or move files, and execute shell commands in the integrated terminal. Install it as a VS Code extension, enable the server, and connect a compatible client to its configurable local port. Reach for it when an agent needs VS Code language-server context or workspace editing rather than filesystem access alone.

Use cases

•Inspect a VS Code workspace before changing code
•Search symbols and retrieve language-server definitions
•Apply validated edits to existing files
•Review workspace diagnostics after code changes
•Run shell commands from an MCP client through VS Code

Key features

•Workspace file and directory access
•Symbol search and definition lookup
•VS Code diagnostics retrieval
•Validated file creation and line replacement
•File move, rename, and copy operations
•Integrated terminal shell execution

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Vscode MCP Server.

Extracted Tool Capabilities
Workspace file and directory access
Symbol search and definition lookup
VS Code diagnostics retrieval
Validated file creation and line replacement
File move, rename, and copy operations
Integrated terminal shell execution

How Vscode MCP Server works

What juehang/vscode-mcp-server MCP server does

The juehang/vscode-mcp-server MCP server runs as a Visual Studio Code extension and presents workspace operations through the Model Context Protocol. It gives an MCP client access to the currently opened workspace, including directory listings, file contents, symbol information, language-server diagnostics, and file modifications.

The extension is intended for coding agents that need VS Code-specific context. Symbol search, document structure, hover or definition information, and diagnostics can help an agent navigate an existing codebase without reading every file. File operations cover creating, reading, copying, moving, renaming, and making validated line replacements. The extension also exposes shell command execution through VS Code's integrated terminal.

How it works

When enabled, the extension starts an MCP server on a configurable local port. Requests arrive over HTTP using the streamable HTTP API; the README specifically distinguishes this from the SSE API. A status bar item shows whether the server is active and allows it to be toggled on or off.

The MCP tools delegate workspace operations to VS Code APIs. Move and rename operations use WorkspaceEdit support, which provides refactoring-oriented handling for those changes. File reads support an encoding option and a maximum character limit. Line replacement requires the client to provide the expected original code, allowing the server to validate that the targeted content has not changed unexpectedly.

Setup and configuration

Install the extension from the Visual Studio Code Marketplace, or clone the repository and build it with npm install followed by npm run compile. After installation, enable the server from VS Code using its status bar control.

Claude Desktop can connect through an MCP configuration that invokes mcp-remote@next against the local /mcp endpoint, such as http://localhost:3000/mcp. The example configuration uses the npx command and the mcp-remote@next package. The server port is configurable, so the client URL must match the port used by the extension.

Tools and capabilities

The juehang/vscode-mcp-server MCP server provides tools for:

  • Listing workspace files and directories, with optional recursion.
  • Reading files with encoding and maximum-character options.
  • Copying files and moving or renaming files and directories.
  • Creating files and optionally overwriting existing files.
  • Replacing a specified inclusive line range after validating its original content.
  • Searching workspace symbols and retrieving symbol definitions or hover information.
  • Reporting warnings and errors from the workspace, with optional path, severity, format, and source settings.
  • Running shell commands in the integrated terminal with shell integration.

Limitations and notes

The extension operates against a VS Code workspace, so it is a fit for clients that need an active editor environment rather than a standalone remote repository interface. The README documents Claude Desktop configuration, but does not establish compatibility with every MCP client.

Shell command execution creates a security risk. Use the juehang/vscode-mcp-server MCP server only with an MCP client you trust, and avoid exposing its port to untrusted networks. Authentication is not implemented because the MCP authentication specification was still in flux in the project documentation. Keep the endpoint local unless the surrounding network and client trust model are understood.

The documented integration uses a local HTTP endpoint and a separate MCP remote bridge for Claude Desktop. That bridge is part of the client configuration, not the VS Code extension itself.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Coding Agents View all alternatives
  • Codegraphcontext logoCodegraphcontext

    An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

    šŸ¤– Coding Agents3 views
    Compare vs Codegraphcontext →
  • Cli MCP Server logoCli MCP Server

    Command line interface with secure execution and customizable security policies

    šŸ¤– Coding Agents3 views
    Compare vs Cli MCP Server →
  • Codemcp logoCodemcp

    Coding agent with basic read, write and command line tools.

    šŸ¤– Coding Agents4 views
    Compare vs Codemcp →
  • Developer logoDeveloper

    Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities

    šŸ¤– Coding Agents1 views
    Compare vs Developer →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
392
Stargazers on the source repository.
Last commit
8mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Vscode MCP Server

Install the VS Code extension from the Marketplace, or clone the repository and run npm install followed by npm run compile.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewVscode MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/juehang-vscode-mcp-server?style=directory)](https://allmcps.com/mcp/juehang-vscode-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/juehang-vscode-mcp-server"><img src="https://allmcps.com/api/badge/juehang-vscode-mcp-server?style=directory" alt="Vscode MCP Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryšŸ¤–Coding Agents
PricingFree
More technical detailsExpand ā–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars392
GitHub Star CountTotal stargazers on GitHub representing community popularity (392 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jan 7, 2026
52Quality signal: Good Ā· 52/100How this signal is calculated ā–¾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

ā˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in šŸ¤– Coding Agents →Best MCP servers for Coding Agents →Alternatives to Vscode MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code