XeroAPI/xero-mcp-server
π βοΈ β An MCP server that integrates with Xero's API, allowing for standardized access to Xero's accounting and business features.
Quick Start
Clone the repository:
git clone https://github.com/XeroAPI/xero-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"xero-mcp-server": {
"command": "npx",
"args": [
"-y",
"XeroAPI/xero-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.