MCP server

Algolia

MCP

Official Algolia MCP. Indexes under your user.

Algolia’s remote server. Search, records, and the index you are allowed to touch.

latest·Proprietary·Updated this quarter·github.com/algolia/mcp-server·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "algolia": {
      "url": "https://mcp.algolia.com/mcp"
    }
  }
}

By Algolia

Spec

What the server actually exposes.

  • search

    read

    Query an index.

  • list_indices

    read

    Indices in the app.

  • save_objects

    write

    Write records after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

algolia-mcp.mcp/tools

Tools

  • search

    Query an index.

    read
  • list_indices

    Indices in the app.

    read
  • save_objects

    Write records after you confirm.

    write

Last call

{ "ok": true,
  "tool": "search",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.