- Reportflow Mcp
Reportflow Mcp
Content
Why ReportFlow MCP
Several MCP servers exist for business-document generation. ReportFlow MCP differentiates itself on three axes.
- Remote-ready, setup-free — A hosted endpoint at
https://mcp.re-port-flow.com/mcplets you connect from Claude.ai (web) without installing npm or Node.js. Unlike other Japanese 帳票 (chohyo) MCP servers that ship as stdio-only local processes, business users without a dev environment can start using it on day one. - No-code template design + template marketplace — Templates are designed in a browser-based GUI editor (Konva-based) with no code. A free template gallery covers invoices, quotes, receipts, delivery slips, reports and more, so AI agents can invoke ready-made templates from day one. You don't need to author JSON schemas to add templates.
- OAuth 2.0 + Dynamic Client Registration — Authentication is OAuth 2.0 (Authorization Code + PKCE) with Dynamic Client Registration — no API key is ever handed to the AI client. The security posture matches Claude.ai's first-party Connectors.
What it does
- Generate PDFs from natural-language requests like "create an invoice for Acme Corp totalling $330"
- Expose your ReportFlow designs and parameter schemas as MCP Resources so the AI can attach them as context
- Bulk-generate many PDFs and download them as a single ZIP
- Save outputs to your AI client's workspace folder (stdio mode)
Setup
Remote (recommended — no Node.js required)
{
"mcpServers": {
"reportflow": {
"type": "http",
"url": "https://mcp.re-port-flow.com/mcp"
}
}
}
VS Code uses servers at the top level instead of mcpServers. In Claude.ai (web), open Settings →
Connectors → Add custom connector and paste the URL above.
Local (stdio) — requires Node.js 18+
{
"mcpServers": {
"reportflow": {
"command": "npx",
"args": ["-y", "reportflow-mcp"]
}
}
}
MCP capabilities
- Tools: authenticate, list_templates, get_design_parameters, generate_pdf_sync, generate_pdf_async,
generate_pdfs_sync, generate_pdfs_async, download_file, download_zip, suggest_params
- Resources: reportflow://designs, reportflow://designs/{id}/parameters, reportflow://errors,
reportflow://server-info
- Prompts: /generate_pdf, /generate_pdfs, /reportflow_help
- OAuth 2.0 + PKCE + Dynamic Client Registration
- Tool Annotations (title / readOnlyHint / destructiveHint / idempotentHint / openWorldHint) on
every tool so MCP-aware clients render human-readable names and route the right approval prompts
Authentication
Remote: when the client connects for the first time, a browser tab opens for OAuth consent. Pick a
workspace, approve, done. Tokens are managed server-side.
Local: ask the AI to "authenticate with ReportFlow" — same OAuth flow. Tokens are stored in the OS
keychain (macOS Keychain / Windows Credential Manager / Linux libsecret), with a chmod-0600 file
fallback when libsecret is unavailable.
Requirements
- Remote: an MCP-capable AI client (Claude.ai, Claude Desktop, Cursor, VS Code) and a ReportFlow
account. That's it.
- Local: Node.js 18+ (auto-fetched by npx), a local environment with a browser for first-run auth,
and a ReportFlow account.
Links
- npm: https://www.npmjs.com/package/reportflow-mcp
- GitHub: https://github.com/re-port-flow/reportflow-mcp
- Official docs: https://doc.re-port-flow.com/docs/integrations/mcp
- MCP Registry: io.github.re-port-flow/reportflow-mcp
- Glama: https://glama.ai/mcp/servers/re-port-flow/reportflow-mcp
License: MIT
Server Config
{
"mcpServers": {
"reportflow": {
"type": "http",
"url": "https://mcp.re-port-flow.com/mcp"
}
}
}Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Playwright McpPlaywright MCP server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
CursorThe AI Code Editor
WindsurfThe new purpose-built IDE to harness magic
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题;
Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Tavily Mcp
Serper MCP ServerA Serper MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
ChatWiseThe second fastest AI chatbot™
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Amap Maps高德地图官方 MCP Server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
DeepChatYour AI Partner on Desktop
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.