VS Code reads its servers from .vscode/mcp.json. Of the 18 391 we track, 5 150 answer right now without any credentials and 2 771 work but ask for a key. The blocks below are ready to paste — each is built from the address we actually reached, in the format this client expects.
It lives next to your other editor settings, so it can be committed and shared with the team.
mkdir -p .vscode && touch .vscode/mcp.json
Take it from any server card here — the address comes from our last successful handshake.
MCP tools are available to the agent, not to plain chat completion. If nothing shows up, check which mode you are in before touching the config.
.vscode/mcp.json
Browser Use →
{
"mcpServers": {
"browser-use": {
"args": [
"browser-use"
],
"command": "uvx"
}
}
}
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
Playwright Tools for MCP
Gives AI development tools Firebase-specific capabilities and expertise.
Help agents automatically write and test stories for your UI components.
MCP server for Chrome DevTools
Up-to-date code docs for any prompt
Easily find and fix security issues in your applications leveraging Snyk platform capabilities.
AWS MCP Server lets AI securely access AWS using docs, API calls, and SOP workflows.
Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.
Official TypeScript library for the Telnyx API
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
Web scraping with stealth HTTP, real browsers, and Cloudflare bypass. CSS selectors supported.
Written from how VS Code reads its config, not from its release notes.
Adds servers by command, so nothing to edit by hand. Handles both local processes and remote endpoints, including OAuth logins.
Config sits in the project folder, so servers can differ per repository — useful when one project needs database access and another must not have it.
The only client here that uses TOML rather than JSON, so a config copied from elsewhere will not work as is.
One global config for everything, so a server added here is available in every conversation.