Home › Finance › gl-importer-plugin

gl-importer-plugin

Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API.

Official TypeScript Cloud
★ 0 stars Last pushed 2026-07-13 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @cloudbusiness/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "gl-importer-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudbusiness/[email protected]"
      ],
      "env": {
        "IMPORTER_API_TOKEN": "<YOUR_VALUE>",
        "IMPORTER_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • IMPORTER_API_TOKEN required secret — Bearer token for the Synder Importer API. Generate at importer.synder.com -> Account -> API Keys.
  • IMPORTER_BASE_URL — Override API base URL (for staging/test). Defaults to https://importer.synder.com/api/v1.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry