Loading MCP server directory, please wait...
MCP server for Xero API integration
npx @getmcp/cli add io.github.asklokesh/xero-mcp-serverRequires Python 3.10+. Community-contributed server. Review source before installing.
XERO_API_KEYAPI Key for XERO
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.asklokesh/xero-mcp-server": {
"command": "uvx",
"args": [
"xero-mcp-server"
],
"env": {
"XERO_API_KEY": "",
"XERO_API_URL": ""
}
}
}
}