mcpbeat Sign in

Gl Importer MCP Server

local only

Gl Importer MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 13 Jul 2026.

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

Installs per day peak 16 · avg 8 · +36% w/w
a month agotoday
43
Installs / week
npm · @cloudbusiness/gl-importer-mcp
0
Stars
0 open issues
13 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Gl Importer MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add gl-importer-mcp -- npx -y @cloudbusiness/gl-importer-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gl-importer-mcp": {
      "args": [
        "-y",
        "@cloudbusiness/gl-importer-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.gl-importer-mcp]
command = "npx"
args = ["-y", "@cloudbusiness/gl-importer-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "gl-importer-mcp": {
      "args": [
        "-y",
        "@cloudbusiness/gl-importer-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "gl-importer-mcp": {
      "args": [
        "-y",
        "@cloudbusiness/gl-importer-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: IMPORTER_API_TOKEN (Bearer token for the Synder Importer API. Generate at importer.synder.com -> Account -> API Keys.), IMPORTER_BASE_URL (Override API base URL (for staging/test). Defaults to https://importer.synder.com/api/v1.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gl Importer MCP

same job, measured the same way
Packforai MCP
by zymsj8j9z9-ship-it

Convert PDF, DOCX, XLSX, CSV, JSON into clean, AI-ready Markdown via the PackForAI API.

31 installs/wk local only
Chart Generator & PDF Report from Any Dataset, CSV or JSON
by nero-engine

Turn rows into bar, line, pie and scatter chart images plus an optional PDF or HTML report.

answering
Network Diagram MCP
by den-indance

Network topology editor — Claude builds diagrams via MCP. nmap/CSV import, one-click SSH.

86 installs/wk local only
Timer Tracking
by theluckystrike

Timer and time-tracking add-on: start/stop timers, log entries, CSV export. Data stays local.

local only
Dataloupe
by aurelio-nakamura

Offline MCP server to explore CSV/JSON/Parquet/Excel: preview, query, diff, render interactive HTML

local only
I
Furlen MCP
by amitsha86

Turn a CSV or a named public dataset into an animated chart video, figures re-checked first.

47 installs/wk local only
MCP Data
by infoinlet-marketplace

Tabular data for AI agents — load CSV/JSON/XLSX, query, group-by, stats (no database).

23 installs/wk local only
Similarweb
by jojapi

Similarweb: Similarweb API allows you to access powerful insights into web analytics and online.

20 tools answering

Gl Importer MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gl Importer MCP?
Gl Importer MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @cloudbusiness/gl-importer-mcp was installed 43 times last week.
How do I connect Gl Importer MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @cloudbusiness/gl-importer-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Gl Importer MCP?
The npm package @cloudbusiness/gl-importer-mcp was installed 43 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gl Importer MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.