← Index

ReportFlow

io.github.re-port-flow/reportflow-mcp·v1.1.3·Documents & Spreadsheets
Quality Score
95
/100

Generate PDF reports from ReportFlow templates via Claude and other AI agents.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "reportflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reportflow-mcp"
      ],
      "env": {
        "REPORTFLOW_CLIENT_ID": "<reportflow_client_id>",
        "REPORTFLOW_AUTH_URL": "<reportflow_auth_url>",
        "REPORTFLOW_API_BASE_URL": "<reportflow_api_base_url>",
        "REPORTFLOW_TOKEN_STORE": "<reportflow_token_store>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "reportflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reportflow-mcp"
      ],
      "env": {
        "REPORTFLOW_CLIENT_ID": "<reportflow_client_id>",
        "REPORTFLOW_AUTH_URL": "<reportflow_auth_url>",
        "REPORTFLOW_API_BASE_URL": "<reportflow_api_base_url>",
        "REPORTFLOW_TOKEN_STORE": "<reportflow_token_store>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y reportflow-mcp
§02  Environment variables
REPORTFLOW_CLIENT_ID

Override default OAuth client_id (optional, defaults to the official public client 'reportflow-mcp')

REPORTFLOW_AUTH_URL

Override default ReportFlow auth URL (optional, defaults to https://re-port-flow.com/api/v1)

REPORTFLOW_API_BASE_URL

Override default ReportFlow Content Service URL (optional, defaults to https://api.re-port-flow.com)

REPORTFLOW_TOKEN_STORE

Token store backend: 'keychain' (default) or 'file'

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets