
Mcp Server
Wire your coding agent into FlowContent so drafts, assets, and account workflows run from Claude Code or Cursor without leaving the editor.
Overview
FlowContent MCP is a MCP server for the Grow phase that connects Claude, Cursor, or any MCP client to your FlowContent account using an API token.
What is this MCP server?
- stdio npm package @flowcontent/mcp-server v0.2.1
- Requires FLOWCONTENT_API_TOKEN (fc_xxx) for authenticated account access
- Works with Claude, Cursor, and generic MCP clients per registry description
- Bridges agent sessions to hosted FlowContent APIs
- Secret-backed env config suitable for local dev and CI agent runners
- Registry version 0.2.1
- 1 required secret env var: FLOWCONTENT_API_TOKEN
- stdio transport via @flowcontent/mcp-server on npm
What problem does it solve?
You want agents to operate your content stack but copying API calls by hand breaks flow and duplicates brittle scripts.
Who is it for?
Solo builders already on FlowContent who want Cursor or Claude Code to drive content workflows from the same session as code changes.
Skip if: Builders without a FlowContent account or those who only need local file-based blogging with no hosted CMS.
What do I get? / Deliverables
Your agent can call FlowContent through MCP with a single tokenized stdio server registered in the client.
- Authenticated MCP session to your FlowContent account
- Agent-callable access to FlowContent-backed content operations
- Reduced manual context switching between editor and FlowContent UI
Recommended MCP Servers
Journey fit
FlowContent is used after the product exists to produce and manage growth content, which aligns with the grow phase. The server’s purpose is connecting an MCP client to a FlowContent account—core content operations rather than shipping code.
How it compares
Hosted CMS MCP bridge, not a SEO audit or keyword research skill.
Common Questions / FAQ
Who is FlowContent MCP for?
Builders and marketers using FlowContent who want MCP-native access from Claude Code, Cursor, or similar agents instead of manual dashboard work.
When should I use FlowContent MCP?
Use it in the grow phase when you are producing or updating content assets and want the agent to read or change FlowContent data with your fc_ API token.
How do I add FlowContent MCP to my agent?
Install @flowcontent/mcp-server as a stdio MCP entry, set the required secret FLOWCONTENT_API_TOKEN to your fc_xxx token, and restart the client.