mcpbeat Sign in

Podcast Guest CRM MCP Server

local only

Podcast Guest CRM runs on your own machine — the client starts it, so there is no endpoint to ping. 74 installs a week from npm. Last commit 25 Aug 2026.

Manage podcast guest pipeline, outreach drafts, and analytics via 5 MCP tools.

Installs per day peak 398 · avg 26 · +570% w/w
a month agotoday
74
Installs / week
npm · podcast-guest-crm-cli
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/podcast-guest-crm-cli.js:1
этот файл ставится пользователю, но в репозитории его нет
        result = subprocess.run(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add podcast-guest-crm -- npx -y podcast-guest-crm-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "podcast-guest-crm": {
      "args": [
        "-y",
        "podcast-guest-crm-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.podcast-guest-crm]
command = "npx"
args = ["-y", "podcast-guest-crm-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "podcast-guest-crm": {
      "args": [
        "-y",
        "podcast-guest-crm-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "podcast-guest-crm": {
      "args": [
        "-y",
        "podcast-guest-crm-cli"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Podcast Guest CRM

same job, measured the same way
Transistor MCP Server
by conorbronsdon

Manage Transistor.fm podcasts: episodes, analytics, transcripts, and webhooks.

54 installs/wk local only
MTG MCP Server
by j4th

Magic: The Gathering card search, combo lookup, draft analytics, and Commander tools.

143 installs/wk local only
Ainative Gtm MCP
by ainative-studio

Full Google Ads, Analytics & Tag Manager lifecycle MCP for AI agents — 57 tools.

91 installs/wk local only
FastMCP server for Substack — publish Notes and posts, pull analytics, manage dr
by adelaidasofia

FastMCP server for Substack — publish Notes and posts, pull analytics, manage drafts, pluggable…

local only
Content Rabbit
by pooriaarab

Create, schedule, and publish social posts, manage accounts, and read analytics as MCP tools.

404 installs/wk answering
Tiktok Creator
by wmarceau

TikTok automation: post videos, get analytics, manage comments

53 installs/wk local only
TheSignup
by thesignup

TheSignup MCP server — read and manage signups, participants, webhooks, and analytics.

answering
Semrush
by pipeworx-io

Semrush MCP Pack — SEO analytics via the Semrush Analytics API.

37 tools answering

Podcast Guest CRM — questions

Answers built from our own checks of this server.

Why is there no uptime for Podcast Guest CRM?
Podcast Guest CRM runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package podcast-guest-crm-cli was installed 74 times last week.
How do I connect Podcast Guest CRM?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls podcast-guest-crm-cli straight from npm; nothing to host, nothing to sign up for.
How many people use Podcast Guest CRM?
The npm package podcast-guest-crm-cli was installed 74 times in the last week. Week over week that is +570%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Podcast Guest CRM open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.