Skip to main content
Finance & FintechTypeScript

XeroAPI/xero-mcp-server

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

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/XeroAPI/xero-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "xero-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "XeroAPI/xero-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
TypeScript
Author
XeroAPI