Odel
Transistor MCP Server

Transistor MCP Server

Local
@conorbronsdon1TypeScriptMITUpdated 2w ago

Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtransistor-mcpv0.4.0

Run

npx -y transistor-mcp

MCP client config

{
  "mcpServers": {
    "transistor-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "transistor-mcp"
      ]
    }
  }
}