Connector guide3-minute read10 MCP toolsEN · DE · IT

How to Connect Invoice Ninja to Claude — via MCP

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

HCBy HelpCode teamUpdated 3 min read Open-source on GitHub

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

Invoice Ninja

Invoice Ninja

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

tools

10

Region

INTL

Category

Accounting

Authentication

API Key

Required env vars

INVOICENINJA_URLINVOICENINJA_API_TOKEN
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
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Invoice Ninja 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.

Start free trial

Summary

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

Try asking

Example prompts for Invoice Ninja

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

Invoice Ninja · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → Invoice Ninja, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

Invoice Ninja + Claude

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

INVOICENINJA_URL, INVOICENINJA_API_TOKEN

Step 1 — Get credentials

Getting a token

  1. Sign in and open Settings → Account Management → API Tokens (on v5; on a self-hosted instance the same page exists).
  2. Create a token and put it in INVOICENINJA_API_TOKEN.
  3. Set INVOICENINJA_URL. For the hosted service that is https://invoicing.co; for a self-hosted instance, your own root. No trailing slash and no /api/v1 — the adapter appends it.

The header is X-API-TOKEN.

One token, one company. Invoice Ninja supports several companies per account, and the token is bound to the one it was created in. A second company needs a second token and a second connector.

…(continued in the in-app connector instructions)

Step 2 — Install the adapter

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Step 3 — Add the connector in Claude

Recommended path — works on claude.ai web without editing any config file.

  1. Open claude.ai/customize/connectors.
  2. Click "Add custom connector".
  3. Fill in:
    • Name: Invoice Ninja
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → paste your MCP API key (from AnythingMCP → Profile → MCP API Keys → New Key)
  4. Click Connect to authorize.

All tools below appear in your chat — start typing prompts.

Available tools

ToolWhat it does
invoice_ninja_list_clientsList clients with their name, contacts, balance, paid-to-date total and currency
invoice_ninja_get_clientRead one client in full: their contacts, addresses, payment terms, balance and the settings that override the company defaults for them
invoice_ninja_list_invoicesList invoices with their number, date, due date, client, amount and balance
invoice_ninja_get_invoiceRead one invoice in full: every line item with quantity, cost and tax, the totals, the balance outstanding and the payments applied
invoice_ninja_list_quotesList quotes with their number, date, client, amount and status — what is out with prospects and not yet converted into an invoice
invoice_ninja_list_paymentsList payments with their date, amount, method, client and the invoices they were applied to — the money that actually arrived
invoice_ninja_list_recurring_invoicesList recurring invoices with their frequency, next send date, client and amount — the predictable part of the revenue
invoice_ninja_list_productsList products with their key, notes, cost, price, quantity and tax settings
invoice_ninja_list_expensesList expenses with their date, vendor, category, amount and whether they have been billed to a client — the cost side of the ledger
invoice_ninja_list_projectsList projects with their name, client, budgeted hours, task rate and due date — the anchor for time and profitability questions

FAQ

Does it work with Claude Code as well as Claude Desktop? Yes — point both at https://cloud.anythingmcp.com/mcp.

Next steps

Was this guide helpful?

Your Invoice Ninja agent is one click away.

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

Related guides

connectors

How to Connect Invoice Ninja to ChatGPT — via MCP

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

connectors

How to Connect Invoice Ninja to Cursor — via MCP

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

connectors

How to Connect Invoice Ninja to Gemini — via MCP

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

connectors

Invoice Ninja to MCP — Drive Invoice Ninja from any AI Agent

Invoice Ninja: clients, invoices, quotes, recurring invoices, payments, products, expenses and projects. REST API v5 on Invoice Ninja's hosted service or your own instance, API-token auth.

connectors

How to Connect AFAS Profit to Claude — via MCP

AFAS Profit — Dutch ERP and HR: read any published GetConnector, list what is available, and inspect a connector's metadata. Token auth with AFAS's base64-wrapped XML token.

connectors

How to Connect Aruba Fatturazione Elettronica to Claude — via MCP

Aruba Fatturazione Elettronica: send and track Italian e-invoices through the Sistema di Interscambio, read received invoices and their SDI notifications. Token auth against Aruba's B2B gateway.