@caikiji/mcp-search
Provides web search capabilities using Brave Search engine, with results including title, URL, and snippet.
Enables web search via DuckDuckGo for privacy-respecting results.
Allows searching GitHub for code repositories and related content.
Connects to a self-hosted SearXNG instance for aggregated metasearch across multiple engines, with full privacy control.
Supports web search using Sogou, a Chinese search engine.
Integrates Sogou WeChat search to find WeChat articles.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@caikiji/mcp-searchsearch for recent developments in AI"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
β¨ Features
π Web search β aggregates results from multiple engines (Brave, DuckDuckGo, Bing News, etc.)
π Page fetch β read full page content from search results as Markdown
π Engine discovery β
infoto see engine counts;info scope: "engines"to list allπ― Token efficient β compact mode, smart snippet truncation, deduplicated results
π Self-hosted β works with your own SearXNG instance, full privacy control
Installation
npm install -g @caikiji/mcp-searchConfiguration
Environment variables
Variable | Default | Description |
| β | Your SearXNG instance URL (required) |
| β | Basic auth credentials ( |
|
| SearXNG API timeout (ms) |
|
| Page fetch timeout (ms) |
|
| Default results per search (1β50) |
|
| Max chars for |
|
| Max chars for result snippet (truncated at word boundary) |
| Chrome UA | User-Agent for page fetching |
| β | Semicolon-separated recommended engines, optionally with |
MCP Client config
{
"mcpServers": {
"search": {
"command": "npx",
"args": ["-y", "@caikiji/mcp-search"],
"env": {
"SEARCH_URL": "https://search.example.com",
"SEARCH_AUTH": "user:password",
"SEARCH_RECOMMENDED_ENGINES": "duckduckgo|general purpose, privacy;bing|images, news;sogou|Chinese web;sogou wechat|WeChat articles;stackoverflow|programming Q&A;github|code repositories"
}
}
}
}Tools
Search
Tool | Arguments | Description |
|
| Web search with dedup, snippet, and source info. |
|
| Fetch a URL from results and return as Markdown. Works on most blogs/docs sites. |
|
| Instance info. Default: counts, categories, settings. |
query parameters
Param | Description |
| Search query (required) |
| Restrict to domain, e.g. |
| Language code ( |
| Comma-separated: |
|
|
| Comma-separated engine names. Use |
| Page number. Default: |
| Results to return (1β50). Default: |
|
|
| When |
Output format
Full mode:
5 results | Sources: duckduckgo,brave
[1] Title
URL: https://...
Src: duckduckgo
Snippet text here (truncated to 300 chars)...
[2] Next Title
URL: https://...
Src: google +2Compact mode:
5 results | Sources: duckduckgo
[1] Title β https://...
[2] Next Title β https://...This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/caikiji/mcp-search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server