运行服务
- 通过stdio协议启动服务端
mcp dev web_search.py
- 配置客户端
{ "mcpServers": { "mcp-server": { "command": "uv", "args": [ "--directory", "<你的项目路径>", "run", "main.py" ] } } }
- 通过SSE协议启动服务端
-
uv run main.py --host 0.0.0.0 --port 8020 -
运行客户端
uv run client.py http://127.0.0.1:8020/sse
Recommend MCP Servers 💡
@chanmeng666/google-news-server
A Model Context Protocol (MCP) server implementation that provides Google News search capabilities via SerpAPI integration. Automatically categorizes news results and supports multiple languages and regions.
KurrentDB MCP Server
An MCP server for KurrentDB, enabling users to explore, read, write data, and manage projections within KurrentDB streams.
@larryhudson/mcp-server-example-image-block
An example MCP server that returns a random image from the Lorem Picsum API
cursor-talk-to-figma-mcp
MCP integration between Cursor AI and Figma for reading and modifying designs programmatically
kanboard-mcp-server
A Go-based MCP server enabling AI agents and LLMs to interact with Kanboard for project, task, and user management via natural language commands.
@taazkareem/clickup-mcp-server
Integrates ClickUp project management with AI applications via Model Context Protocol, allowing AI agents to manage tasks, documents, time tracking, and workspace organization.