free-web-tools

changcheng967/free-web-tools
★ 2 stars Python Search Updated today
Free MCP server for web search and content extraction. Zero cost, no API keys. 8 tools: web_search, news_search, fetch_url, deep_search, instant_answer, wiki_summary, auto_answer, related_searches
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "free-web-tools": {
      "command": "uvx",
      "args": [
        "free-web-tools"
      ]
    }
  }
}

Or install with pip: pip install free-web-tools

README Excerpt

Zero-cost web search, content extraction, and developer tools via MCP protocol. No API keys, no accounts, no limit. ```bash pip install -e . claude mcp add free-web-search -- python -m mcp_server ``` | Tool | Purpose | Backend | |------|---------|---------| | `web_search` | General web search with time-range, language, domain filtering | DDG + Mojeek + Bing + Startpage (parallel) |

Tools (16)

auto_answerbook_searchcode_searchdeep_searchfetch_urlgithub_file_contentgithub_issuesgithub_repo_infogithub_search_reposinstant_answernews_searchpackage_inforelated_searchesweb_searchwiki_searchwiki_summary