v0.1.1 — gl-importer MCP
First MCPB-bundled release of the Synder gl-importer MCP server.
Install in Claude Desktop (one click)
Download gl-importer-mcp-0.1.1.mcpb below and double-click it. Claude Desktop will prompt for your Synder Importer API token (generate at importer.synder.com → Account → API Keys), then the server is live with all 19 tools.
Install via npm / npx
npx -y @cloudbusiness/gl-importer-mcpThen add to your .mcp.json / Claude Desktop config:
{
"mcpServers": {
"gl-importer": {
"command": "npx",
"args": ["-y", "@cloudbusiness/gl-importer-mcp"],
"env": {
"IMPORTER_API_TOKEN": "your_token_here"
}
}
}
}Distribution
- npm: @cloudbusiness/gl-importer-mcp@0.1.1
- Official MCP Registry:
com.synder/gl-importer-mcpv0.1.1 (DNS-authenticated under synder.com) - Cursor Directory: cursor.directory/plugins/gl-importer
- Glama: glama.ai/mcp/servers/SynderAccounting/gl-importer-plugin
What's in the bundle
- 19 MCP tools covering import (auto + explicit mapping), wait-for-finish polling, status, results, cancel, revert, mappings CRUD, settings, entities, fields, companies, account info
- 2 composite "happy path" tools (
import_csv,import_wait) for simple flows - All production dependencies bundled — no
npm installneeded - ~3 MB compressed, ~10 MB unpacked
License
MIT