qianlima365/zhipu-web-search-mcp
If you are the rightful owner of zhipu-web-search-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides instructions on how to run a Model Context Protocol (MCP) server using different protocols and configurations.
The Model Context Protocol (MCP) server is a versatile tool designed to facilitate communication between clients and servers using various protocols such as stdio and SSE. It allows for seamless integration and execution of tasks in a distributed environment. The server can be configured to run different scripts and handle multiple connections, making it suitable for a wide range of applications. By leveraging MCP technology, users can efficiently manage and execute tasks across different platforms, ensuring high performance and reliability.
Features
- Supports multiple protocols including stdio and SSE for flexible communication.
- Allows configuration of client-server interactions through customizable scripts.
- Facilitates distributed task execution and management across various platforms.
- Ensures high performance and reliability in handling multiple connections.
- Provides seamless integration with existing systems and workflows.
Usages
stdio usage
shell mcp dev web_search.py { "mcpServers": { "mcp-server": { "command": "uv", "args": [ "--directory", "<你的项目路径>", "run", "main.py" ] } } }
sse usage
shell uv run main.py --host 0.0.0.0 --port 8020 shell uv run client.py http://127.0.0.1:8020/sse