Skip to content
Cursor

Xero for Cursor

io.github.wyre-technology/xero-mcp

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

client:Cursor transport:stdio runtime:oci

Install Xero in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "xero-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/xero-mcp:v1.5.5"
      ],
      "env": {
        "XERO_TENANT_ID": "<XERO_TENANT_ID>",
        "XERO_ACCESS_TOKEN": "<XERO_ACCESS_TOKEN>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Xero in other clients