HomeFinance › fortnox-mcp

fortnox-mcp

MCP server for Fortnox Swedish accounting API integration

TypeScript
★ 40 stars Last pushed 2026-04-28 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.0)

npx -y fortnox-mcp-server@1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "fortnox-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fortnox-mcp-server@1.0.0"
      ],
      "env": {
        "FORTNOX_CLIENT_ID": "<YOUR_VALUE>",
        "FORTNOX_CLIENT_SECRET": "<YOUR_VALUE>",
        "FORTNOX_REFRESH_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • FORTNOX_CLIENT_ID required secret — Your Fortnox app client ID from developer.fortnox.se
  • FORTNOX_CLIENT_SECRET required secret — Your Fortnox app client secret
  • FORTNOX_REFRESH_TOKEN required secret — OAuth2 refresh token obtained from Fortnox authorization flow

Related servers

Data from the Official MCP Registry