Catalog
io.flowcontent/mcp-server
OfficialConnect Claude, Cursor, or any MCP client to your FlowContent account
Connect Claude or Cursor to your FlowContent account for content management.
README not available yet.
Install
Configuration
Environment variables
FLOWCONTENT_API_TOKENrequiredsecretYour FlowContent API token (fc_xxx)
claude_desktop_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@flowcontent/mcp-server@0.2.1"
],
"env": {
"FLOWCONTENT_API_TOKEN": "<YOUR_FLOWCONTENT_API_TOKEN>"
}
}
}
}