Search, draft and manage your podcast workspace from your agent.
MCPpedia last refreshed this data
com.podmule/podmule is an MCP server that search, draft and manage your podcast workspace from your agent. Its tool list has not been published yet over http, requires no API key, and scores 42/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"podmule": {
"url": "https://app.podmule.com/mcp",
"type": "http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools / entertainment
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for com.podmule/podmule and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
Everywhere except Claude Code, the whole install is the repo name — Squared-Lemons-Ltd/podmule-plugin — pasted into a Plugins settings screen.
/plugin marketplace add Squared-Lemons-Ltd/podmule-plugin
/plugin install podmule@podmule
Then /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.
All three take the repo name directly. Open the Plugins section, choose Add custom, and enter:
Squared-Lemons-Ltd/podmule-plugin
Then 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.
These add the MCP connection only — the skills come with the plugin package, so Claude Code and ChatGPT desktop get more out of it.
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"