Loading MCP server directory, please wait...
MCP server for Fortnox Swedish accounting API integration
npx @getmcp/cli add io.github.jakobwennberg/fortnoxRequires Node.js 18+. Community-contributed server. Review source before installing.
FORTNOX_CLIENT_IDYour Fortnox app client ID from developer.fortnox.se
FORTNOX_CLIENT_SECRETYour Fortnox app client secret
FORTNOX_REFRESH_TOKENOAuth2 refresh token obtained from Fortnox authorization flow
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jakobwennberg/fortnox": {
"command": "npx",
"args": [
"-y",
"fortnox-mcp-server"
],
"env": {
"FORTNOX_CLIENT_ID": "",
"FORTNOX_CLIENT_SECRET": "",
"FORTNOX_REFRESH_TOKEN": ""
}
}
}
}