Loading MCP server directory, please wait...
Connect Claude, Cursor, or any MCP client to your FlowContent account
npx @getmcp/cli add io.flowcontent/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
FLOWCONTENT_API_TOKENYour FlowContent API token (fc_xxx)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.flowcontent/mcp-server": {
"command": "npx",
"args": [
"-y",
"@flowcontent/mcp-server"
],
"env": {
"FLOWCONTENT_API_TOKEN": ""
}
}
}
}