MCP
@expensivefav
About MCP
MCP servers for interacting with Algolia
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-expensivefav": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"./mcp"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is MCP?
MCP is an experimental Model Context Protocol server that allows AI assistants to interact with Algolia APIs. It is intended for developers who want to query, add, update, or configure Algolia indices through natural language or an MCP-enabled client.
How to use MCP?
Install Go, clone the repository, build the server binary, then add a server definition to Claude Desktop's settings. Configure the environment variables ALGOLIA_APP_ID, ALGOLIA_INDEX_NAME, ALGOLIA_API_KEY, and optionally ALGOLIA_WRITE_API_KEY (the admin key) for write operations. Restart Claude Desktop to access the "algolia" tool.
Key features of MCP
- Search Algolia indices with complex filters.
- Add JSON objects to an index.
- Update searchable attributes and settings.
- Configure ranking and other index options.
Use cases of MCP
- An AI assistant searches for products by brand and price.
- Adding a blog post as a JSON object to an index.
- Updating the searchable attributes for a recipes index.
- Configuring an index to rank award winners higher.
FAQ from MCP
What can I do with this MCP?
You can search, add, update, and configure Algolia indices using natural language prompts, such as “Search all products where brand = ‘Nike’ and price < 100” or “Update the searchable attributes for the recipes index.”
Is MCP officially supported by Algolia?
No. This is an experimental project provided “as is” and “as available,” with no guarantees, warranties, or SLA coverage. It may be updated, broken, or removed at any time.
What are the runtime requirements?
You need Go to build the server binary. The binary runs inside Claude Desktop or via a local MCP host (e.g., mcphost) with Ollama.
Does Claude Desktop support resource templates?
Currently, Claude Desktop does not support resource templates or root, despite online examples showing them. This is a known limitation.
Where can I learn more about this MCP server?
A blog post with an embedded demo video is available at the Algolia engineering blog.
Frequently asked questions
What can I do with this MCP?
You can search, add, update, and configure Algolia indices using natural language prompts, such as “Search all products where brand = ‘Nike’ and price < 100” or “Update the searchable attributes for the recipes index.”
Is MCP officially supported by Algolia?
No. This is an experimental project provided “as is” and “as available,” with no guarantees, warranties, or SLA coverage. It may be updated, broken, or removed at any time.
What are the runtime requirements?
You need Go to build the server binary. The binary runs inside Claude Desktop or via a local MCP host (e.g., mcphost) with Ollama.
Does Claude Desktop support resource templates?
Currently, Claude Desktop does not support resource templates or root, despite online examples showing them. This is a known limitation.
Where can I learn more about this MCP server?
A blog post with an embedded demo video is available at the Algolia engineering blog.
Basic information
More Other MCP servers
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments