gl-importer
Rank #17,523com.synder/gl-importer-mcp
Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API.
gl-importer is a Model Context Protocol (MCP) server published by synderaccounting. It ranks #17,523 of 115,591 servers tracked on MCP Toplist. gl-importer is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 20, 2026 and most recently updated on Jun 20, 2026.
Ranks ahead of 98,068 of 115,591 servers on MCP Toplist.
Use gl-importer
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gl-importer-mcp -e "IMPORTER_API_TOKEN=<your IMPORTER_API_TOKEN>" -e "IMPORTER_BASE_URL=<your IMPORTER_BASE_URL>" -- npx -y @cloudbusiness/gl-importer-mcpReplace each placeholder with your own value before saving.
[mcp_servers.gl-importer-mcp]
command = "npx"
args = ["-y", "@cloudbusiness/gl-importer-mcp"]
[mcp_servers.gl-importer-mcp.env]
IMPORTER_API_TOKEN = "<your IMPORTER_API_TOKEN>"
IMPORTER_BASE_URL = "<your IMPORTER_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gl-importer-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
],
"env": {
"IMPORTER_API_TOKEN": "<your IMPORTER_API_TOKEN>",
"IMPORTER_BASE_URL": "<your IMPORTER_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gl-importer-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
],
"env": {
"IMPORTER_API_TOKEN": "<your IMPORTER_API_TOKEN>",
"IMPORTER_BASE_URL": "<your IMPORTER_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gl-importer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
],
"env": {
"IMPORTER_API_TOKEN": "<your IMPORTER_API_TOKEN>",
"IMPORTER_BASE_URL": "<your IMPORTER_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gl-importer-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
],
"env": {
"IMPORTER_API_TOKEN": "<your IMPORTER_API_TOKEN>",
"IMPORTER_BASE_URL": "<your IMPORTER_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gl-importer-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
],
"env": {
"IMPORTER_API_TOKEN": "<your IMPORTER_API_TOKEN>",
"IMPORTER_BASE_URL": "<your IMPORTER_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.synder%2Fgl-importer-mcp)<a href="https://mcptoplist.com/server/com.synder%2Fgl-importer-mcp"><img src="https://mcptoplist.com/badge/com.synder%2Fgl-importer-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
synderaccounting
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 20, 2026 |
Frequently asked questions
- Who maintains gl-importer?
- gl-importer is maintained by synderaccounting, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is gl-importer listed on the Official MCP Registry?
- Yes — gl-importer is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does gl-importer have?
- MCP Toplist tracks 1 version of gl-importer, most recently published on Jun 20, 2026.
- Where can I find the source code for gl-importer?
- The source code for gl-importer is hosted at github.com/synderaccounting/gl-importer-plugin.