S

SerpAPI

Fetch Google/Bing SERPs via SerpAPI.

·No reviews yet
Repo
Share:

About

Auto-generated

SerpAPI is a Model Context Protocol server in the Search & Web category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

web_search
Search the web and return top results
fetch_url
Fetch and return the contents of a URL

Screenshots

No screenshots yet.

Install SerpAPI

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "serpapi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-serpapi"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "serpapi": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-serpapi"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "serpapi": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-serpapi"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.