Loading MCP server directory, please wait...
Every Xero Accounting read plus a local SQLite ledger - aging, reconciliation, and GL tie-out
npx @getmcp/cli add io.github.Servosity/xero-mcpRequires Pre-built binary. Community-contributed server. Review source before installing.
XERO_ACCESS_TOKENSet the XERO_ACCESS_TOKEN credential for the Xero MCP server.
XERO_TENANT_IDThe Xero organisation ('tenant') GUID sent as the Xero-Tenant-Id header. Every call requires it; `connections list` returns the tenants your token can reach.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Servosity/xero-mcp": {
"command": "https://github.com/Servosity/msp-skills/releases/download/xero-v0.1.2/xero-mcp.mcpb",
"env": {
"XERO_ACCESS_TOKEN": "",
"XERO_AUTHORIZATION_URL": "https://login.xero.com/identity/connect/authorize",
"XERO_BASE_URL": "https://api.xero.com/api.xro/2.0",
"XERO_CLIENT_ID": "",
"XERO_CLIENT_SECRET": "",
"XERO_OAUTH2": "",
"XERO_TENANT_ID": "",
"XERO_TOKEN_URL": "https://identity.xero.com/connect/token"
}
}
}
}