Typesense Cloud Connector for AI agents.
6 live capabilities
Manage search clusters and monitor latency metrics through your AI client.
Waiting for input…
Why people use Typesense Cloud
Typesense Cloud for Search Cluster Health Monitoring
This Connector lets you skip the dashboard entirely. You can just ask your agent to pull the latest metrics or check if a specific node is hanging. It turns your infrastructure into a searchable conversation, giving you the data you need in seconds.
What Vinkius changes
You get a conversational interface for your Typesense Cloud infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Production Outage Response
A search spike occurs.
- Real-world use case 02
Pre-deployment Mapping Check
A developer wants to ensure new aliases are mapped correctly before a release.
- Real-world use case 03
Bulk Querying
A data analyst needs to run ten different searches at once.
Complete set · 6capabilities
The complete Typesense Cloud capability set.
These are the exact actions your AI can choose when you ask it to work with Typesense Cloud.
01—03
3 capabilities in this set.
Part of 6 available through Typesense Cloud.
- 01 Capability
Get cluster health
Check the operational status of your cluster to see if nodes are online. This helps you identify if your search infrastructure is reachable.
- 02 Capability
Get cluster metrics
Pull real-time latency, usage logs, and node resource consumption. Use this to find the cause of search speed drops.
- 03 Capability
List collection aliases
View the virtual names mapped to your actual search collections. This makes it easier to manage how your app accesses data.
04—06
3 capabilities in this set.
Part of 6 available through Typesense Cloud.
- 04 Capability
List collections
Get a full list of all search collections in your cluster. Use this to see what data structures are currently active.
- 05 Capability
List api keys
See all configured API keys for your cluster to audit access. This is a key step for maintaining your security posture.
- 06 Capability
Execute multi search
Send a JSON array to run multiple search requests in a single call. This saves time when you need to query multiple data points.
Set up in minutes
One URL. Then ask Typesense Cloud to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Typesense Cloud 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_a9nn3WLJKs8eslNntlTpFcuQT0t0jJEhqxW4UtgT/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 Typesense Cloud, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Typesense Cloud for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_a9nn3WLJKs8eslNntlTpFcuQT0t0jJEhqxW4UtgT/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 Typesense Cloud URL.
- Step 03
Save and start
Save the connection and enable Typesense Cloud in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"typesense-cloud": {
"url": "https://edge.vinkius.com/vk_preview_a9nn3WLJKs8eslNntlTpFcuQT0t0jJEhqxW4UtgT/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 Typesense Cloud
Open Agent mode in chat and ask: "Using Typesense Cloud, help me...". 6 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"typesense-cloud": {
"url": "https://edge.vinkius.com/vk_preview_a9nn3WLJKs8eslNntlTpFcuQT0t0jJEhqxW4UtgT/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 Typesense Cloud
Ask Copilot: "Using Typesense Cloud, help me...". 6 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"typesense-cloud": {
"url": "https://edge.vinkius.com/vk_preview_a9nn3WLJKs8eslNntlTpFcuQT0t0jJEhqxW4UtgT/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 Typesense Cloud
Open Cascade and ask: "Using Typesense Cloud, help me...". 6 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"typesense-cloud": {
"url": "https://edge.vinkius.com/vk_preview_a9nn3WLJKs8eslNntlTpFcuQT0t0jJEhqxW4UtgT/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 Typesense Cloud
Ask Cline: "Using Typesense Cloud, help me...". 6 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add typesense-cloud --transport http "https://edge.vinkius.com/vk_preview_a9nn3WLJKs8eslNntlTpFcuQT0t0jJEhqxW4UtgT/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 Typesense Cloud
Ask Claude: "Using Typesense Cloud, show me...". 6 tools are ready
Where the request belongs
Work Typesense Cloud can move forward.
This is for the search engineer or DevOps pro who's tired of toggling between terminal windows and cloud dashboards to find why search is slow.
DevOps Engineer
Checking node health and latency during production spikes to identify bottlenecks quickly.
Search Engineer
Validating multi-search results and alias mappings before shipping updates to the frontend.
Sysadmin
Auditing active API keys and managing alias structures across test and production environments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsTypesense Vector Search
Automate vector similarity searches via Typesense. index documents, manage collections, and execute semantic queries directly from your AI agent.
Meilisearch
Manage your Meilisearch instance. handle indexes, documents, and search configurations directly from your AI agent.
Elastic Enterprise Search
Manage enterprise search via Elastic. search engines and documents, handle indexing, and monitor search analytics directly from any AI agent.
Qdrant
Empower your AI to interact directly with your Qdrant vector database. query clusters, perform similarity searches, and manage collections effortlessly.
Marqo AI (Vector Search & Embeddings)
Manage semantic search via Marqo. execute tensor queries, index JSON documents, and audit vector indices.
Couchbase (Vector & NoSQL)
Manage vector search and NoSQL via Couchbase. execute N1QL queries, perform KNN vector searches, and audit documents directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Typesense Cloud 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 Typesense Cloud.
The practical details behind the request, access and result.
What can I do with the Typesense Cloud MCP?
You can manage your search cluster health, fetch performance metrics, audit API keys, and manage collection aliases through a chat interface.
How does Typesense Cloud MCP help with latency?
It pulls real-time metrics so you can see latency spikes and CPU usage instantly without navigating through complex dashboards.
Can I use Typesense Cloud MCP to run multiple searches?
Yes, it allows you to execute multiple search requests in a single call using a JSON array, which saves time on bulk queries.
Is Typesense Cloud MCP good for security?
It helps with security by allowing you to quickly list and audit all active API keys configured for your cluster.
Does Typesense Cloud MCP work with Cursor?
Yes, it works with any MCP-compatible client, including Cursor, Claude, and Windsurf.
Can the AI provide an analysis if our search endpoints hit performance degradation?
Yes. Instructing the agent to run the 'get_cluster_metrics' capability will pull out CPU times, active requests processing, and milliseconds threshold details so the AI inherently explains why the node slows down.
Can it execute a multi-search batch via chat?
Absolutely. Give it a target array of searches (e.g., search product_A and product_B tables). It formats the payload perfectly to hit the endpoint natively and unpacks both search answers logically back to you.
Does it detect empty aliases mapped incorrectly?
Yes! When listing all collections and matching them against 'list_aliases', the agent can see if a virtual layer points to a non-existent cluster data structure instantly. Very handy for debugging production releases.
One connection away
Give your agent a direct line to Typesense Cloud.
Connect Typesense Cloud once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available