HomeProductivity › Re:port Flow MCP

Re:port Flow MCP

Generate PDF reports from Re:port Flow templates via Claude and other AI agents.

TypeScript Cloud macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-09-10 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.re-port-flow.com/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http reportflow-mcp https://mcp.re-port-flow.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "reportflow-mcp": {
      "url": "https://mcp.re-port-flow.com/mcp"
    }
  }
}

Package (npm 1.4.0)

npx -y reportflow-mcp@1.4.0

Or add to your MCP client config:

{
  "mcpServers": {
    "reportflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "reportflow-mcp@1.4.0"
      ],
      "env": {
        "REPORTFLOW_CLIENT_ID": "<YOUR_VALUE>",
        "REPORTFLOW_AUTH_URL": "<YOUR_VALUE>",
        "REPORTFLOW_API_BASE_URL": "<YOUR_VALUE>",
        "REPORTFLOW_TOKEN_STORE": "<YOUR_VALUE>"
      }
    }
  }
}
  • REPORTFLOW_CLIENT_ID — Override default OAuth client_id (optional, defaults to the official public client 'reportflow-mcp')
  • REPORTFLOW_AUTH_URL — Override default Re:port Flow auth URL (optional, defaults to https://re-port-flow.com/api/v1)
  • REPORTFLOW_API_BASE_URL — Override default Re:port Flow Content Service URL (optional, defaults to https://api.re-port-flow.com)
  • REPORTFLOW_TOKEN_STORE — Token store backend: 'keychain' (default) or 'file'

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry