AgentHubAgentHub

Xero MCP

MCP ServerMCP Registry官方收录

io.github.Servosity/xero-mcp · v0.1.0

Every Xero Accounting read plus a local SQLite ledger - aging, reconciliation, and GL tie-out

概览

Xero MCP 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

暂无自动生成的安装指引,请查看源仓库 README。

相关资源

统一 Manifest

{
  "id": "io.github.Servosity/xero-mcp",
  "type": "mcp-server",
  "version": "0.1.0",
  "displayName": "Xero MCP",
  "description": "Every Xero Accounting read plus a local SQLite ledger  -  aging, reconciliation, and GL tie-out",
  "repository": {
    "url": "https://github.com/servosity/msp-skills",
    "source": "github",
    "subfolder": "skills/xero"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "mcpb",
        "identifier": "https://github.com/Servosity/msp-skills/releases/download/xero-v0.1.0/xero-mcp.mcpb",
        "version": "0.1.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "XERO_ACCESS_TOKEN",
            "description": "Set the XERO_ACCESS_TOKEN credential for the Xero MCP server.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "XERO_ACCOUNTING_OAUTH2",
            "description": "Set the XERO_ACCOUNTING_OAUTH2 credential for the Xero MCP server.",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "XERO_TENANT_ID",
            "description": "Set the XERO_TENANT_ID credential for the Xero MCP server.",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.Servosity/xero-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.Servosity%2Fxero-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Xero MCP — MCP Server 安装与配置 · AgentHub