HomeSearch & Research › Litescrape

Litescrape

Google, Bing, DuckDuckGo and Google Maps search results, free without an API key.

Official TypeScript CloudLocal Remote
★ 0 stars Last pushed 2026-09-23 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.litescrape.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http litescrape-mcp-server https://mcp.litescrape.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "litescrape-mcp-server": {
      "url": "https://mcp.litescrape.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Optional: Bearer <Litescrape API key>. Without it the same free daily allowance applies.

Package (npm 0.2.0)

npx -y litescrape-mcp-server@0.2.0

Or add to your MCP client config:

{
  "mcpServers": {
    "litescrape-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "litescrape-mcp-server@0.2.0"
      ],
      "env": {
        "LITESCRAPE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • LITESCRAPE_API_KEY secret — Optional Litescrape API key. Without it, search, google_search, bing_search, google_maps and duckduckgo_search work from a free daily allowance; with it google_ai_mode, google_ai_overview, google_shopping and google_reviews are available too and the limits are lifted.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry