← Back to Plugins
MCP Server MCP

Xero

github By github 👁 1 views ▲ 0 votes

Xero MCP server for invoices, contacts, payments, quotes, and financial reports.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...