PluginBench
MCP Server

Xero MCP MCP Server

io.github.Servosity/xero-mcp

What is the Xero MCP MCP server?

Every Xero Accounting read plus a local SQLite ledger - aging, reconciliation, and GL tie-out

How to install Xero MCP

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • XERO_ACCESS_TOKEN
    required
    secret

    Set the XERO_ACCESS_TOKEN credential for the Xero MCP server.

  • XERO_ACCOUNTING_OAUTH2
    required
    secret

    Set the XERO_ACCOUNTING_OAUTH2 credential for the Xero MCP server.

  • XERO_TENANT_ID
    required
    secret

    Set the XERO_TENANT_ID credential for the Xero MCP server.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "xero-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/xero-v0.1.0/xero-mcp.mcpb",
      "args": [],
      "env": {
        "XERO_ACCESS_TOKEN": "<YOUR_XERO_ACCESS_TOKEN>",
        "XERO_ACCOUNTING_OAUTH2": "<YOUR_XERO_ACCOUNTING_OAUTH2>",
        "XERO_TENANT_ID": "<YOUR_XERO_TENANT_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "xero-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/xero-v0.1.0/xero-mcp.mcpb",
      "args": [],
      "env": {
        "XERO_ACCESS_TOKEN": "<YOUR_XERO_ACCESS_TOKEN>",
        "XERO_ACCOUNTING_OAUTH2": "<YOUR_XERO_ACCOUNTING_OAUTH2>",
        "XERO_TENANT_ID": "<YOUR_XERO_TENANT_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "xero-mcp": {
      "command": "https://github.com/Servosity/msp-skills/releases/download/xero-v0.1.0/xero-mcp.mcpb",
      "args": [],
      "env": {
        "XERO_ACCESS_TOKEN": "<YOUR_XERO_ACCESS_TOKEN>",
        "XERO_ACCOUNTING_OAUTH2": "<YOUR_XERO_ACCOUNTING_OAUTH2>",
        "XERO_TENANT_ID": "<YOUR_XERO_TENANT_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "xero-mcp": {
      "type": "stdio",
      "command": "https://github.com/Servosity/msp-skills/releases/download/xero-v0.1.0/xero-mcp.mcpb",
      "args": [],
      "env": {
        "XERO_ACCESS_TOKEN": "<YOUR_XERO_ACCESS_TOKEN>",
        "XERO_ACCOUNTING_OAUTH2": "<YOUR_XERO_ACCOUNTING_OAUTH2>",
        "XERO_TENANT_ID": "<YOUR_XERO_TENANT_ID>"
      }
    }
  }
}
Claude Code
claude mcp add xero-mcp --env XERO_ACCESS_TOKEN=<YOUR_XERO_ACCESS_TOKEN> --env XERO_ACCOUNTING_OAUTH2=<YOUR_XERO_ACCOUNTING_OAUTH2> --env XERO_TENANT_ID=<YOUR_XERO_TENANT_ID> -- https://github.com/Servosity/msp-skills/releases/download/xero-v0.1.0/xero-mcp.mcpb

Related MCP servers

Abnormal Security email threats, cases, and reporting in your terminal and your AI agents.

View repository →

The first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage

View repository →

Every Action1 endpoint, plus fleet-wide patch and vulnerability views across all your organizations.

View repository →

The first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage

View repository →

AppDirect marketplace operations with an offline mirror and cross-company billing reconciliation.

View repository →

Every Atera RMM + PSA endpoint, plus a local SQLite mirror that answers fleet-health, SLA, and

View repository →