MCP Server
MCP
io.github.jakobwennberg/fortnox
MCP server for Fortnox Swedish accounting API integration
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "fortnox-mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Fortnox app client ID from developer.fortnox.se",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FORTNOX_CLIENT_ID"
},
{
"description": "Your Fortnox app client secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FORTNOX_CLIENT_SECRET"
},
{
"description": "OAuth2 refresh token obtained from Fortnox authorization flow",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FORTNOX_REFRESH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment