Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API.
claude mcp add gl-importer-mcp -- npx -y @cloudbusiness/gl-importer-mcp
claude_desktop_config.json
{
"mcpServers": {
"gl-importer-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"gl-importer-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"gl-importer-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"gl-importer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"gl-importer-mcp": {
"command": "npx",
"args": [
"-y",
"@cloudbusiness/gl-importer-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/com.synder--gl-importer-mcp/reviews or the review_server meta-tool.
POST /mcp