MCP server for Xero API integration
A Model Context Protocol (MCP) server for integrating Xero with GenAI applications.
Cloud-based accounting software integration
pip install xero-mcp-serverOr install from source:
git clone https://github.com/asklokesh/xero-mcp-server.git
cd xero-mcp-server
pip install -e .Create a .env file or set environment variables according to Xero API requirements.
from xero_mcp import XeroMCPServer
# Initialize the server
server = XeroMCPServer()
# Start the server
server.start()MIT License - see LICENSE file for details