Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"flowaccount-mcp": {
"command": "npx",
"args": [
"-y",
"riniort/flowaccount-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add flowaccount-mcp npx -y riniort/flowaccount-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"flowaccount-mcp": {
"command": "npx",
"args": [
"-y",
"riniort/flowaccount-mcp"
]
}
}
}
📋 Copy
README Excerpt
MCP (Model Context Protocol) server for [FlowAccount](https://flowaccount.com) — a Thai cloud accounting platform. This server enables AI assistants like Claude to manage your FlowAccount data through natural language. > [!IMPORTANT] > This is an independent, unofficial integration and is not affiliated with or
Tools (20)
FLOWACCOUNT_BROWSER_TIMEOUT FLOWACCOUNT_COMPANY_SUPPORT_CODE FLOWACCOUNT_CREDENTIAL_TARGET FLOWACCOUNT_CULTURE FLOWACCOUNT_HEADLESS FLOWACCOUNT_IDLE_RECHECK_MS FLOWACCOUNT_TOKEN_PATH change_active_company change_quotation_status create_billing_note create_cash_invoice create_contact create_expense create_expense_with_attachment create_product create_purchase_order create_quotation create_receipt create_tax_invoice delete_billing_note
Topics
accounting flowaccount mcp-server model-context-protocol thailand typescript