← Discover MCPs and Agents
S
MCPAI & MLGitHub

SERP-api

Anti-bot detection w/ Selenium on Brave, DuckDuckGo, Bing, Baidu, used for research + integration w/ MCP

Links

README

From the repo.

Running locally

source venv/bin/activate

pip install -r requirements.txt

uvicorn main:app --reload

Running in Docker

May take some time to build:

docker build -t serp-api .

docker run -p 8000:8000 serp-api

Example endpoints

DuckDuckGo

http://127.0.0.1:8000/search?q=ai+tools&engine=duckduckgo&limit=5

Brave

http://127.0.0.1:8000/search?q=ai+tools&engine=brave&limit=5

Bing

http://127.0.0.1:8000/search?q=ai+tools&engine=bing&limit=5

Baidu

http://127.0.0.1:8000/search?q=ai+tools&engine=baidu&limit=5

Google (under construction)

http://127.0.0.1:8000/search?q=ai+tools&engine=google&limit=5

Collected info

  • 1 stars
  • Language: Python
  • Source updated: 1/17/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.