PodMule MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PodMule MCP ServerFind the exact quote about imposter syndrome from last week's episode"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PodMule plugin
Connect your agent to your own PodMule podcast workspace — shows, episodes, transcripts, the knowledge base built from your back catalogue, clips, guest CRM and interview bookings.
The plugin bundles two things: a reference to PodMule's remote MCP server, and five skills that tell your agent when to use which part of it. Connecting without the skills gives you three tools and no idea how to drive them.
You need a PodMule workspace. This plugin talks to your data; it does nothing on its own. You sign in with your normal PodMule account the first time your agent connects — there is no API key to copy. If you don't have an account yet, start at podmule.com.
Connector URL: https://app.podmule.com/mcp · Full setup guide: app.podmule.com/mcp-setup
Install
Everywhere except Claude Code, the whole install is the repo name — Squared-Lemons-Ltd/podmule-plugin — pasted into a Plugins settings screen.
Claude Code
/plugin marketplace add Squared-Lemons-Ltd/podmule-plugin
/plugin install podmule@podmuleThen /mcp and sign in. A browser window opens for PodMule's consent screen; if you belong to more than one workspace you pick which one the connection uses.
Non-interactive sessions (
claude -p, the Agent SDK) cannot complete the OAuth flow and will report the tools as unavailable. Authorise once from an interactive session first.
Claude Desktop, ChatGPT and Codex
All three take the repo name directly. Open the Plugins section, choose Add custom, and enter:
Squared-Lemons-Ltd/podmule-pluginThen install PodMule and sign in. One package, read by all of them.
The ChatGPT chat surface is a separate thing and is not reachable this way — it needs a connector ID minted by your own developer-mode registration, which no distributable package can carry.
One click, other surfaces
These add the MCP connection only — the skills come with the plugin package, so Claude Code and ChatGPT desktop get more out of it.
Anything else
Any MCP client that speaks Streamable HTTP with OAuth can point at the URL directly:
{
"mcpServers": {
"podmule": {
"type": "http",
"url": "https://app.podmule.com/mcp"
}
}
}"type" is not optional. Claude Code reads a url entry without it as a stdio server, skips it, and errors.
Related MCP server: pocketcasts-mcp
What the skills do
Skill | Ask it |
| "Which episodes discuss burnout?" · "Find the exact quote and timestamp." |
| "Draft clips from Tuesday's episode." |
| "Brief me on my next guest." |
| "Generate show notes and titles for episode 42." |
| "What needs my attention today?" |
find-in-back-catalogue is read-only and the best first thing to try. The clip and write-up skills change your workspace, so they ask before doing so.
Repo layout
.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
assets/ brand mark, taken from the PodMule marketing site
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 existsBoth manifests point at one skills directory and one .mcp.json, so the two ecosystems can never drift apart in content — only in the presentation fields each one reads.
Checks
node scripts/check-manifests.mjs
node scripts/check-capability-drift.mjsThe drift check reads PodMule's public capability list and fails if a skill mentions something the server no longer registers. It needs no credentials, and runs in CI on every push and pull request. Renaming a capability in the product is exactly the kind of change that otherwise breaks installed guidance silently.
Licence
MIT — see LICENSE.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
- JellypodOAuthcom.jellypod
Create, import, and publish Jellypod podcast episodes from your AI assistant.
Podcast intelligence for agents: transcripts, clips, speaker diarization, mention tracking.
Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.
Make podcasts, video shows, audio drama, and documentaries just by chatting. Script to episode.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides 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.-
- AlicenseBqualityDmaintenanceEnables AI assistants to search, browse, and manage your Pocket Casts podcast library.141MIT
- AlicenseAqualityDmaintenanceEnables natural language control of Wwise audio middleware, allowing project auditing, batch editing, event creation, and reference checking through conversational interaction.201MIT
- AlicenseNot gradedqualityCmaintenanceHosted Claude connector that turns the podcasts you already follow into a searchable, askable knowledge source. Ask what a guest said and get the answer back with the exact quote and timestamp.MIT
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