What is the Fountain MCP server and how do I connect it?
The MCP server at https://api.fountain.fm/v1/mcp connects any agent with remote MCP support to your Fountain account.
The Fountain MCP server lets an AI agent work with your Fountain account: your shows, episodes, transcripts, analytics and social posts.
If you use ChatGPT or Claude, follow how to connect Fountain to your agent. Those pages give you the exact commands for the MCP server and the skills together.
Other agents
Any client with remote MCP support, such as Cursor or OpenCode, can connect with this URL:
https://api.fountain.fm/v1/mcp
You sign in with your Fountain account using OAuth, so there is no key to copy. Leave the OAuth client ID and secret empty if the agent asks for them. The agent connects to your account rather than to a single show.
The skills are separate
The MCP server gives your agent the Fountain API. The Fountain skills teach it the work: finding clips, producing them, daily growth and reports. Install them with the skills CLI, which asks which agent to install for:
npx skills add fountain-fm/fountain-skills -g
If you prefer not to use an agent, the dashboard does the same jobs. See also how to create an API key.
Last updated