Skip to content
Zed

Transistor MCP Server for Zed

io.github.conorbronsdon/transistor-mcp

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

client:Zed transport:stdio runtime:npm

Install Transistor MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "transistor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "transistor-mcp"
      ],
      "env": {
        "TRANSISTOR_API_KEY": "<TRANSISTOR_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Transistor MCP Server in other clients