PodMule MCP Server
OfficialPodMule 插件
将您的智能体连接到您自己的 PodMule 播客工作空间——节目、剧集、文字记录、基于您的往期内容构建的知识库、剪辑、嘉宾 CRM 以及预约访谈。
该插件包含两部分:一个指向 PodMule 远程 MCP 服务器的引用,以及五个技能,用于告知您的智能体何时使用哪部分功能。没有技能的情况下连接,您只会获得三个工具,却不知道如何使用它们。
您需要一个 PodMule 工作空间。 此插件与您的数据通信;它本身不执行任何操作。您的智能体首次连接时,您使用正常的 PodMule 账户登录——无需复制 API 密钥。如果您还没有账户,请从 podmule.com 开始。
连接器 URL:https://app.podmule.com/mcp · 完整设置指南:app.podmule.com/mcp-setup
安装
Claude Code
/plugin marketplace add Squared-Lemons-Ltd/podmule-plugin
/plugin install podmule@podmule然后执行 /mcp 并登录。浏览器窗口会打开 PodMule 的授权屏幕;如果您属于多个工作空间,则可以选择该连接使用哪一个。
非交互式会话(
claude -p、Agent SDK)无法完成 OAuth 流程,并将报告工具不可用。请先在交互式会话中授权一次。
ChatGPT 桌面版
打开插件目录,添加 Squared-Lemons-Ltd/podmule-plugin 作为市场源,然后从其中安装 PodMule 并登录。
此方式无法到达 ChatGPT 聊天界面——它需要一个由您自己的开发者模式注册生成的连接器 ID,而任何可分发的包都无法携带该 ID。Codex 和 ChatGPT 桌面版可以工作。
一键安装,其他界面
这些仅添加 MCP 连接——技能随插件包提供,因此 Claude Code 和 ChatGPT 桌面版能从中获得更多功能。
其他方式
任何支持带 OAuth 的 Streamable HTTP 的 MCP 客户端都可以直接指向该 URL:
{
"mcpServers": {
"podmule": {
"type": "http",
"url": "https://app.podmule.com/mcp"
}
}
}"type" 是必填项。Claude Code 会将不带 type 的 url 条目视为 stdio 服务器,跳过它并报错。
Related MCP server: Pocket Casts MCP Server
技能功能
技能 | 使用示例 |
| “哪些剧集讨论了职业倦怠?” · “找到确切的引用和时间戳。” |
| “为周二的剧集草拟剪辑。” |
| “给我准备下一位嘉宾的背景简介。” |
| “为第 42 集生成节目笔记和标题。” |
| “今天有什么需要我关注的?” |
find-in-back-catalogue 是只读的,是最值得优先尝试的功能。剪辑和文案撰写技能会修改您的工作空间,因此它们会在操作前征询您的同意。
仓库结构
.claude-plugin/marketplace.json the catalog, read by both Claude and ChatGPT desktop
plugins/podmule/
.claude-plugin/plugin.json Claude manifest
.codex-plugin/plugin.json Codex/ChatGPT manifest
.mcp.json the connector declaration, shared by both
skills/ five skills, shared by both
server.json the official MCP registry entry
scripts/check-manifests.mjs structural checks on the manifests
scripts/check-capability-drift.mjs fails when a skill names a capability that no longer exists两个清单都指向同一个技能目录和同一个 .mcp.json,因此两个生态系统的内容永远不会出现偏差——仅在各自读取的展示字段上有所不同。
检查
node scripts/check-manifests.mjs
node scripts/check-capability-drift.mjs漂移检查读取 PodMule 的公开能力列表,如果某个技能提到了服务器不再注册的内容,则检查失败。它不需要任何凭据,并在每次推送和拉取请求时在 CI 中运行。在产品中重命名某个能力正是那种会静默破坏已安装指导的更改。
许可证
MIT — 参见 LICENSE。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceProvides full Descript integration for transcription, AI-powered editing, voice synthesis, and export. Automates audio/video processing including filler word removal, silence trimming, and project collaboration through natural language commands.
- Flicense-qualityCmaintenanceConnects AI assistants to Pocket Casts accounts for browsing subscriptions, reading episode details, and retrieving transcripts with automatic transcription via AssemblyAI when no native transcript exists.
- AlicenseBqualityDmaintenanceEnables AI assistants to search, browse, and manage your Pocket Casts podcast library.141MIT
- AlicenseAqualityBmaintenanceEnables natural language control of Wwise audio middleware, allowing project auditing, batch editing, event creation, and reference checking through conversational interaction.201MIT
Related MCP Connectors
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
Search 4M+ podcasts & YouTube, transcribe any episode, search transcripts, generate AI lessons.
Manage projects, tasks, time tracking, and team collaboration through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Squared-Lemons-Ltd/podmule-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server