Xero
Rank #16,402io.github.mindstone/mcp-server-xero
Xero MCP server for invoices, contacts, payments, quotes, and financial reports.
Xero is a Model Context Protocol (MCP) server published by mindstone. It ranks #16,402 of 115,591 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Xero is listed on Official MCP, with 1 tracked version. It was first listed on Aug 9, 2026 and most recently updated on Aug 9, 2026.
Ranks ahead of 99,189 of 115,591 servers on MCP Toplist.
Use Xero
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-xero -e "XERO_CLIENT_ID=<your XERO_CLIENT_ID>" -e "XERO_CLIENT_SECRET=<your XERO_CLIENT_SECRET>" -e "XERO_CLIENT_BEARER_TOKEN=<your XERO_CLIENT_BEARER_TOKEN>" -- npx -y @mindstone/mcp-server-xeroReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-xero]
command = "npx"
args = ["-y", "@mindstone/mcp-server-xero"]
[mcp_servers.mcp-server-xero.env]
XERO_CLIENT_ID = "<your XERO_CLIENT_ID>"
XERO_CLIENT_SECRET = "<your XERO_CLIENT_SECRET>"
XERO_CLIENT_BEARER_TOKEN = "<your XERO_CLIENT_BEARER_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-xero": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-xero"
],
"env": {
"XERO_CLIENT_ID": "<your XERO_CLIENT_ID>",
"XERO_CLIENT_SECRET": "<your XERO_CLIENT_SECRET>",
"XERO_CLIENT_BEARER_TOKEN": "<your XERO_CLIENT_BEARER_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-xero": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-xero"
],
"env": {
"XERO_CLIENT_ID": "<your XERO_CLIENT_ID>",
"XERO_CLIENT_SECRET": "<your XERO_CLIENT_SECRET>",
"XERO_CLIENT_BEARER_TOKEN": "<your XERO_CLIENT_BEARER_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-xero": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-xero"
],
"env": {
"XERO_CLIENT_ID": "<your XERO_CLIENT_ID>",
"XERO_CLIENT_SECRET": "<your XERO_CLIENT_SECRET>",
"XERO_CLIENT_BEARER_TOKEN": "<your XERO_CLIENT_BEARER_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-xero": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-xero"
],
"env": {
"XERO_CLIENT_ID": "<your XERO_CLIENT_ID>",
"XERO_CLIENT_SECRET": "<your XERO_CLIENT_SECRET>",
"XERO_CLIENT_BEARER_TOKEN": "<your XERO_CLIENT_BEARER_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-xero": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-xero"
],
"env": {
"XERO_CLIENT_ID": "<your XERO_CLIENT_ID>",
"XERO_CLIENT_SECRET": "<your XERO_CLIENT_SECRET>",
"XERO_CLIENT_BEARER_TOKEN": "<your XERO_CLIENT_BEARER_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-xero)<a href="https://mcptoplist.com/server/io.github.mindstone%2Fmcp-server-xero"><img src="https://mcptoplist.com/badge/io.github.mindstone%2Fmcp-server-xero.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mindstone
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Aug 9, 2026 |
Frequently asked questions
- Who maintains Xero?
- Xero is maintained by mindstone, which publishes 43 MCP servers (124 total versions) tracked on MCP Toplist.
- Is Xero listed on the Official MCP Registry?
- Yes — Xero is listed on the Official MCP Registry.
- How many versions does Xero have?
- MCP Toplist tracks 1 version of Xero, most recently published on Aug 9, 2026.
- Where can I find the source code for Xero?
- The source code for Xero is hosted at github.com/mindstone/mcp-servers.