xero-mcp
The Xero MCP Server connects clients with Xero Accounting Software through an MCP server, providing tools for managing financial data such as transactions, contacts, and reports. It facilitates seamless integration with Xero after a setup involving OAuth 2.0 authentication.
How do I authenticate with Xero?
You need to create an OAuth 2.0 app in Xero to get a CLIENT_ID and CLIENT_SECRET, then configure these in your Claude Desktop setup.
What kind of transactions can I manage?
You can create and manage both spent and received money transactions.
Can I retrieve financial reports?
Yes, you can retrieve various financial reports such as balance sheets and journals.
Is my data secure during the OAuth2 flow?
Yes, the OAuth2 flow is designed to securely authenticate and authorize access to your Xero data.
What should I do if I encounter issues with the Xero login page?
Ensure that your CLIENT_ID and CLIENT_SECRET are correctly configured and that you complete the auth flow by manually closing the web page.