Transport Sse
Freeby MCP Community
Server-Sent Events transport for EZMCPZ
v0.1.1Added Apr 12, 2026
mcpsseserver-sent-eventstransport
Transport Sse MCP Server
Server-Sent Events transport for EZMCPZ
Installation
Reviews
Installation
Quick install
npx -y @ezmcpz/transport-sse
Add to claude_desktop_config.json
{
"mcpServers": {
"transport-sse": {
"command": "npx",
"args": ["-y", "@ezmcpz/transport-sse"]
}
}
}