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: MCP JinaAI Search 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.
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/fuyouai/web-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server