Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Xero MCP Server
Claim
Official
by
XeroAPI
npm
GitHub
Finance
Customer Data Platforms
TypeScript
MIT License
264
20
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
xero-mcp-server
examples
src
.env.example
eslint.config.js
.gitignore
LICENSE
.npmignore
.npmrc
package.json
package-lock.json
.prettierrc
README.md
start-server.sh
tsconfig.json
{ "name": "@xeroapi/xero-mcp-server", "version": "0.0.6", "description": "MCP server implementation for Xero integration", "license": "MIT", "main": "dist/index.js", "repository": { "type": "git", "url": "git://github.com/XeroAPI/xero-mcp-server.git" }, "author": "Xero (https://xero.com)", "type": "module", "bin": "./dist/index.js", "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "lint:fix": "eslint --fix", "lint": "eslint ." }, "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "dotenv": "^16.4.7", "openid-client": "^6.3.4", "xero-node": "^10.0.0", "zod": "^3.24.2" }, "devDependencies": { "@eslint/js": "^9.22.0", "@types/node": "^22.13.10", "eslint": "^9.22.0", "eslint-config-prettier": "^10.1.1", "globals": "^16.0.0", "prettier": "3.5.3", "shx": "^0.3.4", "typescript": "^5.8.2", "typescript-eslint": "^8.26.1" } }