X
Xero
OfficialFeatured
💰 Finance & Trading
Xero accounting from your AI — read and manage invoices, bills, contacts, accounts and reports across your Xero organisation.
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"xero": {
"command": "npx",
"args": [
"-y",
"@xeroapi/xero-mcp-server"
],
"env": {
"XERO_CLIENT_ID": "your-xero-client-id-here",
"XERO_CLIENT_SECRET": "your-xero-client-secret-here"
}
}
}
}