PodMule MCP Server

PodMule MCP Server

Enables podcasters to manage their PodMule workspace through natural language, including searching back catalogues, drafting clips, generating show notes and interview briefs, and triaging workspace tasks.

Category
Visit Server

README

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@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.

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-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.

One click, other surfaces

Add to Cursor Add to VS Code Add to VS Code Insiders Add to LM Studio Add to Replit Add to Goose

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.

What the skills do

Skill Ask it
find-in-back-catalogue "Which episodes discuss burnout?" · "Find the exact quote and timestamp."
draft-clips "Draft clips from Tuesday's episode."
interview-brief "Brief me on my next guest."
episode-writeup "Generate show notes and titles for episode 42."
workspace-triage "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
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

Both 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.mjs

The 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured