Multi-provider web search MCP server (Doubao / Volcengine)
Multi-provider web search MCP server (Doubao / Volcengine). The web mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 9 defined tools rather than through you.
多 provider 联网搜索 MCP Server。当前支持豆包(火山引擎联网搜索 API)。
Everything the assistant can do here goes through one of these:
DOUBAO_API_KEY — 是DOUBAO_BASE_URL — 否WEB_SEARCH_PROVIDER — 否query — stringcount — numbersearchType — stringtimeRange — stringauthLevel — numberweb_search — The web_search tool exposed by this serverYou will need 2 environment variables: DOUBAO_API_KEY, DOUBAO_BASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at @fuyouai/web-search-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Plenty of search and retrieval servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Web's toolset — DOUBAO_API_KEY, DOUBAO_BASE_URL, WEB_SEARCH_PROVIDER and 6 more — is a fair guide to whether it matches your workflow. It is maintained by chaochao.wen; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| DOUBAO_API_KEY | 是 |
| DOUBAO_BASE_URL | 否 |
| WEB_SEARCH_PROVIDER | 否 |
| query | string |
| count | number |
| searchType | string |
| timeRange | string |
| authLevel | number |
| web_search | The web_search tool exposed by this server. |
{
"mcpServers": {
"web-search-doubao": {
"command": "npx",
"args": ["-y", "@fuyouai/web-search-mcp", "--provider", "doubao"],
"env": {
"DOUBAO_API_KEY": "${env:DOUBAO_API_KEY}"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DOUBAO_API_KEY | Credential the server authenticates with. | Yes |
| DOUBAO_BASE_URL | Endpoint or connection string the server talks to. | Yes |
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.