MCP Xero runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 29 Aug 2026.
MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports
We read the source, 19 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
этот файл ставится пользователю, но в репозитории его нет
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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.
claude mcp add mcp-xero -- npx -y @codespar/mcp-xero
{
"mcpServers": {
"mcp-xero": {
"args": [
"-y",
"@codespar/mcp-xero"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-xero]
command = "npx"
args = ["-y", "@codespar/mcp-xero"]
{
"mcpServers": {
"mcp-xero": {
"args": [
"-y",
"@codespar/mcp-xero"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-xero": {
"args": [
"-y",
"@codespar/mcp-xero"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
XERO_ACCESS_TOKEN (Xero OAuth2 access token (Bearer). Obtain via Xero OAuth2 flow; rotate on expiry.), XERO_TENANT_ID (Xero tenant/organization id sent in the Xero-tenant-id header on every request.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
Xero MCP server for invoices, contacts, payments, quotes, and financial reports.
wFirma.pl (Polish accounting) via MCP: invoices, contractors, payments, reports. Full read-write.
MCP server for QuickBooks Online (Intuit) — customers, invoices, payments, items, accounts, P&L
MCP server for Conta Azul — accounting, invoicing, customers, products
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
Answers built from our own checks of this server.