Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API. Bundles an MCP server (full read+write) plus the gl-importer agent skill.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp@latest"
],
"env": {
"IMPORTER_BASE_URL": "https://importer.synder.com/api/v1"
}
}