How to Use the Exa AI MCP in VS Code Copilot
Equip VS Code Copilot with real-time neural search to find and pull live documentation directly into your workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Exa AI MCP to VS Code Copilot
Create your Vinkius account to connect Exa AI to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Neural Search for VS Code Copilot Teams
This MCP Server exposes `semantic_search` and `advanced_custom_search` to allow your development team to search the web using semantic meaning rather than basic keywords. By exposing these tools to your editor, your agent can track down answers to complex engineering problems. Because the configuration can be shared in your repository, every developer on your team instantly gains access to the same search tools. This ensures everyone is working with the same live data.
Direct Documentation Extraction
The `extract_page_content` tool runs through this MCP configuration to let your agent pull full-text documentation directly into your editor panel. You can read, analyze, and use new APIs without opening a single browser tab. For pages that change frequently, `perform_live_crawl` grabs the most recent version of the web page. You can also use `get_query_highlights` to pull out only the most relevant sections of text.
Domain Filtering and Similar Page Discovery
The `search_specific_domains` tool helps your agent focus its search on trusted internal or external sites. This is perfect for searching only your company's public docs or specific GitHub repositories. If your agent finds a great resource, it can use `find_similar_pages` to locate other relevant technical articles. You can check the health of the connection at any time using `get_api_status`.
Set up Exa AI MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the Exa AI MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the Exa AI tools listed. Try asking: "List my recent Exa AI transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"exa-ai-alternative-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Exa AI. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Exa AI MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Exa AI MCP today
We host it, we monitor it, we maintain it. You just paste one token.