MCP Server
Give AI assistants access to real-time data. Search the web, compare flights, find hotels, and more.
<div>
<h2 class="font-display text-base font-semibold text-gray-900 dark:text-white">
Get Started
</h2>
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
Create an integration and get your MCP URL in under a minute.
</p>
</div>
<a href="#quickstart" class="group relative rounded-xl border border-gray-200 dark:border-gray-800 block h-full">
<div>
<h2 class="font-display text-base font-semibold text-gray-900 dark:text-white">
Quickstart
</h2>
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
Set up Claude Desktop, Claude Code, or Cursor.
</p>
</div>
<a href="#tools" class="group relative rounded-xl border border-gray-200 dark:border-gray-800 block h-full">
<div>
<h2 class="font-display text-base font-semibold text-gray-900 dark:text-white">
Available Tools
</h2>
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
Explore available search engines and data sources.
</p>
</div>
<a href="#limits" class="group relative rounded-xl border border-gray-200 dark:border-gray-800 block h-full">
<div>
<h2 class="font-display text-base font-semibold text-gray-900 dark:text-white">
Limits
</h2>
<p class="mt-1 text-sm text-gray-600 dark:text-gray-400">
Usage limits and rate limiting.
</p>
</div>
Connect your MCP client to SearchAPI using one of the methods below. Replace <YOUR_MCP_URL> with your integration URL from the dashboard.
<span class="font-medium dark:text-white">Claude Code</span>
</div>
<svg class="h-5 w-5 text-gray-400 dark:text-gray-500 group-open:rotate-180 transition-transform" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
<span class="font-medium dark:text-white">Claude Code</span>
</div>
<svg class="h-5 w-5 text-gray-400 dark:text-gray-500 group-open:rotate-180 transition-transform" fill="none" viewBox="0 0 24 24" stroke="currentColor" aria-hidden="true">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 9l-7 7-7-7" />
</svg>
<p class="text-sm text-gray-600 mb-3">Run this command in your terminal:</p>
<div class="relative">
claude mcp add searchapi "<YOUR_MCP_URL>" --transport http
Claude Desktop
<p class="text-sm text-gray-600 mb-3">Add this to your <code class="prose-code">claude_desktop_config.json</code>:</p>
<div class="relative">
{
"mcpServers": {
"searchapi": {
"command": "npx",
"args": [
"mcp-remote",
"<YOUR_MCP_URL>"
]
}
}
}
<p class="text-sm text-warning-600 mt-3 flex items-center gap-1.5">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="size-6 h-4 w-4">
Restart Claude Desktop after saving.
</p>
<p class="text-sm text-gray-600 mt-3 flex items-center gap-1.5">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewbox="0 0 24 24" stroke-width="1.5" stroke="currentColor" aria-hidden="true" data-slot="icon" class="size-6 h-4 w-4">
Requires Node.js installed (for npx).
</p>
<p class="text-sm text-gray-600 mt-2">
<strong>Pro/Max users:</strong> You can also add remote MCP servers via
Settings → Connectors → Add custom connector.
</p>
Cursor
<p class="text-sm text-gray-600 mb-3">Click to install automatically:</p>
<a href="cursor://anysphere.cursor-deeplink/mcp/install?name=searchapi&config=eyJ1cmwiOiJcdTAwM2NZT1VSX01DUF9VUkxcdTAwM2UifQ==" class="btn btn-dark">
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="0 0 24 24" aria-labelledby="a508kem03fi9w8ni06ywpj2gonkly497" class="h-4 w-4 mr-2 fill-current"><title id="a508kem03fi9w8ni06ywpj2gonkly497">Simple icons/cursor</title><path d="M11.503.131 1.891 5.678a.84.84 0 0 0-.42.726v11.188c0 .3.162.575.42.724l9.609 5.55a1 1 0 0 0 .998 0l9.61-5.55a.84.84 0 0 0 .42-.724V6.404a.84.84 0 0 0-.42-.726L12.497.131a1.01 1.01 0 0 0-.996 0M2.657 6.338h18.55c.263 0 .43.287.297.515L12.23 22.918c-.062.107-.229.064-.229-.06V12.335a.59.59 0 0 0-.295-.51l-9.11-5.257c-.109-.063-.064-.23.061-.23"></path></svg>
Install in Cursor
</a>