A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/algolia/mcp-node below:

algolia/mcp-node: MCP server for interacting with Algolia

Quick StartFeaturesUsage ExamplesInstallationConfigurationDevelopmentTroubleshootingContributingLicense

algolia-mcp-demo.mp4

This repository contains experimental Model Context Protocol (or MCP) servers for interacting with Algolia APIs. We're sharing it for you to explore and experiment with. Feel free to use it, fork it, or build on top of it — but just know that it's not officially supported by Algolia and isn't covered under our SLA.

We might update it, break it, or remove it entirely at any time. If you customize or configure things here, there's a chance that work could be lost. Also, using MCP in production could affect your Algolia usage.

If you have feedback or ideas (even code!), we'd love to hear it. Just know that we might use it to help improve our products. This project is provided "as is" and "as available," with no guarantees or warranties. To be super clear: MCP isn't considered an "API Client" for SLA purposes.

  1. Download the latest release from our GitHub Releases
  2. Authenticate with your Algolia account
  3. Connect to Claude Desktop
  4. Start asking questions about your Algolia data!

Algolia Node.js MCP enables natural language interactions with your Algolia data through Claude Desktop. This implementation allows you to:

Here are some example prompts to get you started:

"What is the email address associated with my Algolia account?"
"List all my Algolia apps."
"List all the indices are in my 'e-commerce' application and format them into a table sorted by entries."
"Show me the configuration for my 'products' index."
"Search my 'products' index for Nike shoes under $100."
"Add the top 10 programming books to my 'library' index using their ISBNs as objectIDs."
"How many records do I have in my 'customers' index?"
"What's the no-results rate for my 'products' index in the DE region? Generate a graph using React and Recharts."
"Show me the top 10 searches with no results in the DE region from last week."
"Are there any ongoing incidents at Algolia?"
"What's the current latency for my 'e-commerce' index?"
"Show me a visualization of my daily account usage for the past month."

Tip

Try providing your specific application and index in your initial prompt to avoid unnecessary back and forth.

  1. Download the latest release from GitHub Releases
  2. Extract the .zip file
  3. From your terminal, remove quarantine flag to allow execution:
    xattr -r -d com.apple.quarantine <path_to_executable>

    Note: This step is necessary as the executable is not signed with an Apple Developer account. If you prefer, you can build from source instead.

  4. Run the authentication command:
    <path_to_executable> authenticate
    This will open your browser to authenticate with the Algolia Dashboard.

Coming soon.

  1. Open Claude Desktop settings
  2. Add the following to your configuration:
    {
      "mcpServers": {
        "algolia-mcp": {
          "command": "<path_to_executable>"
        }
      }
    }
  3. Restart Claude Desktop
Usage: algolia-mcp [options] [command]

Options:
  -h, --help              display help for command

Commands:
  start-server [options]  Starts the Algolia MCP server
  authenticate            Authenticate with Algolia
  logout                  Remove all stored credentials
  list-tools              List all available tools
  help [command]          display help for command
Usage: algolia-mcp start-server [options]

Starts the Algolia MCP server

Options:
  -t, --allow-tools <tools>             Comma separated list of tool ids (default: getUserInfo,getApplications,...,listIndices)
  --credentials <applicationId:apiKey>  Application ID and associated API key to use. Optional: the MCP will authenticate you if unspecified, giving you access to all your applications.
  -h, --help                            display help for command
Setup Development Environment
  1. Clone the repository:

    git clone https://github.com/algolia/mcp-node
    cd mcp-node
    npm install
  2. Configure Claude Desktop for development:

    {
      "mcpServers": {
        "algolia-mcp": {
          "command": "<PATH_TO_BIN>/node",
          "args": [
            "--experimental-strip-types",
            "--no-warnings=ExperimentalWarning",
            "<PATH_TO_PROJECT>/src/app.ts"
          ]
        }
      }
    }

Note: You'll need to restart Claude Desktop after making code changes.

npm run build -- --outfile dist/algolia-mcp

Use the MCP Inspector for testing and debugging:

  1. Run the debug script:

    cd mcp-node
    npm run debug
  2. Open http://127.0.0.1:6274/ in your browser

  3. Click Connect to start the server

  4. Send test requests through the inspector interface

Log files are stored in:

We welcome contributions to Algolia Node.js MCP! Here's how you can help:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a pull request

Algolia Node.js MCP is MIT licensed.

Made with ❤️ by Algolia


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4