Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Xero MCP Server
by
john-zhang-dev
Verified
npm
GitHub
Finance
Databases
TypeScript
MIT License
163
2
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
xero-mcp
.github
src
CHANGELOG.md
Dockerfile
.gitignore
LICENSE
package.json
package-lock.json
README.md
smithery.yaml
tsconfig.json
{ "name": "xero-mcp", "version": "1.2.1", "description": "A Model Context Protocol server allows Clients to interact with Xero", "author": "Jianyang Zhang", "type": "module", "main": "build/index.js", "bin": { "xero-mcp": "./build/index.js" }, "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start:dev": "tsx src/index.ts" }, "files": [ "build", "README.md" ], "keywords": [ "mcp", "xero", "modelcontextprotocol", "AI", "accounting" ], "repository": { "type": "git", "url": "git+https://github.com/john-zhang-dev/xero-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "dotenv": "^16.4.7", "open": "^10.1.0", "xero-node": "^10.0.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.10", "tsx": "^4.19.3", "typescript": "^5.8.2" }, "license": "MIT" }