Transistor MCP Server for Cline
io.github.conorbronsdon/transistor-mcp
Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.
client:Cline
transport:stdio
runtime:npm
Install Transistor MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"transistor-mcp": {
"command": "npx",
"args": [
"-y",
"transistor-mcp"
],
"env": {
"TRANSISTOR_API_KEY": "<TRANSISTOR_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs