Skip to content
Cline

gl importer mcp for Cline

com.synder/gl-importer-mcp

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

client:Cline transport:stdio runtime:npm

Install gl importer mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gl-importer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudbusiness/gl-importer-mcp"
      ],
      "env": {
        "IMPORTER_API_TOKEN": "<IMPORTER_API_TOKEN>",
        "IMPORTER_BASE_URL": "<IMPORTER_BASE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

gl importer mcp in other clients