MCP.so
登录

Moneybird MCP Server

@vanderheijden86

关于 Moneybird MCP Server

Moneybird MCP Server - Let Claude cook the books

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

vanderheijden86

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "moneybird-mcp-server": {
      "command": "npx",
      "args": [
        "moneybird-mcp-server"
      ]
    }
  }
}

工具

9

List all contacts in Moneybird

Get details for a specific contact by ID

List all sales invoices

Get details for a specific sales invoice by ID

List all financial accounts

List all products

List all projects

List all time entries

Make a custom request to the Moneybird API

概览

What is Moneybird MCP Server?

A Model Context Protocol (MCP) server that connects AI assistants like Claude to Moneybird accounting software via API. It provides tools to manage contacts, financial data, products, projects, time entries, and make custom Moneybird API requests.

How to use Moneybird MCP Server?

Install the package globally (npm install -g moneybird-mcp-server), create a .env file with your MONEYBIRD_API_TOKEN and MONEYBIRD_ADMINISTRATION_ID, then run npx moneybird-mcp-server. For Claude Desktop, add the configuration to claude_desktop_config.json and restart. Connect by typing /mcp moneybird in Claude chat. Alternatively, run the server directly and connect any MCP‑compatible assistant via the server URL.

Key features of Moneybird MCP Server

  • Contact management with advanced filtering (date, name, properties)
  • Access sales invoices, financial accounts, and payments
  • Business operations: products, projects, and time entries
  • Custom Moneybird API requests via moneybird_request tool
  • Enhanced error handling and performance optimizations
  • Full TypeScript support with Zod schema validation

Use cases of Moneybird MCP Server

  • List and retrieve contacts with complex filter criteria
  • View and manage sales invoices from an AI assistant
  • Check financial account balances and transactions
  • Access product catalogs, project lists, and time entries
  • Execute arbitrary Moneybird API calls for custom workflows

FAQ from Moneybird MCP Server

What are the prerequisites to use Moneybird MCP Server?

Node.js v18 or higher, a Moneybird account with API access, and a Moneybird API token.

How do I obtain a Moneybird API token and administration ID?

Generate an API token at https://moneybird.com/user/applications. The administration ID is found in the URL when logged into Moneybird.

Is this server compatible with AI assistants other than Claude?

Yes, it works with any AI assistant that supports the Model Context Protocol. Provide the server URL (http://your-server-address:3000) to connect.

What transport protocol does the server use?

The server communicates via HTTP. It listens on a configurable port (default 3000).

What security measures should I consider when deploying?

Run the server behind a secure proxy, use HTTPS, implement authentication for the MCP server, and restrict network access.

评论

其他 分类下的更多 MCP 服务器