Back to MCP Servers
Xero
An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
finance-fintechapi
By XeroAPI
Installation
npx -y xero-mcp-serverConfiguration
{
"mcpServers": {
"xero-mcp-server": {
"command": "npx",
"args": ["-y", "xero-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes