PluginBench
MCP Server
Active
MIT

Transistor MCP Server MCP Server

io.github.conorbronsdon/transistor-mcp

What is the Transistor MCP Server MCP server?

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

How to install Transistor MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TRANSISTOR_API_KEY
    required

    Transistor.fm API key from https://dashboard.transistor.fm/account

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "transistor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "transistor-mcp"
      ],
      "env": {
        "TRANSISTOR_API_KEY": "<YOUR_TRANSISTOR_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "transistor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "transistor-mcp"
      ],
      "env": {
        "TRANSISTOR_API_KEY": "<YOUR_TRANSISTOR_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "transistor-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "transistor-mcp"
      ],
      "env": {
        "TRANSISTOR_API_KEY": "<YOUR_TRANSISTOR_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "transistor-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "transistor-mcp"
      ],
      "env": {
        "TRANSISTOR_API_KEY": "<YOUR_TRANSISTOR_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add transistor-mcp --env TRANSISTOR_API_KEY=<YOUR_TRANSISTOR_API_KEY> -- npx -y transistor-mcp

Related MCP servers

Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.

9
TypeScript
MIT
View repository →

Google Workspace as 41 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.

4
TypeScript
MIT
View repository →

OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.

1
TypeScript
MIT
View repository →

Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.

1
TypeScript
MIT
View repository →