Back to MCP Servers
🔌

XeroAPI/xero-mcp-server

MITAPI key required

📇 ☁️ – An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.

TypeScriptAPIs

Install

npx -y @xeroapi/xero-mcp-server

Required environment variables

XERO_CLIENT_SECRETSet in your MCP config
XERO_CLIENT_BEARER_TOKENSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "xeroapi-xero-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@xeroapi/xero-mcp-server"
      ],
      "env": {
        "XERO_CLIENT_SECRET": "<YOUR_XERO_CLIENT_SECRET>",
        "XERO_CLIENT_BEARER_TOKEN": "<YOUR_XERO_CLIENT_BEARER_TOKEN>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.