Catalog
io.github.re-port-flow/reportflow-mcp
Officialby re-port-flow · TypeScript
ReportFlow
Generate PDF reports from ReportFlow templates via Claude and other AI agents.
Generate PDF reports from ReportFlow templates via AI agents.
Topics
ai-agentanthropicclaudemcpmcp-servermodel-context-protocolpdf-generationreportflow
Could not list tools - the server may require authentication or be unreachable.
README not available yet.
Install
Configuration
Environment variables
REPORTFLOW_CLIENT_IDOverride default OAuth client_id (optional, defaults to the official public client 'reportflow-mcp')
REPORTFLOW_AUTH_URLOverride default ReportFlow auth URL (optional, defaults to https://re-port-flow.com/api/v1)
REPORTFLOW_API_BASE_URLOverride default ReportFlow Content Service URL (optional, defaults to https://api.re-port-flow.com)
REPORTFLOW_TOKEN_STOREToken store backend: 'keychain' (default) or 'file'
claude_desktop_config.json
{
"mcpServers": {
"reportflow-mcp": {
"command": "npx",
"args": [
"-y",
"reportflow-mcp@1.3.5"
],
"env": {
"REPORTFLOW_CLIENT_ID": "<YOUR_REPORTFLOW_CLIENT_ID>",
"REPORTFLOW_AUTH_URL": "<YOUR_REPORTFLOW_AUTH_URL>",
"REPORTFLOW_API_BASE_URL": "<YOUR_REPORTFLOW_API_BASE_URL>",
"REPORTFLOW_TOKEN_STORE": "<YOUR_REPORTFLOW_TOKEN_STORE>"
}
}
}
}