web-search-mcp
Click on "Deploy 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., "@web-search-mcpsearch for latest news on artificial intelligence"
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.
web-search-mcp
多 provider 联网搜索 MCP Server。当前支持豆包(火山引擎联网搜索 API)。
安装
从 npm 使用(推荐)
npx @fuyouai/web-search-mcp --provider doubao本地开发
npm install
npm run buildRelated MCP server: Baidu Search MCP Server
Cursor 配置
在项目或全局 .cursor/mcp.json 中添加:
{
"mcpServers": {
"web-search-doubao": {
"command": "npx",
"args": ["-y", "@fuyouai/web-search-mcp", "--provider", "doubao"],
"env": {
"DOUBAO_API_KEY": "${env:DOUBAO_API_KEY}"
}
}
}
}本地开发时也可指向编译产物:
{
"mcpServers": {
"web-search-doubao": {
"command": "node",
"args": ["/absolute/path/to/web_search_mcp/dist/index.js", "--provider", "doubao"],
"env": {
"DOUBAO_API_KEY": "${env:DOUBAO_API_KEY}"
}
}
}
}环境变量
变量 | 必填 | 说明 |
| 是 | 火山引擎联网搜索 API Key |
| 否 | 默认 |
| 否 | 未传 |
API Key 可在火山控制台创建。
MCP Tool
web_search
参数 | 类型 | 必填 | 说明 |
| string | 是 | 搜索词,1~100 字符 |
| number | 否 | 返回条数,web 最多 50,image 最多 5 |
| string | 否 |
|
| string | 否 |
|
| number | 否 |
|
本地调试
export DOUBAO_API_KEY=your_key
node dist/index.js --provider doubao --log-level debug启动参数
node dist/index.js --provider doubao [--default-limit 10] [--log-level info]This server cannot be deployed
Maintenance
Related MCP Connectors
Web search, AI agent, and content extraction via You.com APIs
Provides AI assistants with access to Seltz's powerful Web Search capabilities.
Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables efficient web search integration with Jina.ai's Search API, offering clean, LLM-optimized content retrieval with support for various content types and configurable caching.121 npm3MIT
- AlicenseBqualityDmaintenanceProvides web search capabilities through Baidu with content fetching and parsing features, allowing LLMs to search the web and extract webpage content.152 PyPI28MIT
- AlicenseAqualityCmaintenanceEnables AI image generation using Doubao Seedream models and video generation using Doubao Seedance models through Volcano Engine's API, supporting text-to-image, image-to-image, text-to-video, and task status queries.317 npm3MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI-powered image generation using Volcengine's Doubao model with customizable aspect ratios (1:1, 4:3, 16:9, 3:4, 9:16) and file management. Supports high-quality text-to-image generation with automatic retry, error handling, and flexible save path configuration.21-