PodHome MCP Server
Click 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., "@PodHome MCP ServerSchedule 'The Future of AI' for my-main-podcast for next Friday."
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.
PodHome MCP Server
MCP server for the Podhome Integration API with multi-show support.
Installation
cd podhome-mcp
uv syncRelated MCP server: MCP Podcast Scraper
Configuration
Set the following environment variables:
PODHOME_BASE_URL- Base URL for the API (default:https://serve.podhome.fm)PODHOME_SHOWS- JSON string mapping show slugs to API keys
Example:
export PODHOME_SHOWS='{"my-main-podcast": "phk_abc123...", "weekly-tech-show": "phk_xyz789..."}'Usage
uv run podhome-mcpThe server runs over stdio and is designed to be used with an MCP client like OpenClaw.
OpenClaw Registration
{
"agents": {
"main": {
"mcpServers": {
"podhome": {
"command": "uv",
"args": ["run", "--directory", "/absolute/path/to/podhome-mcp", "podhome-mcp"],
"env": {
"PODHOME_BASE_URL": "https://serve.podhome.fm",
"PODHOME_SHOWS": "{\"my-main-podcast\": \"phk_abc123def456...\", \"weekly-tech-show\": \"phk_789xyz...\"}"
}
}
}
}
}
}Tools
Episodes
create_episode- Create a new episode for a specific showlist_episodes- List episodes for a specific show (with optional filters)schedule_episode- Schedule or publish an episodemodify_episode- Modify an episode's metadata
Clips
create_clip- Create a clip (soundbite) from an episode
Webhooks
list_webhooks- List all registered webhooksregister_webhook- Register a new webhookdelete_webhook- Delete a webhooktest_webhook- Test webhooks
Utility
list_shows- List all configured show slugs
Development
# Install dev dependencies
uv sync --group dev
# Run tests
pytest
# Type check
mypy src/podhome_mcp
# Lint
ruff check src/podhome_mcpMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that provides various tools for interacting with the Vercel API, enabling management of deployments, DNS records, domains, projects, and environment variables through natural language commands.Last updated72,81520MIT
- FlicenseAqualityDmaintenanceAn MCP server that scrapes and transcribes podcast episodes from YouTube or RSS feeds using Deepgram's Nova-2 model. It allows users to track podcasts for new episodes, manage transcripts, and generate personalized summaries through Claude.Last updated101
- AlicenseAqualityDmaintenanceAn MCP server that enables users to control a MeTube instance for managing yt-dlp video and audio downloads through AI assistants. It supports operations like queuing URLs, listing active downloads, and managing authentication cookies.Last updated91MIT
- Flicense-qualityFmaintenanceAn MCP server that enables managing podcasts through the Podbean API via natural language conversations, including episode management, analytics, and podcast information retrieval.Last updated
Related MCP Connectors
Podcast Index MCP — wraps the Podcast Index API (podcastindex.org)
MCP server for Producer/Riffusion AI music generation
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
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/ChrisLAS/podhome-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server