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
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:
Usage
The server runs over stdio and is designed to be used with an MCP client like OpenClaw.
OpenClaw Registration
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