Voyage AI (AI Embeddings API) Connector for AI agents.
13 live capabilities
Build high-precision RAG systems with contextualized embeddings and reranking.
Waiting for input…
Why people use Voyage AI (AI Embeddings API)
Voyage AI for High-Precision RAG Retrieval
This Connector changes that by letting your agent use Voyage AI's contextualized models. Instead of looking at a chunk in isolation, it understands the flow of the document. You get much more accurate answers and less time spent cleaning up the noise.
What Vinkius changes
You get production-ready search results without managing the complex math behind the embeddings.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Improving RAG accuracy for long documents
A user asks about a specific clause in a 100-page contract.
- Real-world use case 02
Visual search for e-commerce
A shopper uploads a photo of a chair.
- Real-world use case 03
Processing massive datasets
A data scientist needs to vectorize 1 million product descriptions.
Complete set · 13capabilities
The complete Voyage AI (AI Embeddings API) capability set.
These are the exact actions your AI can choose when you ask it to work with Voyage AI (AI Embeddings API).
01—04
4 capabilities in this set.
Part of 13 available through Voyage AI (AI Embeddings API).
- 01 Capability
Cancel batch
Stop a batch job if it's no longer needed. This saves on costs and resources when you need to pivot quickly.
- 02 Capability
Create batch
Start a background job for large-scale data processing. This is the best way to handle thousands of items at once.
- 03 Capability
Create contextualized embeddings
Create embeddings that keep the surrounding context of a document chunk. This significantly reduces errors in long-form text retrieval.
- 04 Capability
Create embeddings
Generate vectors for text or code. It's the standard way to turn your data into numbers for search.
05—07
3 capabilities in this set.
Part of 13 available through Voyage AI (AI Embeddings API).
- 05 Capability
Create multimodal embeddings
Turn images and text into a single vector space. Use this for visual search across different types of media.
- 06 Capability
Delete file
Remove a specific file from your storage. This helps keep your data clean during batch processing.
- 07 Capability
Get batch
Check the status of a background job. Use this to see if your large-scale embedding task is finished.
08—10
3 capabilities in this set.
Part of 13 available through Voyage AI (AI Embeddings API).
- 08 Capability
Get file content
Download the content of a specific file. This lets your agent read data directly from your storage.
- 09 Capability
Get file
Retrieve metadata about a file. Use this to check file details without downloading the whole thing.
- 10 Capability
List batches
See a list of all your current and past batch jobs. It's great for monitoring high-volume data updates.
11—13
3 capabilities in this set.
Part of 13 available through Voyage AI (AI Embeddings API).
- 11 Capability
Rerank
Take a list of search results and reorder them by relevance. It ensures your agent sees the most important info first.
- 12 Capability
Upload file
Send a file to the system for batch inference. This is how you start processing large amounts of data at once.
- 13 Capability
List files
View all files in your storage. Use this to see what's available for your agent to process.
Set up in minutes
One URL. Then ask Voyage AI (AI Embeddings API) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Voyage AI (AI Embeddings API) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_x7lwFbbAdz5StvxoOu2Tkh9eDMu9Uh5i3GKObLMP/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Voyage AI (AI Embeddings API), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Voyage AI (AI Embeddings API) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_x7lwFbbAdz5StvxoOu2Tkh9eDMu9Uh5i3GKObLMP/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Voyage AI (AI Embeddings API) URL.
- Step 03
Save and start
Save the connection and enable Voyage AI (AI Embeddings API) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"voyage-ai-ai-embeddings-api": {
"url": "https://edge.vinkius.com/vk_preview_x7lwFbbAdz5StvxoOu2Tkh9eDMu9Uh5i3GKObLMP/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Voyage AI (AI Embeddings API)
Open Agent mode in chat and ask: "Using Voyage AI (AI Embeddings API), help me...". 13 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"voyage-ai-ai-embeddings-api": {
"url": "https://edge.vinkius.com/vk_preview_x7lwFbbAdz5StvxoOu2Tkh9eDMu9Uh5i3GKObLMP/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Voyage AI (AI Embeddings API)
Ask Copilot: "Using Voyage AI (AI Embeddings API), help me...". 13 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"voyage-ai-ai-embeddings-api": {
"url": "https://edge.vinkius.com/vk_preview_x7lwFbbAdz5StvxoOu2Tkh9eDMu9Uh5i3GKObLMP/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Voyage AI (AI Embeddings API)
Open Cascade and ask: "Using Voyage AI (AI Embeddings API), help me...". 13 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"voyage-ai-ai-embeddings-api": {
"url": "https://edge.vinkius.com/vk_preview_x7lwFbbAdz5StvxoOu2Tkh9eDMu9Uh5i3GKObLMP/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Voyage AI (AI Embeddings API)
Ask Cline: "Using Voyage AI (AI Embeddings API), help me...". 13 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add voyage-ai-ai-embeddings-api --transport http "https://edge.vinkius.com/vk_preview_x7lwFbbAdz5StvxoOu2Tkh9eDMu9Uh5i3GKObLMP/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Voyage AI (AI Embeddings API)
Ask Claude: "Using Voyage AI (AI Embeddings API), show me...". 13 tools are ready
Where the request belongs
Work Voyage AI can move forward.
This is for the AI engineer tired of seeing irrelevant search results in their RAG app or the data scientist trying to make sense of mixed image and text data.
AI Engineer
Building production RAG pipelines where retrieval accuracy is the top priority.
Data Scientist
Experimenting with multimodal search and contextualized chunking for complex datasets.
Backend Developer
Integrating high-precision search into an app without building a custom vector engine.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCohere (Embed & Rerank)
Empower RAG via Cohere. generate high-quality text embeddings, rerank documents for better accuracy, and perform AI classification directly from any AI agent.
Cohere (AI Platform)
Power enterprise AI via Cohere. generate text, perform chat completions, reorder documents, and manage embeddings directly from any AI agent.
Gradient AI (LLM API & Finetuning)
Access powerful LLMs, fine-tune models on your own data, and generate embeddings directly through your AI agent.
Cohere
Access Cohere AI models via API. chat with Command models, generate embeddings, rerank documents and tokenize text from any AI agent.
Mistral AI (Frontier LLMs & Embeddings)
Manage AI inference via Mistral. execute chat completions, generate RAG embeddings, and audit frontier models.
Haystack (deepset Cloud)
Build and manage AI-powered search and RAG pipelines via deepset Cloud. search documents, run pipelines, and manage workspaces.
Bring your own AI
Change the model, client or framework. Keep Voyage AI connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Voyage AI.
The practical details behind the request, access and result.
How does Voyage AI MCP improve my RAG system's accuracy?
It provides contextualized embeddings that keep the surrounding information of a document chunk in mind. This prevents the AI from getting confused by isolated sentences and leads to much more relevant answers.
Can I use Voyage AI MCP to search through images and text together?
Yes, the multimodal capabilities allow your agent to search across different types of media in one go. This is perfect for visual search or catalogs with mixed content.
Is Voyage AI MCP good for handling very large datasets?
Yes, it includes dedicated batch capabilities. You can upload files for background processing, which is the standard way to handle thousands of items without hitting rate limits.
What is the difference between standard embeddings and Voyage AI's contextualized ones?
Standard embeddings treat every chunk as a standalone island. Voyage AI's contextualized versions look at the surrounding text to ensure the meaning stays consistent, which is vital for long-form content.
How does reranking help my AI agent's responses?
Reranking takes the top results from a search and re-scores them for relevance. It ensures that the absolute best match is moved to the top, so your agent always sees the most important information first.
Can I manage my batch jobs using the Voyage AI MCP?
Yes, you can list all your batches and check the status of specific jobs. This makes it easy to monitor large data updates as they happen in the background.
How does reranking improve my RAG system's accuracy?
By using the rerank capability, your agent can take a list of potentially relevant documents and re-score them using a powerful cross-encoder model. This ensures that the most semantically relevant pieces of information are ranked first, providing better context for the LLM to answer queries.
What is the benefit of using contextualized embeddings?
The create_contextualized_embeddings capability allows you to embed chunks of text while considering the surrounding content of the same document. This prevents loss of meaning that often happens with standard chunking, leading to much higher retrieval precision.
Can I process images and text in the same vector space?
Yes! With create_multimodal_embeddings, you can provide interleaved sequences of text and image URLs. Voyage AI will generate a single embedding that represents the combined semantic meaning, perfect for visual or hybrid search.
One connection away
Give your agent a direct line to Voyage AI.
Connect Voyage AI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available