Transistor MCP Server
@gxjansen
About Transistor MCP Server
Transistor MCP server implementation for use with your LLM
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
Frequently asked questions
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
Basic information
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments