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_KEYrequiredTransistor.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-mcpRelated MCP servers
Substack MCP Server
Active
Substack MCP server: posts are draft-only by design; short-form Notes publish immediately.
9
View repository →TypeScript
MIT
Google Workspace as 41 curated MCP tools: Gmail, Calendar, Drive, Sheets, Docs, and Tasks.
4
View repository →TypeScript
MIT
OP3 MCP Server
Active
OP3 podcast analytics: downloads, geography, app share, episode breakdowns. Read-only.
1
View repository →TypeScript
MIT
Podcast Index MCP Server
Active
Search the Podcast Index: podcasts, episodes, person appearances, trending, feed health.
1
View repository →TypeScript
MIT