Back to directory
john-zhang-dev/xero-mcp

john-zhang-dev/xero-mcp

@john-zhang-dev

A Model Context Protocol server allows Clients to interact with Xero

xeroaccountinginvoicingcontactsfinancialmcp-serverapi-integrationfinance

Installation & Configuration

{
  "mcpServers": {
    "xero-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "xero-mcp@latest"
      ],
      "env": {
        "XERO_CLIENT_ID": "YOUR_CLIENT_ID",
        "XERO_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
        "XERO_REDIRECT_URI": "http://localhost:5000/callback"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/13