a year ago
Zhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Content
Installation Guide
Supports clients that run the MCP protocol, such as Cursor, Cherry Studio, etc. Click to obtain the API Key from the Zhipu BigModel Open Platform.
Using in Cursor
Cursor version 0.45.6 provides MCP functionality. Cursor will act as an MCP service client to use the MCP service. The MCP service can be integrated into Cursor through simple configuration.
Operation Path: Cursor Settings ->【Features】->【MCP Servers】.
Configure MCP Server
"mcpServers": {
"zhipu-web-search-sse": {
"url": "https://open.bigmodel.cn/api/mcp/web_search/sse?Authorization=YOUR API Key"
}
}
}
Server Config
{
"mcpServers": {
"zhipu-web-search-sse": {
"url": "https://open.bigmodel.cn/api/mcp/web_search/sse?Authorization={you ak/sk}"
}
}
}