运行服务
- 通过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 💡
@ticktick/mcp-server
An MCP server for TickTick, enabling viewing, managing, and creating todo tasks.
@notainc/gyazo-mcp-server
An official Model Context Protocol server for Gyazo, enabling AI assistants to access, search, fetch, and upload images and their metadata (including OCR data) via the Gyazo API.
multicluster-mcp-server
A Model Context Protocol (MCP) server acting as a gateway for Generative AI systems to interact with multiple Kubernetes clusters via Open Cluster Management (OCM), enabling resource operations, multi-cluster management, and interactive observability.

Natoma
Natoma provides a hosted Model Context Protocol (MCP) platform, Natoma Agent Access, designed to securely bridge AI agents with enterprise systems and data, offering granular control, robust security, and automation for scaling AI adoption.
ConechoAI/openai-websearch-mcp
An MCP server that integrates OpenAI's web search functionality, allowing AI assistants to access up-to-date information during conversations.
@enescinar/twitter-mcp
An MCP server enabling interaction with Twitter, supporting posting tweets and searching tweets.