OlympHill
V

vscode-mcp-serverMCP server to expose VS Code editing features to an LLM for AI coding

(0)
Daniel NikulshynReviewed by Daniel Nikulshyn·Updated July 2026

Overview

VS Code MCP Server is a Visual Studio Code extension that exposes VS Code editing features to MCP clients, such as Claude, for AI coding. It allows clients to interact with a VS Code workspace, enabling capabilities like symbol search and document outlines without duplicating existing tools. The extension uses the streamable HTTP API and can execute shell commands, posing a potential security risk if not used cautiously. It is not yet authenticated, but pull requests are welcome. The extension can be installed from the Marketplace or built from the repository.

Key features

  • Symbol search
  • Document outlines
  • Execution of shell commands
  • Streamable HTTP API integration

Pricing

Model
Free
Category
MCP Servers
Rating
No reviews yet

Use cases

AI Coding with Claude

Use VS Code MCP Server with Claude Desktop to enable AI coding in VS Code, allowing Claude to interact with the workspace and perform tasks like code editing and diagnostics.

Extending Coding Agents

Integrate VS Code MCP Server with existing coding agents to provide them with VS Code-specific capabilities, enhancing their functionality without duplicating tools.

Pros & Cons

Pros

  • Extends existing coding agents with VS Code-specific capabilities
  • Enables AI coding with features like symbol search and document outlines
  • Allows for execution of shell commands for advanced interactions

Cons

  • Potential security risk due to shell command execution
  • Lack of authentication for now, making it crucial to trust the MCP client and ensure the port is not exposed

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Q&A

Is authentication supported for the MCP server?

No, authentication is not yet implemented because the MCP authentication spec is still evolving; PRs are welcome to add this feature.

Asked by Ivana Novak · Nov 11, 2025

Which VS Code features are exposed to an MCP client?

The server provides symbol search, document outlines, file listings and the ability to execute shell commands via a streamable HTTP API, enabling advanced AI coding interactions.

Asked by Cristina Moreno · Nov 7, 2025

What security concerns should I be aware of with this extension?

The extension can execute shell commands and currently has no authentication. Ensure the MCP client is trusted and that the server port is not exposed to the public network.

Asked by Farah Rahimi · Oct 24, 2025

How do I install vscode-mcp-server for use with Claude?

Install the extension from the VS Code Marketplace or clone the repo, run `npm install` and `npm run compile`. Then configure Claude Desktop with the provided JSON snippet to point to the local MCP server.

Asked by Willa Thompson · Sep 15, 2025

Ask a question

MCP Servers alternatives