Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the Invoiced in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
从任何 AI 代理管理 Invoiced(应收账款自动化:客户、发票、付款、订阅、信用票据)。9 个工具,基本认证。
试试这样问
Invoiced 的示例提示
点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。
Claude 是 AI,可能会出错。请核对回答。
💡 不需要安装?直接使用 cloud.anythingmcp.com。 登录,点击 Connectors → Invoiced,粘贴你的凭据,生成 MCP API 密钥 — 完成。无需 Docker,无需
git clone,无需本地服务器。
Invoiced + Claude
从任何 AI 代理管理 Invoiced(应收账款自动化:客户、发票、付款、订阅、信用票据)。9 个工具,基本认证。
前提条件
请查看连接器中包含的完整设置说明(在你选择连接器时可在应用内商店中查看)。此连接器所需的环境变量为:
INVOICED_API_KEY
第一步 — 获取凭据
此连接器封装了 Invoiced REST API(api.invoiced.com)。
设置:
- 登录 https://app.invoiced.com → Developers → API Keys → Create API Key。
- 设置
INVOICED_API_KEY。 - 沙盒:用于测试,将 baseUrl 指向
https://api.sandbox.invoiced.com。
认证:HTTP 基本认证 — API 密钥作为用户名,密码为空。
层级:客户 → 发票 → 行项目 → 付款。订阅会自动生成定期发票。
分页:基于光标通过 Link 头。使用 per_page(最大 100)和 page(从 1 开始)。
速率限制:每个 API 密钥每分钟 60 次请求,每小时 1000 次。429 错误时使用 Retry-After。
…(在应用内连接器说明中继续)
第二步 — 安装适配器
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
第三步 — 在 Claude 中添加连接器
推荐路径 — 在 claude.ai web 上工作,无需编辑任何配置文件。
- 打开 claude.ai/customize/connectors。
- 点击 "添加自定义连接器"。
- 填写:
- 名称:
Invoiced - URL:
https://cloud.anythingmcp.com/mcp - 认证: Bearer token → 粘贴你的 MCP API 密钥(来自 AnythingMCP → Profile → MCP API Keys → New Key)
- 名称:
- 点击 连接 进行授权。
下面的所有工具将在你的聊天中出现 — 开始输入提示。
可用工具
| 工具 | 功能 |
|---|---|
invoiced_list_customers | 列出客户 |
invoiced_get_customer | 获取一个客户 |
invoiced_create_customer | 创建一个客户 |
invoiced_list_invoices | 列出发票 |
invoiced_get_invoice | 获取一个带有行项目和付款的发票 |
invoiced_create_invoice | 创建一张发票 |
invoiced_send_invoice | 通过电子邮件将发票发送给客户 |
invoiced_list_payments | 列出付款 |
invoiced_create_payment | 记录一笔付款(系统外)并可选择将其应用于发票 |
常见问题
它是否同时适用于 Claude Code 和 Claude Desktop? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp。
下一步
这份指南对你有帮助吗?