Manage podcast guest pipeline, outreach drafts, and analytics via 5 MCP tools.
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y podcast-guest-crm-cli
MCP client config
{
"mcpServers": {
"podcast-guest-crm": {
"command": "npx",
"args": [
"-y",
"podcast-guest-crm-cli"
]
}
}
}