MCP server

Algolia
MCPOfficial 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
readQuery an index.
list_indices
readIndices in the app.
save_objects
writeWrite 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
- read
search
Query an index.
- read
list_indices
Indices in the app.
- write
save_objects
Write records after you confirm.
Last call
{ "ok": true,
"tool": "search",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
