Skip to content

Transport Sse

Free

by MCP Community

Transport for TMCP using Server-Sent Events

v0.5.4Added Apr 12, 2026
tmcpsseserver-sent-eventstransport
Works with:ClaudeGPTGeminiCopilot

Transport Sse MCP Server

Transport for TMCP using Server-Sent Events

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @tmcp/transport-sse
Add to claude_desktop_config.json
{
  "mcpServers": {
    "transport-sse": {
      "command": "npx",
      "args": ["-y", "@tmcp/transport-sse"]
    }
  }
}