Xero MCP Server

by john-zhang-dev
Verified
{ "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" }