Xero (npx) MCP Server
CommunityContributed by Xero
Connect to the Xero accounting platform to manage invoices, contacts, bank transactions, payments, payroll, and reports. Authenticates via a Xero custom connection using client credentials.
About the Xero (npx) MCP Server
The Xero (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Connect to the Xero accounting platform to manage invoices, contacts, bank transactions, payments, payroll, and reports. Authenticates via a Xero custom connection using client credentials. This is a community-contributed MCP server by Xero.
Install the Xero (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@xeroapi/xero-mcp-server"
],
"env": {
"XERO_CLIENT_ID": "${input:XERO_CLIENT_ID}",
"XERO_CLIENT_SECRET": "${input:XERO_CLIENT_SECRET}"
},
"metadata": {
"inputs": [
{
"id": "XERO_CLIENT_ID",
"label": "Xero Client ID",
"description": "The Client ID of your Xero custom connection app. Create a custom connection in the Xero Developer portal to obtain client credentials.",
"type": "text",
"required": true,
"secret": false,
"placeholder": "00000000-0000-0000-0000-000000000000",
"obtain": {
"url": "https://developer.xero.com/app/manage",
"instructions": "1. Sign in to the Xero Developer portal\n2. Click 'New app' and choose 'Custom connection'\n3. Select the scopes your integration needs (e.g. accounting.transactions, accounting.contacts)\n4. Authorise the connection to an organisation\n5. Open the app's Configuration page\n6. Copy the Client ID",
"button_label": "Open Xero Developer Portal"
}
},
{
"id": "XERO_CLIENT_SECRET",
"label": "Xero Client Secret",
"description": "The Client Secret of your Xero custom connection app. Generated alongside the Client ID on the app's Configuration page.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "****************************************************",
"obtain": {
"url": "https://developer.xero.com/app/manage",
"instructions": "1. Open your custom connection app in the Xero Developer portal\n2. Go to the Configuration page\n3. Click 'Generate a secret'\n4. Copy the Client Secret immediately (it is shown only once)",
"button_label": "Open Xero Developer Portal"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Xero (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
GitHub (Docker)
Interact with GitHub repositories, issues, pull requests, and code security via Docker container. Supports both github.com and GitHub Enterprise instances. Requires Docker installed.
GitHub (Remote PAT)
Interact with GitHub repositories, issues, pull requests, actions, and code security through GitHub's hosted remote MCP server. Authenticates with a Personal Access Token.
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Figma
Generate code from Figma designs, extract design context, variables, and components through Figma's official hosted MCP server. Supports Code Connect for design system consistency, FigJam content, and browser-to-Figma live capture.
Figma (npx)
Read and inspect Figma designs, components, and styles. Extract layout details, design tokens, and asset metadata from any Figma file. Translates auto-layout to CSS flexbox. Supports image downloads.
GitLab
GitLab's built-in MCP server for managing issues, merge requests, pipelines, and semantic code search. Requires GitLab 18.6+ with Duo enabled. Connects directly to any GitLab instance via OAuth.
Install Xero (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.