Transport Http
Freeby MCP Community
HTTP transport with SSE support for MCP servers
v0.2.2Added Apr 12, 2026
mcpmodel-context-protocolaiframework
Transport Http MCP Server
HTTP transport with SSE support for MCP servers
Installation
Reviews
Installation
Quick install
npx -y @tylercoles/mcp-transport-http
Add to claude_desktop_config.json
{
"mcpServers": {
"transport-http": {
"command": "npx",
"args": ["-y", "@tylercoles/mcp-transport-http"]
}
}
}