运行服务
- 通过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 💡

apify/rag-web-browser
A web browser for AI agents and RAG pipelines that queries Google Search, scrapes web pages, and returns content as Markdown for LLM processing, supporting Model Context Protocol (MCP) via SSE.
Createve.AI Nexus Server
An open-source Model Context Protocol (MCP) and API bridge by RootUK, designed to securely connect AI agents with enterprise systems, real-time data, and custom AI models.
0kenx/filesystem-mcp
A Python server implementing Model Context Protocol (MCP) for secure filesystem operations.
axlwolf/filesystem-mcp
Node.js server implementing Model Context Protocol (MCP) for filesystem operations
sheffler/mcp-server-lims
An MCP server for Laboratory Information Management System (LIMS) enabling AI agents to manage lab workflow data and interact with simulated instruments
topoteretes/cognee-mcp
A Model Context Protocol server for cognee’s memory engine, enabling structured knowledge graph storage and querying for AI agents