Loading MCP server directory, please wait...
Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API.
npx @getmcp/cli add com.synder/gl-importer-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
IMPORTER_API_TOKENBearer token for the Synder Importer API. Generate at importer.synder.com -> Account -> API Keys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.synder/gl-importer-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
],
"env": {
"IMPORTER_API_TOKEN": "",
"IMPORTER_BASE_URL": "https://importer.synder.com/api/v1"
}
}
}
}