Skip to content

Transport Http

Free

by MCP Community

Transport for TMCP using HTTP

v0.8.5Added Apr 12, 2026
tmcphttptransport
Works with:ClaudeGPTGeminiCopilot

Transport Http MCP Server

Transport for TMCP using HTTP

Installation

Reviews

Leave a Review

Installation

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