MCP.so
ログイン

Xero MCP Server

@XeroAPI

Xero MCP Server について

An MCP server that integrates with the MCP protocol. https://modelcontextprotocol.io/introduction

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

node

トランスポート

stdio

公開者

XeroAPI

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "xero": {
      "command": "npx",
      "args": [
        "-y",
        "@xeroapi/xero-mcp-server@latest"
      ],
      "env": {
        "XERO_CLIENT_ID": "your_client_id_here",
        "XERO_CLIENT_SECRET": "your_client_secret_here",
        "XERO_SCOPES": "accounting.invoices accounting.contacts accounting.settings"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Xero MCP Server?

It is a Model Context Protocol (MCP) server implementation for Xero, providing a bridge between the MCP protocol and Xero's API for standardized access to Xero's accounting and business features. It is intended for developers integrating Xero data with AI assistants and MCP-compatible clients.

How to use Xero MCP Server?

Install via npx (npx -y @xeroapi/xero-mcp-server@latest) and configure authentication. Two modes are supported: Custom Connections (set XERO_CLIENT_ID and XERO_CLIENT_SECRET environment variables) or Bearer Token (set XERO_CLIENT_BEARER_TOKEN). The server can be added to Claude Desktop by editing claude_desktop_config.json with the appropriate command and environment variables. Once running, invoke MCP commands such as list-accounts, create-invoice, list-payroll-employees, etc.

Key features of Xero MCP Server

  • Xero OAuth2 authentication with custom connections
  • Contact management (list, create, update)
  • Chart of Accounts management (list, create, update)
  • Invoice creation, management and updating
  • Payroll employee and timesheet support
  • MCP protocol compliance for standardized access

Use cases of Xero MCP Server

  • Querying Xero financial data (invoices, contacts, accounts) via natural language
  • Automating invoice creation and management
  • Managing payroll employees and timesheets
  • Generating financial reports (profit/loss, balance sheet, trial balance)
  • Integrating Xero accounting with AI assistants like Claude

FAQ from Xero MCP Server

What are the prerequisites?

Node.js v18 or higher, npm or pnpm, and a Xero developer account with API credentials.

コメント

「その他」の他のコンテンツ