Best Developer Tools MCP Servers for VS Code

Top 20 of 24 Developer Tools MCP servers that work with VS Code, ranked by security score — every entry below is human-reviewed, not just scraped. Every row has a one-click config for VS Code — no need to open each page.

Setting up MCP servers in VS Code

VS Code's MCP support is native (via GitHub Copilot's agent mode), configured in .vscode/mcp.json per workspace or through the "MCP: Open User Configuration" command for a config that applies everywhere. One thing that trips people up moving a config from Claude Desktop or Cursor: VS Code's top-level key is "servers", not "mcpServers" — the two aren't interchangeable.

Because .vscode/mcp.json is a normal workspace file, it can be committed alongside project code the same way project-scoped Cursor configs can — a team opening the repo in VS Code gets the same MCP servers without extra setup.

#ServerSecurity scoreStarsLanguageConfig
1

Perform iOS and macOS project builds via AI-driven command execution.

766,171TypeScript
2

Use persistent sessions to keep multiple MCP server connections alive while you develop.

76747TypeScript
3

Use specialized middleware for Express, Fastify, and Hono integration.

7113,076TypeScript
4

Unified aggregator and gateway for MCP services configured via Docker environments.

682,555TypeScript
5

MCP servers are orchestrated, generated into CLIs, and type-checked via TypeScript.

634,847TypeScript
6

Unified management and routing for multiple MCP servers via HTTP/SSE endpoints.

632,240TypeScript
7

Centralized management for local and remote MCP server connections and configurations.

632,100TypeScript
8

Postman workspaces, collections, and environments within AI coding assistants.

63288TypeScript
9

A demonstration server designed to showcase all features of the MCP protocol.

5888,911TypeScript
10

AI assistant and MCP client providing multi-model support across diverse AI providers.

535,291TypeScript
11

Use native VS Code configuration syntax and JSON5 to organize and launch multiple server endpoints.

52515JavaScript
12

JetBrains IDE interactions for MCP clients via this legacy proxy server.

42964JavaScript
13

Manage and enable external MCP-compatible servers directly from the application settings.

37827TypeScript
14

Repository knowledge graphs enable semantic search and dependency analysis for AI models.

34402JavaScript
15

Language Server Protocol integration for LLM-powered code analysis and suggestions.

33123TypeScript
16

Control live Chrome browsers to debug, automate, and analyze performance.

2847,637TypeScript
17

Manage files, execute terminal processes, and automate tasks directly via AI agents.

258,865TypeScript
18

iOS simulator interface for AI agents to retrieve data and automate UI interactions.

252,112JavaScript
19

Domain management tools for retrieving lists, checking availability, and setting DNS.

1019JavaScript
20

Terminal session management for Claude Desktop enabling control of panes and windows.

4298JavaScript

Developer Tools + VS Code: frequently asked questions

What's the best Developer Tools MCP server for VS Code?

Xcodebuild MCP Server currently ranks highest among Developer Tools MCP servers, with a security score of 76/100, officially maintained by the vendor. Mcpc MCP Server (76/100) is the next best option. Every server below has a one-click VS Code config.

How do I add a Developer Tools MCP server to VS Code?

Add an entry under "servers" in .vscode/mcp.json in your workspace, or run "MCP: Open User Configuration" from the command palette for a global config. The same steps apply to Xcodebuild MCP Server, the top-ranked Developer Tools server below.

Are Developer Tools MCP servers safe to use with VS Code?

3 of the 24 Developer Tools MCP servers below are officially maintained by its vendor; the rest are independently reviewed. Every score comes from real signals — permissions requested, authentication, maintenance activity — not a marketing claim. All of them are compatible with VS Code.

How many Developer Tools MCP servers work with VS Code?

24 Developer Tools MCP servers have a ready-to-use VS Code config right now, ranked by security score below.

Where do I put the Developer Tools MCP server config for VS Code?

It's simply VS Code's own schema — Claude Desktop, Cursor, and Windsurf all use "mcpServers", but a config copied between them and VS Code needs that one key renamed. A Developer Tools server goes in the exact same place as any other VS Code MCP server — there's no category-specific config location.

Do I need to restart VS Code after adding a Developer Tools MCP server?

Yes — run "MCP: Open User Configuration" from the command palette to edit a config that applies across all your workspaces. That's true whether you're adding Xcodebuild MCP Server or any other Developer Tools server.