io.github.jakobwennberg/fortnox MCP Server
io.github.jakobwennberg/fortnox
What is the io.github.jakobwennberg/fortnox MCP server?
MCP server for Fortnox Swedish accounting API integration
How to install io.github.jakobwennberg/fortnox
Copy-paste configuration for popular MCP clients.
FORTNOX_CLIENT_IDrequiredsecretYour Fortnox app client ID from developer.fortnox.se
FORTNOX_CLIENT_SECRETrequiredsecretYour Fortnox app client secret
FORTNOX_REFRESH_TOKENrequiredsecretOAuth2 refresh token obtained from Fortnox authorization flow
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"servers": {
"fortnox": {
"type": "stdio",
"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>"
}
}
}
}claude mcp add fortnox --env FORTNOX_CLIENT_ID=<YOUR_FORTNOX_CLIENT_ID> --env FORTNOX_CLIENT_SECRET=<YOUR_FORTNOX_CLIENT_SECRET> --env FORTNOX_REFRESH_TOKEN=<YOUR_FORTNOX_REFRESH_TOKEN> -- npx -y fortnox-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.