moneybird mcp server
Moneybird MCP server exists for a simple reason — assistants are far more useful when they can act on Moneybird directly instead of describing what you should do. moneybird mcp server.
A Model Context Protocol (MCP) server that connects AI assistants like Claude to Moneybird accounting software via API.
This server allows AI assistants to interact with your Moneybird accounting data using the Model Context Protocol. It provides various tools to:
Once Moneybird is connected, these are the calls the assistant has available:
list_contacts — List all contacts in Moneybirdget_contact — Get details for a specific contact by IDlist_sales_invoices — List all sales invoicesget_sales_invoice — Get details for a specific sales invoice by IDlist_financial_accounts — List all financial accountslist_products — List all productslist_projects — List all projectslist_time_entries — List all time entriesmoneybird_request — Make a custom request to the Moneybird APImoneybird-mcp-server on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need 2 environment variables: MONEYBIRD_API_TOKEN, MONEYBIRD_ADMINISTRATION_ID. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Moneybird's toolset — list_contacts, get_contact, list_sales_invoices and 6 more — is a fair guide to whether it matches your workflow. It is maintained by vanderheijden86; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| list_contacts | List all contacts in Moneybird |
| get_contact | Get details for a specific contact by ID |
| list_sales_invoices | List all sales invoices |
| get_sales_invoice | Get details for a specific sales invoice by ID |
| list_financial_accounts | List all financial accounts |
| list_products | List all products |
| list_projects | List all projects |
| list_time_entries | List all time entries |
| moneybird_request | Make a custom request to the Moneybird API |
{
"mcpServers": {
"moneybird": {
"command": "npx",
"args": ["-y", "moneybird-mcp-server"],
"env": {
"MONEYBIRD_API_TOKEN": "your-value",
"MONEYBIRD_ADMINISTRATION_ID": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| MONEYBIRD_API_TOKEN | Credential the server authenticates with. | Yes |
| MONEYBIRD_ADMINISTRATION_ID | Configuration value read at startup. | Optional |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.