MCP Server
MCP
io.github.codespar/mcp-xero
MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-xero",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Xero OAuth2 access token (Bearer). Obtain via Xero OAuth2 flow; rotate on expiry.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "XERO_ACCESS_TOKEN"
},
{
"description": "Xero tenant/organization id sent in the Xero-tenant-id header on every request.",
"isRequired": true,
"format": "string",
"name": "XERO_TENANT_ID"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment