Back to directory
searchAPI-mcp

searchAPI-mcp

@RmMargt70

A Model Context Protocol (MCP) based search API server that provides standardized access to Google Maps, Google Flights, Google Hotels, and other search services like Google, Bing, Baidu, etc., enabling AI assistants to access various search services through a unified interface.

googlesearchmapsflightshotelsvideoshoppingbingbaiducontext

Installation & Configuration

{
  "mcpServers": {
    "searchapi": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "/path/to/searchAPI-mcp/mcp_server.py"
      ],
      "env": {
        "SEARCHAPI_API_KEY": "your_api_key_here"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/8
Updated
2026/6/7