open-webSearch

Aas-ee/open-webSearch
★ 1,006 stars TypeScript 🔍 Search Updated 23d ago
Multi-engine MCP server, CLI, and local daemon for agent web search and content retrieval — skill-guided workflows, no API keys.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "open-websearch": {
      "command": "npx",
      "args": [
        "-y",
        "Aas-ee/open-webSearch"
      ]
    }
  }
}