Transport Http
Freeby MCP Community
Transport for TMCP using HTTP
v0.8.5Added Apr 12, 2026
tmcphttptransport
Transport Http MCP Server
Transport for TMCP using HTTP
Installation
Reviews
Installation
Quick install
npx -y @tmcp/transport-http
Add to claude_desktop_config.json
{
"mcpServers": {
"transport-http": {
"command": "npx",
"args": ["-y", "@tmcp/transport-http"]
}
}
}