Connector guide1-minute read5 MCP toolsEnglish · Deutsch · Italiano

如何将 Fastbill 连接到 Gemini — 通过 MCP

使用 MCP 将 FastBill 开票连接到 Claude AI。使用自然语言查询客户、发票、费用和收入数据。逐步指南。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

FastBill Invoicing

MCP connector

FastBill Invoicing

Manage invoices, customers, expenses, and revenue with FastBill. Popular invoicing and bookkeeping tool for German freelancers and small businesses.

Tools

5

Region

DE

Category

Finance

Authentication

Basic Auth

Required env vars

FASTBILL_EMAILFASTBILL_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the FastBill Invoicing in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

使用 MCP 将 FastBill 开票连接到 Claude AI。使用自然语言查询客户、发票、费用和收入数据。逐步指南。

将 FastBill 连接到 Claude

FastBill 是德国最受欢迎的自由职业者和小型企业开票工具之一。通过 AnythingMCP,您可以将 FastBill 的 API 直接连接到 Claude,从而能够对您的财务数据进行自然语言查询。

您可以做什么

连接后,可以向 Claude 询问以下内容:

  • "显示本季度所有未付款的发票"
  • "客户 Müller GmbH 去年产生了多少收入?"
  • "按发票金额列出我的前 10 位客户"
  • "我三月份的总费用是多少?"

第一步:设置 AnythingMCP

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

或者使用 AnythingMCP Cloud 进行无 Docker 的即时设置。

第二步:导入 FastBill 适配器

  1. 打开 http://localhost:3000/connectors/store
  2. 在适配器列表中找到 FastBill Invoicing
  3. 点击 导入 — 系统会提示您输入凭据
  4. 输入您的 FastBill 邮箱API 密钥(在 FastBill 的设置 → API 中找到)

第三步:分配到 MCP 服务器

导入后,选择哪个 MCP 服务器应公开 FastBill 工具。您可以选择现有的服务器或创建新的 MCP 服务器。

第四步:连接 Claude

将 MCP 服务器添加到您的 Claude Desktop 配置中:

{
  "mcpServers": {
    "fastbill": { "url": "http://localhost:4000/mcp" }
  }
}

可用工具

工具描述
fastbill_list_customers搜索并列出客户
fastbill_list_invoices按客户、月份或年份列出发票
fastbill_get_invoice获取带有项目的完整发票详情
fastbill_list_expenses按期间列出费用
fastbill_list_revenues列出收入条目

为什么选择 AnythingMCP?

与构建自定义集成不同,AnythingMCP 为您提供了一个预构建的 FastBill 适配器,只需一键导入。您的 API 凭据是加密的,所有请求都记录在审计日志中。您可以在单个 MCP 服务器中将 FastBill 与其他连接器(DHL、weclapp 等)结合使用。

这份指南对您有帮助吗?

Ready to ship

Your FastBill agent is one click away.

Install the connector, paste the key, prompt Gemini. Free for 7 days, no credit card.

相关指南