Enterprise Connectors
Xero logo. Xero MCP server connector.

Xero MCP Server

Xero is cloud-based accounting software for small and medium-sized businesses, offering real-time financial reporting, invoicing, bank reconciliation, and inventory management.

Tools
25
Last Updated
Apr 7, 2026
Category
all
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the Xero MCP Server?

The Xero MCP server gives AI agents structured, permission-aware access to Xero through the Model Context Protocol. With 25 pre-built actions, agents can read, create, and update Xero data on behalf of authorized users.

Willow ships the Xero MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how Xero is being used by every AI agent in your stack.

Tools

List Contacts

List contacts in Xero with optional filtering. Returns customers and suppliers with their basic information. Use this to browse all contacts or filter by name, email, or status. Supports pagination for large contact lists.

Get Contact

Retrieve detailed information about a specific contact by ID. Returns complete contact details including addresses, phones, bank accounts, and contact persons. Use this when you have a contact ID and need full details.

Create Contact

Create a new contact in Xero. Contacts can be customers, suppliers, or both. Minimum required field is Name. Optionally include email, phone, addresses, and other details. Returns the created contact with its generated ID.

Update Contact

Update an existing contact in Xero. Provide the contact ID and the fields you want to update. Only provided fields will be changed. Returns the updated contact details.

List Invoices

List invoices in Xero with optional filtering. Returns sales and purchase invoices with their status, amounts, and due dates. Filter by status (DRAFT, SUBMITTED, AUTHORISED, PAID, VOIDED), date range, or contact. Supports pagination for large invoice lists.

Get Invoice

Retrieve detailed information about a specific invoice by ID. Returns complete invoice details including line items, tax amounts, payments, and status. Use this when you have an invoice ID and need full details.

Create Invoice

Create a new invoice in Xero. Can be a sales invoice (ACCREC) or purchase invoice (ACCPAY). Requires contact ID, type, date, due date, and line items. Line items must include description, quantity, unit amount, and account code. Returns the created invoice with its generated ID.

Update Invoice

Update an existing invoice in Xero. Only invoices with DRAFT or SUBMITTED status can be fully updated. AUTHORISED invoices have limited update capabilities. Provide the invoice ID and the fields to update.

Void Invoice

Void an invoice in Xero. This marks the invoice as VOIDED and cannot be undone. Only AUTHORISED invoices can be voided. DRAFT invoices should be deleted instead. Use this when an invoice was issued in error or needs to be cancelled.

List Bank Transactions

List bank transactions in Xero with optional filtering. Returns spend and receive money transactions. Filter by bank account, date range, or status. Use this to browse bank activity or reconcile transactions. Supports pagination for large transaction lists.
1–10 of 25 tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

Edit descriptions
Change arguments
Select tools
Create New

Set Up Your Xero MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-xero": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/xero"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-xero": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/xero"
    }
  }
}

Claude Code

CLI
claude mcp add willow-xero --transport http https://<org>.mcp-s.com/mcp/mcp/xero

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/xero",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for Xero

Willow adds the layer Xero and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

Xero MCP Server FAQ

What is the Xero MCP server?

The Xero MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write Xero data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's Xero MCP server different from the official one?

The official Xero MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the Xero MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the Xero MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in Xero, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which Xero actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow Xero MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved Xero MCP locally, you'll see it.

What does the Xero MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the Xero MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

Xero MCP Server: Connect AI Agents to Xero Securely | Willow