HomeDesign & Media › Transistor MCP Server

Transistor MCP Server

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

TypeScript Cloud
★ 1 stars Last pushed 2026-08-19 License: MIT

Topics: Podcasts

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.4.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "transistor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "TRANSISTOR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TRANSISTOR_API_KEY required — Transistor.fm API key from https://dashboard.transistor.fm/account

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry