Loading MCP server directory, please wait...
MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.
npx @getmcp/cli add io.github.wyre-technology/xero-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
XERO_TENANT_IDXero tenant ID (organisation). Required when AUTH_MODE is 'env'.
XERO_ACCESS_TOKENXero OAuth2 access token. Required when AUTH_MODE is 'env'.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/xero-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"XERO_TENANT_ID",
"-e",
"XERO_ACCESS_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/xero-mcp:v1.3.5"
],
"env": {
"XERO_TENANT_ID": "",
"XERO_ACCESS_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}