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