What is the ReportFlow MCP server?
Generate PDF reports from ReportFlow templates via Claude and other AI agents.
How to install ReportFlow
Copy-paste configuration for popular MCP clients.
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'
{
"mcpServers": {
"reportflow-mcp": {
"command": "npx",
"args": [
"-y",
"reportflow-mcp"
],
"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>"
}
}
}
}{
"mcpServers": {
"reportflow-mcp": {
"command": "npx",
"args": [
"-y",
"reportflow-mcp"
],
"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>"
}
}
}
}{
"mcpServers": {
"reportflow-mcp": {
"command": "npx",
"args": [
"-y",
"reportflow-mcp"
],
"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>"
}
}
}
}{
"servers": {
"reportflow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"reportflow-mcp"
],
"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>"
}
}
}
}claude mcp add reportflow-mcp --env REPORTFLOW_CLIENT_ID=<YOUR_REPORTFLOW_CLIENT_ID> --env REPORTFLOW_AUTH_URL=<YOUR_REPORTFLOW_AUTH_URL> --env REPORTFLOW_API_BASE_URL=<YOUR_REPORTFLOW_API_BASE_URL> --env REPORTFLOW_TOKEN_STORE=<YOUR_REPORTFLOW_TOKEN_STORE> -- npx -y reportflow-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.