Overview of Open-WebSearch
mainOpen-WebSearch is a tool for web searching and content scraping that does not require API keys. It provides multiple entry points depending on your use case:
- MCP Server: Best for integration with MCP clients like Claude Desktop, Cherry Studio, or Cursor.
- CLI: Best for one-off local commands, shell scripts, and terminal usage.
- Local Daemon: A persistent local HTTP service for reusable access. It provides endpoints for
status,GET /health,POST /search, andPOST /fetch-*. - Skill: An agent-guidance layer used to help agents discover, enable, and use the tool within an agentic workflow.