Xero logo

Xero

Access your Xero financials from any conversation

Official docs

About Xero

Xero gives assistants read-only access to business financial summaries such as profit and loss, receivables, cash position, and top customers. Its connector links responses back to Xero for deeper financial analysis.

Connection details

https://mcp.xero.com/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add xero --transport http https://mcp.xero.com/mcp

Frequently asked questions

What is the Xero remote MCP server?

The Xero remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.xero.com/mcp, so AI assistants can connect to it without installing or running anything locally. Xero gives assistants read-only access to business financial summaries such as profit and loss, receivables, cash position, and top customers. Its connector links responses back to Xero for deeper financial analysis.

How do I connect to the Xero MCP server?

Add the endpoint https://mcp.xero.com/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Xero MCP server require authentication?

Yes. Xero uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Xero MCP server use?

Xero exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers