Multi-engine MCP server, CLI, and local daemon for agent web search and content retrieval — skill-guided workflows, no API keys.
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"
]
}
}
}
Run in terminal:
claude mcp add open-websearch npx -y Aas-ee/open-webSearch
Add to .cursor/mcp.json:
{
"mcpServers": {
"open-websearch": {
"command": "npx",
"args": [
"-y",
"Aas-ee/open-webSearch"
]
}
}
}