Home › Search & Research › Litescrape
Litescrape
Google, Bing, DuckDuckGo and Google Maps search results, free without an API key.
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>"
}
}
}
}
Authorizationsecret — 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_KEYsecret — 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
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
wigolo
Local-first web intelligence MCP server for AI coding agents
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
brightdata-mcp
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry