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. ๐Ÿ’ป Developer Tools
  3. VSCode Devtools
VSCode Devtools logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 4:45:58 AM

VSCode Devtools

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

Connects MCP-compatible AI assistants to VS Code language features for navigation, analysis, and symbol refactoring.

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": {
    "vscode-devtools": {
      "command": "npx",
      "args": [
        "/c",
        "npx",
        "-y",
        "supergateway",
        "--sse",
        "http://localhost:8008/sse"
      ]
    }
  }
}

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

Install Tool Schemas (1) Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Overview

VSCode Devtools MCP server exposes VS Code language-server features to MCP-compatible AI assistants. It runs from a VS Code extension and provides local HTTP/SSE endpoints, using port 8008 by default. Supported operations include finding usages, navigating to definitions, searching workspace symbols, inspecting types, and renaming symbols. Reach for it when an assistant needs semantic context from an open VS Code project rather than text-only file access.

Use cases

โ€ขFind references to a symbol across an open workspace
โ€ขNavigate from code to definitions and implementations
โ€ขSearch workspace symbols by query
โ€ขApply semantic renames across a project
โ€ขRequest quick fixes and refactoring suggestions

Key features

โ€ขVS Code language-server integration
โ€ขSemantic code navigation
โ€ขWorkspace and document symbol search
โ€ขProject-wide rename support
โ€ขCode actions and quick fixes
โ€ขLocal HTTP/SSE MCP endpoint

Capabilities & Tool Schemas (1) ~8 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by VSCode Devtools.

rename

Perform rename on a symbol

How VSCode Devtools works

What the VSCode Devtools MCP server does

The VSCode Devtools MCP server connects an AI coding assistant to the language features available in an open VS Code workspace. It can expose navigation, symbol inspection, semantic analysis, refactoring, and code-action operations for languages supported by the language extensions installed in VS Code.

The available capabilities include finding references, definitions, implementations, declarations, and type definitions; searching symbols across a workspace; and retrieving hover documentation, signatures, document symbols, semantic tokens, call hierarchies, type hierarchies, code lenses, highlights, and selection ranges. It also supports code completions, quick fixes, refactorings, rename-location discovery, and symbol renaming.

How it works

The project is delivered as a VS Code extension. After activation, the extension starts an MCP-compatible HTTP server on the local machine. Clients connect through Server-Sent Events at /sse and send messages through /message. The default port is 8008.

Because operations use VS Code's language-server state, the relevant project must be open in VS Code and the appropriate language extension must be installed. For example, working with C# requires a C# language extension. The VS Code requirement listed by the project is version 1.93.0 or newer.

The VSCode Devtools MCP server also supports separate endpoints for multiple VS Code projects. Each project can define its own port and URL path, allowing assistants to connect to different open workspaces without sharing one endpoint.

Setup and configuration

Install the Bifrost extension from the VS Code Marketplace, install the language extensions needed by the project, and open the project in VS Code. The extension starts the server when activated. It also provides commands to start the default server, start one on a selected port, stop it, and open a debug panel.

Without additional configuration, connect an MCP client to http://localhost:8008/sse. A bifrost.config.json file in the project root can set a project name, description, path, and port. If a port is omitted, 8008 remains the default. Each concurrently open project should use a distinct port, and the configured port must be available.

The README documents direct SSE configuration for Cursor and Roo Code. For Cline, it documents using Supergateway to bridge the SSE endpoint. These client configurations point to the local endpoint; they do not start the VS Code extension themselves.

Tools and capabilities

The VSCode Devtools MCP server exposes tools including:

  • find_usages for locating references to a symbol.
  • go_to_definition, get_declaration, and get_type_definition for code navigation.
  • find_implementations for discovering interface or abstract-method implementations.
  • get_workspace_symbols and get_document_symbols for symbol search and file outlines.
  • get_hover_info, get_signature_help, and get_completions for language-server context.
  • get_rename_locations and rename for project-wide rename workflows.
  • get_code_actions for quick fixes and refactoring suggestions.
  • get_call_hierarchy, get_type_hierarchy, get_semantic_tokens, get_code_lens, get_selection_range, and get_document_highlights.

Limitations and notes

Results depend on the language support available in the current VS Code workspace. The server is local to the VS Code instance and requires the extension to be installed and running. Multiple projects cannot safely share a port; a configured port conflict prevents the server from starting until the port is freed or changed. The provided material does not specify authentication, remote hosting, or a standalone package command for running the server outside VS Code.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • MCP Language Server logoMCP Language Server

    MCP Language Server helps MCP enabled clients navigate codebases more easily by giving them access to semantic tools like get definition, references, rename, and diagnostics.

    ๐Ÿ’ป Developer Tools4 views
    Compare vs MCP Language Server โ†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    ๐Ÿ’ป Developer Tools8 views
    Compare vs Claude Task Master โ†’
  • MCP Gopls logoMCP Gopls

    A MCP server for interacting with Go's Language Server Protocol (gopls) and benefit from advanced Go code analysis features.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs MCP Gopls โ†’
  • Claude Debugs For You logoClaude Debugs For You

    An MCP Server and VS Code Extension which enables (language agnostic) automatic debugging via breakpoints and expression evaluation.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs Claude Debugs For You โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
224
Stargazers on the source repository.
Last commit
5mo ago
Most recent push to the default branch.
Tools exposed
1
Callable tools this server registers over MCP.
Directory activity
4 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 Devtools

Install the Bifrost extension from the VS Code Marketplace, install the language extensions required by your project, and open the project in VS Code. The extension starts the MCP server when activated.

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 Devtools AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/vscode-devtools?style=directory)](https://allmcps.com/mcp/vscode-devtools)
HTML Embed
<a href="https://allmcps.com/mcp/vscode-devtools"><img src="https://allmcps.com/api/badge/vscode-devtools?style=directory" alt="VSCode Devtools on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsCursor, Cline / VS Code
Last updatedSep 3, 2026
9/10 checks healthy over the last 31d
Views4
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 stars224
GitHub Star CountTotal stargazers on GitHub representing community popularity (224 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 27, 2026
53Quality signal: Good ยท 53/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 engagement1/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 ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to VSCode Devtools โ†’Install in Claude DesktopInstall in CursorInstall in VS Code