MCP Server
MCP
Xero
Xero MCP server for invoices, contacts, payments, quotes, and financial reports.
Install
npx -y @mindstone/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mindstone/mcp-server-xero",
"version": "0.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Xero Custom Connection client ID.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "XERO_CLIENT_ID"
},
{
"description": "Xero Custom Connection client secret.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "XERO_CLIENT_SECRET"
},
{
"description": "Optional externally-managed Xero bearer token. When set, this takes precedence over the Custom Connection client credentials.",
"format": "string",
"isSecret": true,
"name": "XERO_CLIENT_BEARER_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment