pymcp-sse: Python MCP over SSE Library
@rvirgilli
About 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.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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
More Developer Tools MCP servers
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
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
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Comments