Transistor MCP Server
@gxjansen
About Transistor MCP Server
Transistor MCP server implementation for use with your LLM
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"transistor": {
"command": "node",
"args": [
"path/to/Transistor-MCP/build/index.js"
],
"env": {
"TRANSISTOR_API_KEY": "your-api-key-here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Transistor MCP Server?
This MCP server provides tools to interact with the Transistor.fm API, allowing you to manage podcasts, episodes, and view analytics. It is designed for podcasters and content managers who want to automate podcast workflows via an MCP-compatible client.
How to use Transistor MCP Server?
Add the server to your MCP settings configuration file with your Transistor API key set in the TRANSISTOR_API_KEY environment variable. Then run it with node pointing to the built index.js. Use MCP tools such as list_shows, create_episode, and get_analytics to interact with your Transistor account.
Key features of Transistor MCP Server
- Manage podcasts, episodes, and analytics via Transistor API.
- Authorize audio uploads with pre-signed S3 URLs.
- List and filter shows with pagination and search.
- Create episodes with metadata, transcripts, and artwork.
- Retrieve detailed episode information with sparse fieldsets.
- Subscribe and manage webhooks for show events.
Use cases of Transistor MCP Server
- Automate episode creation with audio upload authorization.
- Fetch analytics for shows and specific date ranges.
- Manage webhook subscriptions for event-driven automation.
- Update episode metadata, transcripts, and artwork programmatically.
- List and search shows with filtering and pagination.
FAQ from Transistor MCP Server
What is the rate limit for the Transistor API?
API requests are rate-limited to 10 requests per 10 seconds as prescribed by the Transistor API reference.
What date format is required for analytics endpoints?
Dates must be in "dd
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments