Skip to content

Transport Cli

Free

by MCP Community

CLI transport for TMCP with static JSON-first tool commands

v0.0.3Added Apr 12, 2026
tmcpclitransportmcpjson
Works with:ClaudeGPTGeminiCopilot

Transport Cli MCP Server

CLI transport for TMCP with static JSON-first tool commands

Installation

Reviews

Leave a Review

Installation

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