The Fortnox MCP server integrates with the Fortnox Swedish accounting system, allowing LLMs to manage invoices, customers, suppliers, orders, and more while providing business intelligence analytics.
From the registry: MCP server for Fortnox Swedish accounting API integration
Please install the `fortnox` MCP server into my current AI client (that's you).
Optional prerequisites:
- Fortnox credentials (local mode) — If self-hosting, register at Fortnox Developer Portal, create an app, complete OAuth2 flow for a refresh token (https://developer.fortnox.se)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","fortnox-mcp-server"]
- required environment variables:
- `FORTNOX_CLIENT_ID`: Fortnox app client ID (example: `<your-fortnox-client-id>`)
- `FORTNOX_CLIENT_SECRET`: Fortnox app client secret (example: `<your-fortnox-client-secret>`)
- `FORTNOX_REFRESH_TOKEN`: OAuth2 refresh token (auto-persisted after first use) (example: `<your-refresh-token>`)
- optional environment variables:
- `TRANSPORT`: stdio or http (example: `stdio`)
- `PORT`: HTTP port (example: `3000`)
Note: Two modes: Remote (recommended) uses hosted https://fortnox-mcp.vercel.app/mcp with browser OAuth — no credentials needed. Local mode requires Fortnox app credentials as env vars.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.FORTNOX_CLIENT_IDrequiredYour Fortnox app client IDFORTNOX_CLIENT_SECRETrequiredYour Fortnox app client secretFORTNOX_REFRESH_TOKENrequiredOAuth2 refresh token (only needed for initial setup; automatically persisted after first use)AUTH_MODErequiredSet to 'remote'SERVER_URLrequiredPublic URL of your serverJWT_SECRETrequiredSecret for signing JWT tokensUPSTASH_REDIS_REST_URLrequiredUpstash Redis URL for token storageUPSTASH_REDIS_REST_TOKENrequiredUpstash Redis tokenSEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server integrating with Stripe - tools for customers, products, payments, and more.