web-search-mcp
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., "@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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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.1273MIT
- AlicenseBqualityDmaintenanceProvides web search capabilities through Baidu with content fetching and parsing features, allowing LLMs to search the web and extract webpage content.128MIT
- 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.3463MIT
- Flicense-qualityDmaintenanceEnables 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.20
Related MCP Connectors
Web search, AI agent, and content extraction via You.com APIs
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
The best web search for your AI Agent
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fuyouai/web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server