Add this to your AI agent's MCP config file to connect.
Run in your terminal:
claude mcp add io.searchapi--mcp --transport http https://www.searchapi.io/mcp?token={api_token} Add to your claude_desktop_config.json:
{
"mcpServers": {
"io.searchapi--mcp": {
"type": "http",
"url": "https://www.searchapi.io/mcp?token={api_token}"
}
}
} Add to your .cursor/mcp.json:
{
"mcpServers": {
"io.searchapi--mcp": {
"type": "http",
"url": "https://www.searchapi.io/mcp?token={api_token}"
}
}
} Add to your Windsurf MCP config:
{
"mcpServers": {
"io.searchapi--mcp": {
"type": "http",
"url": "https://www.searchapi.io/mcp?token={api_token}"
}
}
}