Que fait Connect accounting agents to Xero through MCP ?
Use Xero MCP Server to give approved MCP clients controlled access to Xero accounting data, reports, invoices, contacts, and related business records.
Prerequisites
Node.js 18+, npm or pnpm, Xero developer account, Xero client credentials or bearer token, MCP-compatible client
Installation
Use the upstream install or setup path that matches your environment:
- npm install
- pnpm install
- npm run build
- pnpm build
Requirements and caveats from upstream:
- Node.js (v18 or higher)
- Xero-Node Public API SDK Docs
- Custom connections require different scopes depending on when they were created. All scopes in the relevant list must be added to your custom connection:
Basic usage or getting-started notes:
-
npm or pnpm
-
A Xero developer account with API credentials
-
Docs and Links
-
Extracted from upstream docs: https://raw.githubusercontent.com/XeroAPI/xero-mcp-server/HEAD/README.md