Simple icons/modelcontextprotocol

MCP Server

Give AI assistants access to real-time data. Search the web, compare flights, find hotels, and more.

Set up your client

Connect your MCP client to SearchAPI using one of the methods below. Replace <YOUR_MCP_URL> with your integration URL from the dashboard.

Claude Code

Run this command in your terminal:

claude mcp add searchapi "<YOUR_MCP_URL>" --transport http
Simple icons/claude Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "searchapi": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "<YOUR_MCP_URL>"
      ]
    }
  }
}

Restart Claude Desktop after saving.

Requires Node.js installed (for npx).

Pro/Max users: You can also add remote MCP servers via Settings → Connectors → Add custom connector.

Simple icons/cursor Cursor

Click to install automatically:

Simple icons/cursor Install in Cursor

What you can do

Click any tool card to copy an example prompt you can use with your AI assistant.

Limits

  • Maximum 10 MCP integrations per account
  • Standard API rate limits apply
  • Each tool call counts as one API request