Transistor MCP Server
@gxjansen
Transistor MCP Server について
Transistor MCP server implementation for use with your LLM
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"transistor": {
"command": "node",
"args": [
"path/to/Transistor-MCP/build/index.js"
],
"env": {
"TRANSISTOR_API_KEY": "your-api-key-here"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Nginx UI
0xJackyYet another WebUI for Nginx
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
コメント