Server Directory
FinanceIntermediate Official

Xero Accounting

by Xero / Knit

Official Xero MCP server providing AI agents code-free access to every Xero API endpoint. Read, write, and automate accounting operations with OAuth 2.0 authentication.

CAPABILITIES

  • Invoice management
  • Expense tracking
  • Financial reporting
  • Bank reconciliation
  • Accounts payable/receivable
  • OAuth 2.0 authentication

INSTALLATION

Terminal
npx -y @xero/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "xero": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@xero/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Finance
Difficulty
Intermediate
Maintained By
Xero / Knit
NPM Package
@xero/mcp-server

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →