← Index

io.flowcontent/mcp-server

io.flowcontent/mcp-server·v0.2.1·Developer Tools
Quality Score
70
/100

Connect Claude, Cursor, or any MCP client to your FlowContent account

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@flowcontent/mcp-server"
      ],
      "env": {
        "FLOWCONTENT_API_TOKEN": "<your-flowcontent_api_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@flowcontent/mcp-server"
      ],
      "env": {
        "FLOWCONTENT_API_TOKEN": "<your-flowcontent_api_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @flowcontent/mcp-server
§02  Environment variables
FLOWCONTENT_API_TOKEN
requiredsecret

Your FlowContent API token (fc_xxx)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
5
installability
25
documentation
10
stability
5
§04  Alternatives in Developer Tools