Skip to content

Transport Stdio

Free

by MCP Community

Transport for TMCP using STDIO

v0.4.2Added Apr 12, 2026
tmcpstdiotransport
Works with:ClaudeGPTGeminiCopilot

Transport Stdio MCP Server

Transport for TMCP using STDIO

Installation

Reviews

Leave a Review

Installation

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