VS Code
Give GitHub Copilot’s agent mode real-time web search, content extraction, and citation-backed research through the You.com MCP Server.
Requirements: GitHub Copilot extension installed and signed in. MCP servers in VS Code run inside Copilot’s agent mode.
One-command install
Fastest path — drop this in your terminal:
VS Code opens, prompts you to confirm, and the server is live. Free tier — no signup, 100 searches/day.
Manual setup
If you’d rather configure by hand: open Settings → Search → “mcp”, click Edit in settings.json, and add:
VS Code gotcha: the top-level key is mcp.servers, not mcpServers. This is different from Claude Desktop and Cursor’s format.
Higher rate limits + full toolset
With an API key, you get unlimited queries plus you-contents and you-research:
Get a key at you.com/platform.
Verify in Copilot
Open the Copilot chat panel, switch to Agent mode, and click the tools icon. You should see you-com listed with its three tools. Tick the tools you want available for the session.
Quick demo
In Copilot agent mode:
Troubleshooting
- “No MCP servers found” — confirm you used
mcp.servers(notmcpServers). VS Code’s schema is namespaced differently from other clients. - Tools not appearing in Copilot agent mode — make sure you’re in Agent mode (not Ask or Edit). MCP tools only surface in Agent mode.
- Server connects but tools never trigger — in the Copilot tools picker, confirm the You.com tools are ticked. They default to enabled but a long server list can push them off-screen.
- 401 with API key — verify the
Authorizationheader is exactlyBearer YDC-...with one space. - Copilot extension not installed — install GitHub Copilot from the VS Code marketplace and sign in before configuring MCP.