Loading MCP server directory, please wait...
MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports
npx @getmcp/cli add io.github.codespar/mcp-xeroRequires Node.js 18+. Community-contributed server. Review source before installing.
XERO_ACCESS_TOKENXero OAuth2 access token (Bearer). Obtain via Xero OAuth2 flow; rotate on expiry.
XERO_TENANT_IDXero tenant/organization id sent in the Xero-tenant-id header on every request.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-xero": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-xero"
],
"env": {
"XERO_ACCESS_TOKEN": "",
"XERO_TENANT_ID": ""
}
}
}
}