Best MCP Servers for VS Code in 2026
VS Code's Copilot agent mode speaks MCP natively, which means any server below can hand tools to Copilot: database queries, browser control, ticket management, and more.
Configuration lives in your workspace .vscode/mcp.json or user settings. Each detail page gives you the exact block to paste, plus the install command for servers that need a local runtime.
Try a different keyword or remove a filter.
FAQ
How do I enable an MCP server in VS Code?
Create or edit .vscode/mcp.json in your workspace (or use the MCP: Add Server command), paste the configuration from the detail page, then start the server from the MCP view. Copilot agent mode picks up the new tools automatically.
Do I need GitHub Copilot to use MCP servers in VS Code?
MCP tool calling in VS Code is exposed through Copilot agent mode, so a Copilot plan is required. The servers themselves are editor-agnostic — the same configuration works in other MCP clients without Copilot.
Can MCP servers access my whole workspace?
A server only gets the access its own code implements — a filesystem server is limited to the directories you configure, a database server to the connection string you provide. Review the permissions section on each detail page before connecting sensitive data.