mcpbeat Sign in

Xero MCP Server

local only

Xero runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 18 Aug 2026.

Xero MCP server for invoices, contacts, payments, quotes, and financial reports.

Installs per day peak 304 · avg 23 · -1% w/w
a month agotoday
96
Installs / week
npm · @mindstone/mcp-server-xero
10
Stars
1 open issues
18 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

          fs.writeFileSync(outFd, pdfBuffer);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 mcp-server-xero -- npx -y @mindstone/mcp-server-xero
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-xero": {
      "args": [
        "-y",
        "@mindstone/mcp-server-xero"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-xero]
command = "npx"
args = ["-y", "@mindstone/mcp-server-xero"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-xero": {
      "args": [
        "-y",
        "@mindstone/mcp-server-xero"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-xero": {
      "args": [
        "-y",
        "@mindstone/mcp-server-xero"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Xero

same job, measured the same way
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
MCP Xero
by codespar

MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports

32 installs/wk local only
QuickBooks Online
by wyre-technology

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
QuickBooks Online
by wyre-ai

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
MCP Omie
by codespar

MCP server for Omie — ERP, customers, products, orders, invoices, financials

48 installs/wk local only
Billingserv
by billingserv

BillingServ MCP server for customers, invoices, orders, packages, licenses, and revenue reports.

375 installs/wk local only
Fakto.app — wFirma MCP Server
by fakto

wFirma.pl (Polish accounting) via MCP: invoices, contractors, payments, reports. Full read-write.

answering

Xero — questions

Answers built from our own checks of this server.

Why is there no uptime for Xero?
Xero 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 @mindstone/mcp-server-xero was installed 96 times last week.
How do I connect Xero?
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 @mindstone/mcp-server-xero straight from npm; nothing to host, nothing to sign up for.
How many people use Xero?
The npm package @mindstone/mcp-server-xero was installed 96 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Xero open source?
Yes — it is published under the NOASSERTION licence, written in TypeScript, 10 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.