← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-xero

github By github 👁 1 views ▲ 0 votes

MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...