pymcp-sse: Python MCP over SSE Library
@rvirgilli
关于 pymcp-sse: Python MCP over SSE Library
Asynchronous Python library for building Model Context Protocol (MCP) servers and clients over HTTP/SSE, ideal for AI agents, tool integrations, and chatbot ecosystems.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is pymcp-sse: Python MCP over SSE Library?
pymcp-sse is a lightweight Python library that implements the Model Context Protocol (MCP) with a focus on HTTP/Server-Sent Events (SSE) transport. It provides modular server and client classes for building AI‑assistant applications that need tool registration, discovery, and concurrent task execution.
How to use pymcp-sse: Python MCP over SSE Library?
Install the library in editable mode with pip install -e . from the directory containing pyproject.toml (once published, pip install pymcp-sse will be available). Create a server by subclassing BaseMCPServer, register tools with the @server.register_tool() decorator, and run it with server.run() or server.run_with_tasks(). Clients use BaseMCPClient or MultiMCPClient to connect, initialize, and call tools.
Key features of pymcp
开发工具 分类下的更多 MCP 服务器
MCP Framework
QuantGeekDevThe Typescript MCP Framework
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
评论