Overview
what is Xero MCP Server?
Xero MCP Server is an implementation of the Model Context Protocol (MCP) that integrates with Xero's API, providing standardized access to Xero's accounting and business features.
how to use Xero MCP Server?
To use the Xero MCP Server, set up a Custom Connection in your Xero Developer account, install the server using npm or pnpm, and configure it in your application.
key features of Xero MCP Server?
- Xero OAuth2 authentication with custom connections
- Contact management
- Chart of Accounts management
- Invoice creation and management
- Compliance with MCP protocol
use cases of Xero MCP Server?
- Managing contacts and invoices in Xero through a standardized API.
- Integrating Xero's accounting features into custom applications.
- Automating financial workflows using MCP commands.
FAQ from Xero MCP Server?
- What are the prerequisites for using Xero MCP Server?
You need Node.js (v18 or higher), npm or pnpm, and a Xero developer account with API credentials.
- How do I configure my Xero Developer account?
Follow the instructions on the Xero developer documentation to set up a Custom Connection.
- What commands are available with the MCP server?
Available commands include
list-contacts,list-invoices,list-accounts,create-contact, andcreate-invoice.