MCP Directory
Back

python-mcp-server-client

by GobinFan · Python · ★ 155

支持查询主流agent框架技术文档的MCP server(支持stdio和sse两种传输协议), 支持 langchain、llama-index、autogen、agno、openai-agents-sdk、mcp-doc、camel-ai 和 crew-ai

#agent#llm#mcp#mcp-client#mcp-server#openai

Install

pip install git+https://github.com/GobinFan/python-mcp-server-client.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "python-mcp-server-client": {
      "command": "uvx",
      "args": [
        "git+https://github.com/GobinFan/python-mcp-server-client.git"
      ]
    }
  }
}

From the README

[](https://mseep.ai/app/gobinfan-python-mcp-server-client) 中文 | [English](README_EN.md) MCP Server 是实现模型上下文协议(MCP)的服务器,旨在为 AI 模型提供一个标准化接口,连接外部数据源和工具,例如文件系统、数据库或 API。 在 MCP 出现前,AI 调用工具基本通过 Function Call 完成,存在以下问题: 1. 不同的大模型厂商 Function Call 格式不一致 2. 大量 API 工具的输入和输出格式不一致,封装管理繁琐 MCP 相当于一个统一的 USB-C,不仅统一了不同大模型厂商的 Function Call 格式,也对相关工具的封装进行了统一。 目前 MCP 支持两种主要的传输协议: 1. **Stdio 传输协议** - 针对本地使用 - 需要在用户本地安装命令行工具 - 对运行环境有特定要求 2. **SSE(Server-Sent Events)传输协议** - 针对云服务部署 - 基于 HTTP 长连接实现 - Stdio 传输协议(本地) - SSE 传输协议(远程) - 自建客户端(Python) - Cursor - Cline **MacOS/Linux:** **Windows:*…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers