Connector guide2-minute read10 MCP toolsEN · DE · IT

Fortnox mit Cursor verbinden — über MCP

Fortnox — the Swedish SMB accounting standard: customers, invoices, supplier invoices, articles, orders, vouchers and the account chart. REST API v3, OAuth 2.0.

HCBy HelpCode teamAktualisiert 2 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

Fortnox

Fortnox

Fortnox — the Swedish SMB accounting standard: customers, invoices, supplier invoices, articles, orders, vouchers and the account chart. REST API v3, OAuth 2.0.

Tools

10

Region

SE

Kategorie

Accounting

Authentifizierung

OAuth 2.0

Benötigte Env-Vars

FORTNOX_CLIENT_IDFORTNOX_CLIENT_SECRETFORTNOX_REFRESH_TOKEN
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge Fortnox mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

Fortnox — the Swedish SMB accounting standard: customers, invoices, supplier invoices, articles, orders, vouchers and the account chart. REST API v3, OAuth 2.0.

Frag einfach

Beispiel-Prompts für Fortnox

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

Fortnox · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → Fortnox klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

Fortnox + Cursor

Fortnox — the Swedish SMB accounting standard: customers, invoices, supplier invoices, articles, orders, vouchers and the account chart. REST API v3, OAuth 2.0.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

FORTNOX_CLIENT_ID, FORTNOX_CLIENT_SECRET, FORTNOX_REFRESH_TOKEN

Schritt 1 — Zugangsdaten holen

Getting a token

  1. Register at the Fortnox Developer Portal and create an integration. You receive a client id and client secret.
  2. Run the authorization-code flow once for the customer's Fortnox account, asking for the scopes you need — invoice, customer, article, order, supplierinvoice, bookkeeping, settings. Keep the refresh token.
  3. Set FORTNOX_CLIENT_ID, FORTNOX_CLIENT_SECRET and FORTNOX_REFRESH_TOKEN. AnythingMCP refreshes the access token on its own.

…(continued in the in-app connector instructions)

Schritt 2 — Adapter installieren

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

Schritt 3 — Connector in Cursor hinzufügen

Cursor liest MCP-Server aus ~/.cursor/mcp.json. Füge diesen Eintrag hinzu:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und Cursor neu starten.
  3. Cursor → Einstellungen → MCP öffnen und prüfen, ob Fortnox als "Connected" gelistet ist.
  4. Chatten — alle Fortnox-Tools sind aufrufbar.

Verfügbare Tools

ToolWhat it does
fortnox_get_company_settingsRead the connected company's settings: name, organisation number, VAT number, address and currency
fortnox_list_customersList customers with their number, name, organisation number, address and payment terms
fortnox_get_customerRead one customer by their customer number, with addresses, delivery defaults, VAT settings and price list
fortnox_list_invoicesList invoices with their number, date, due date, customer, total and balance
fortnox_get_invoiceRead one invoice in full: every row with article, quantity, price and VAT, the totals, the payment terms and the balance outstanding
fortnox_list_supplier_invoicesList supplier invoices with their supplier, date, due date, total and payment state — the payables side of the ledger
fortnox_list_ordersList sales orders with their number, customer, date, delivery state and total, for the pipeline between quote and invoice
fortnox_list_articlesList articles with their number, description, sales price, purchase price, stock quantity and unit
fortnox_list_vouchersList bookkeeping vouchers in a financial year with their series, number, date and description — the ledger underneath the documents
fortnox_list_accountsList the chart of accounts for a financial year with each account's number, description, VAT code and balance-carry setting

FAQ

Unterstützt Cursor benutzerdefinierte MCP-Server im Free-Tier? Ja — MCP ist auf Hobby, Pro und Business verfügbar.

Nächste Schritte

War dieser Guide hilfreich?

Your Fortnox agent is one click away.

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

Verwandte Anleitungen