PluginBench
MCP Server

ReportFlow MCP Server

io.github.re-port-flow/reportflow-mcp

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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'

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →