← Index

io.github.jakobwennberg/fortnox

io.github.jakobwennberg/fortnox·v1.0.0·Other
Quality Score
80
/100

MCP server for Fortnox Swedish accounting API integration

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "fortnox": {
      "command": "npx",
      "args": [
        "-y",
        "fortnox-mcp-server"
      ],
      "env": {
        "FORTNOX_CLIENT_ID": "<your-fortnox_client_id>",
        "FORTNOX_CLIENT_SECRET": "<your-fortnox_client_secret>",
        "FORTNOX_REFRESH_TOKEN": "<your-fortnox_refresh_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "fortnox": {
      "command": "npx",
      "args": [
        "-y",
        "fortnox-mcp-server"
      ],
      "env": {
        "FORTNOX_CLIENT_ID": "<your-fortnox_client_id>",
        "FORTNOX_CLIENT_SECRET": "<your-fortnox_client_secret>",
        "FORTNOX_REFRESH_TOKEN": "<your-fortnox_refresh_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y fortnox-mcp-server
§02  Environment variables
FORTNOX_CLIENT_ID
requiredsecret

Your Fortnox app client ID from developer.fortnox.se

FORTNOX_CLIENT_SECRET
requiredsecret

Your Fortnox app client secret

FORTNOX_REFRESH_TOKEN
requiredsecret

OAuth2 refresh token obtained from Fortnox authorization flow

§03  MCP Quality Score  ·  methodology
freshness
20
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other