XeroAPI/xero-mcp-server
π βοΈ β An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Ads
Overview
π βοΈ β An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Installation
npx -y @xeroapi/xero-mcp-server@latest
Configuration
{
"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"
}
}
}
}Capabilities
- List and search contacts
Retrieve contacts from Xero with `list-contacts` or view contact groups via `list-contact-groups`.
- Manage invoices and credit notes
Create, update, or list invoices and credit notes using `create-invoice`, `update-invoice`, `list-invoices`, and the equivalent credit note tools.
- View financial reports
Pull a profit and loss report, balance sheet, trial balance, or aged receivables/payables by contact with `list-profit-and-loss`, `list-report-balance-sheet`, `list-trial-balance`, `list-aged-receivables-by-contact`, and `list-aged-payables-by-contact`.
- Handle bank transactions and payments
List, create, or update bank transactions and payments via `list-bank-transactions`, `create-bank-transaction`, `update-bank-transaction`, `list-payments`, and `create-payment`.
- Work with payroll data
List employees, timesheets, and leave records; create, update, approve, or delete timesheets using the `list-payroll-*`, `create-payroll-timesheet`, and related tools.
- Manage chart of accounts and items
List accounts with `list-accounts` and create or update items via `create-item` and `update-item`.
Tags
- finance
- business-operations
- api
- awesome-list
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews β all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server β real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.