Browse, manage, and import/export MCP (Model Context Protocol) server configurations from a unified sidebar — no JSON editing required. Copilot-integrated with @mcp-explorer chat participant.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Browse, manage, and import/export MCP (Model Context Protocol) server configurations from a unified sidebar — no JSON editing required. Fully integrated with GitHub Copilot.
Features
Unified Sidebar View — See all MCP servers from both User Profile and Workspace configs in one tree view
Add Servers via UI — Guided multi-step flow to add stdio, HTTP, or SSE servers without editing JSON
Remove Servers — Right-click to remove a server from its config file
Edit in Config — Jump directly to the server's position in mcp.json
Import / Export — Share server configurations between machines or team members via JSON files
Copy to Clipboard — Quickly copy a single server's config for sharing
Dashboard — At-a-glance summary of server counts by type and scope
Live Reload — Tree auto-refreshes when mcp.json files change on disk
Copilot Integration
@mcp-explorer Chat Participant — Manage servers directly from Copilot Chat
/list — Show all configured servers with status and tool counts
/add <description> — Add a server using natural language (e.g., "add Playwright for browser testing")
/diagnose <name> — Run a full diagnostic on a server — config validation, tool registration, LLM-powered analysis
/suggest — Get personalized MCP server recommendations based on your workspace
/share [name] — Generate formatted server config for sharing in README or Slack
Describe with Copilot — When adding servers via the + button, choose "Describe with Copilot" to generate config from plain English
Language Model Tool — Exposes mcpServerExplorer_getServerStatus so other Copilot agents can query your MCP server status