ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Typesense Cloud with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Automate search cluster workflows via Typesense Cloud. monitor performance metrics, check cluster health, manage aliases, and execute multi-searches.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 6 capabilities

The complete Typesense Cloud capability set.

These are the exact actions your AI can choose when you ask it to work with Typesense Cloud.

Capability set01 / 02

01-03

3 capabilities in this set.

Part of 6 available through Typesense Cloud.

  1. 01

    Get cluster metrics

    Retrieves performance and usage metrics for the Typesense cluster

  2. 02

    Execute multi search

    Provide a JSON array of search request objects. Executes multiple search requests in a single API call

  3. 03

    List API keys

    Lists all API keys configured for the Typesense cluster

Capability set02 / 02

04-06

3 capabilities in this set.

Part of 6 available through Typesense Cloud.

  1. 04

    List collection aliases

    Lists all collection aliases (virtual names mapping to real collections)

  2. 05

    List collections

    Lists all search collections in the Typesense Cloud cluster

  3. 06

    Get cluster health

    Checks the operational health status of the Typesense cluster

Observed, not estimated

803ms average. Fast in production.

Typesense Cloud is checked daily against the live service.

Daily averagePeak 948ms
Aug 20Today
Fastest day
624ms
Slowest day
948ms
14-day trend
Slowing+21%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 6 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Typesense Cloud, so you can see the experience inside your AI.

It does not authenticate your account with Typesense Cloud. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Typesense Cloud Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_a9nn3WLJKs8eslNntlTpFcuQT0t0jJEhqxW4UtgT/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Typesense Cloud capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "typesense-cloud-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_a9nn3WLJKs8eslNntlTpFcuQT0t0jJEhqxW4UtgT/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Typesense Cloud owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.