How do I connect Fountain to my agent?
Add the Fountain MCP server and the Fountain skills from the terminal, in Codex or Claude Code.
ChatGPT
These steps set up Codex, ChatGPT agent environment. Web and mobile are coming soon. Add the MCP server, install the skills, then sign in:
codex mcp add fountain --url https://api.fountain.fm/v1/mcp
npx skills add fountain-fm/fountain-skills -g -a codex -s '*' -y
codex mcp login fountain
Start Codex and say "Set up Fountain".
Claude
These steps set up Claude Code, Claude agent environment. Web and mobile are coming soon. Add the MCP server, then install the skills:
claude mcp add --transport http --scope user fountain https://api.fountain.fm/v1/mcp
npx skills add fountain-fm/fountain-skills -g -a claude-code -s '*' -y
Start Claude Code, run /mcp, and sign in to Fountain. Then say "Set up Fountain".
Any other agent
Anything that supports remote MCP, such as Cursor or OpenCode, connects to the Fountain MCP server. Add the skills with the same CLI, which asks which agent to install for:
npx skills add fountain-fm/fountain-skills -g
After installing
Ask your agent things like "Find the strongest clip moments from my latest episode" or "Review yesterday's podcast growth and recommend today's work".
For what each skill does, see what your agent can do on Fountain. Whatever the skills make, nothing publishes without your approval.
Last updated