MCP.so
Sign In

Transistor MCP Server

@gxjansen

About Transistor MCP Server

Transistor MCP server implementation for use with your LLM

Basic information

Category

Other

Transports

stdio

Publisher

gxjansen

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

Comments

More Other MCP servers