xero-mcp

xero-mcp

A local MCP server for Xero that lets you search contacts, list and fetch invoices, and create draft invoices. It includes guardrails to prevent approving, sending, or deleting invoices.

Category
访问服务器

README

xero-mcp

A small, local Xero MCP server for looking up contacts and invoices from Codex—and making draft invoices when you actually mean draft invoices.

It runs on your Mac, talks to Xero over OAuth, and keeps its tokens in ~/.xero-mcp/tokens.json. No database, no hosted service, no mystery background process.

The guardrails

  • It can find contacts, list invoices, and fetch a full invoice.
  • It can create an ACCREC sales invoice as DRAFT.
  • It can update an invoice only after checking that it is still DRAFT.
  • It cannot approve, authorise, pay, send, email, void, or delete an invoice.

The point is to make the useful bit easy without giving an AI a route to finalise something in your books.

What you need

  • macOS
  • Node 20+ (Node 25 is fine)
  • A Xero organisation you can access
  • A Xero OAuth Web app

Set up the Xero app

  1. Go to Xero Developer → My Apps and create a Web app using Standard auth code.

  2. Add this exact OAuth redirect URI:

    http://localhost:3000/callback
    

    Xero allows localhost for this local flow, but not 127.0.0.1.

  3. In the app's Configuration page, copy the Client ID and generate a Client Secret.

The app requests the smallest useful set of scopes:

offline_access accounting.contacts.read accounting.invoices accounting.settings.read

First run

git clone https://github.com/david-buck/xero-mcp.git
cd xero-mcp
cp .env.example .env
# Add the Client ID and Client Secret from Xero to .env
npm install
npm run auth

The auth command starts a short-lived listener on localhost:3000, opens the Xero approval page (and prints the URL if macOS does not open it), then saves the token locally. After that, it refreshes tokens automatically—no browser required unless access is revoked or refresh fails.

If you can access more than one Xero organisation, set XERO_TENANT_ID in .env before running auth. Otherwise it uses the first connected organisation.

Add it to Codex

Add this to ~/.codex/config.toml and replace the path with wherever you cloned the repo:

[mcp_servers.xero]
command = "node"
args = ["--env-file=/ABSOLUTE/PATH/TO/xero-mcp/.env", "/ABSOLUTE/PATH/TO/xero-mcp/src/index.js"]

Restart Codex. The server uses stdio, so it stays quiet unless there is something useful to report back through an MCP tool call.

Tools

Tool What it does
xero_find_contact Search contacts by name or email and return their Xero Contact ID.
xero_get_contact_defaults Get a contact's default sales account code, tax type, currency, and line-amount preference.
xero_list_revenue_accounts List active revenue/sales account codes that can be used on invoice lines.
xero_list_revenue_tax_rates List active tax types that Xero permits on revenue lines.
xero_list_invoices List recent invoices, optionally for one contact.
xero_get_invoice Fetch an invoice including its line items.
xero_create_draft_invoice Make a sales invoice with Status: DRAFT.
xero_update_draft_invoice Change a draft invoice only.

Invoice line items take a description, quantity, unit amount, account code, and optional tax type. Dates use YYYY-MM-DD. Inputs are schema-validated, and Xero API errors are returned intact instead of being papered over.

When drafting, start with the contact defaults, then use the account and tax-rate helpers if you need to choose or verify a code. If a line has no taxType, Xero uses the selected account's default tax rate.

A quick local check

npm run check
npm start

npm start waits for MCP input. Hit Ctrl-C when you are done.

Keep the private bits private

.env and node_modules are ignored by Git. Tokens live outside the repository at ~/.xero-mcp/tokens.json with local-only file permissions. Do not commit your .env file or paste your Client Secret into an issue.

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选
Neon MCP Server

Neon MCP Server

用于与 Neon 管理 API 和数据库交互的 MCP 服务器

官方
精选
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选