OpenWebSearch
Web search using free multi-engine search (NO API KEYS REQUIRED) — Supports Bing, Baidu, DuckDuckGo, Brave, Exa, Github, Juejin, and CSDN.
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add Aas-ee/open-websearch
# Browse available tools
npx -y smithery tool list Aas-ee/open-websearch
# Get full schema for a tool
npx -y smithery tool get Aas-ee/open-websearch search
# Call a tool
npx -y smithery tool call Aas-ee/open-websearch search '{}'Direct MCP Connection
Endpoint: https://open-websearch--aas-ee.run.tools
Tools (6)
search— Search the web using multiple engines (e.g., Baidu, Bing, DuckDuckGo, CSDN, Exa, Brave, Juejin(掘金)) with no API key req…fetchLinuxDoArticle— Fetch full article content from a linux.do post URLfetchCsdnArticle— Fetch full article content from a csdn post URLfetchGithubReadme— Fetch README content from a GitHub repository URLfetchWebContent— Fetch content from a public HTTP(S) URL (supports Markdown files and normal web pages)fetchJuejinArticle— Fetch full article content from a Juejin(掘金) post URL
# Get full input/output schema for a tool
npx -y smithery tool get Aas-ee/open-websearch