Gl Importer Mcp is a Model Context Protocol (MCP) server: Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API. Because it speaks the Model Context Protocol, AI assistants can use Gl Importer Mcp as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the npm package @cloudbusiness/gl-importer-mcp speaks MCP over stdio on your machine. Configuration happens through environment variables — you'll need IMPORTER_API_TOKEN. The current release is v0.1.1, published under the MIT license, with source at SynderAccounting/gl-importer-plugin on GitHub.
On mcp.site, Gl Importer Mcp sits in the Finance category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Gl Importer Mcp for synder.com, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸npm package — @cloudbusiness/gl-importer-mcp · MCP over stdio
▸Credentials — Requires IMPORTER_API_TOKEN
▸Open source — MIT license · SynderAccounting/gl-importer-plugin