Catalog
io.github.Mahfod-dev/flowcontent
OfficialdeprecatedConnect Claude, Cursor, or any MCP client to your FlowContent account
Connect MCP clients to 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": {
"flowcontent": {
"command": "npx",
"args": [
"-y",
"@flowcontent/mcp-server@0.1.1"
],
"env": {
"FLOWCONTENT_API_TOKEN": "<YOUR_FLOWCONTENT_API_TOKEN>"
}
}
}
}