How to Use the Jina AI MCP in VS Code Copilot
Bring clean web scraping and document reranking to your VS Code Copilot team workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Jina AI MCP to VS Code Copilot
Create your Vinkius account to connect Jina 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.
Give your VS Code Copilot team live web data
Keep your engineering team aligned with the latest web standards. This MCP Server keeps your engineering team aligned by giving everyone instant access to `search_web` directly inside VS Code Copilot Chat. When debugging legacy code, your team can use `read_url` to fetch clean, distraction-free markdown of updated dependencies. This ensures Copilot writes code based on fresh documentation rather than stale cache.
Run precise text tokenization in VS Code Copilot
Managing context limits in large team projects is a constant battle. This MCP Server lets your developers use `tokenize_text` directly within VS Code Copilot to inspect code blocks and estimate costs before running large batch jobs. If you are working with large documentation sets, Copilot can call `rerank_documents` to surface the exact helper functions your team needs. It cuts down on search noise and keeps developers focused on the actual codebase.
Fact-check code comments and docs instantly
Don't let outdated assertions creep into your team's markdown docs. VS Code Copilot uses `check_fact` to verify technical claims against live web sources as you write your documentation. For teams working on machine learning pipelines, Copilot can call `get_embeddings` to test vector generation directly in the chat panel. It simplifies prototyping search features without leaving the editor.
Set up Jina 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 Jina 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 Jina AI tools listed. Try asking: "List my recent Jina AI transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"jina-ai-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 Jina 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 Jina 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 Jina AI MCP today
We host it, we monitor it, we maintain it. You just paste one token.