Skip to content
Cursor

Transistor MCP Server for Cursor

io.github.conorbronsdon/transistor-mcp

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

client:Cursor transport:stdio runtime:npm

Install Transistor MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Transistor MCP Server in other clients