fortnox-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@fortnox-mcp-serverList all unpaid invoices"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Fortnox MCP Server
Connect AI agents to Fortnox — Sweden's largest cloud accounting platform (612,000+ customers).
Manage invoices, customers, suppliers, accounting entries, orders, and more through the Model Context Protocol.
Tools (20)
Category | Tools | Description |
Invoices |
| Create, send, and track invoices |
Customers |
| Manage your customer database |
Suppliers |
| Track bills and expenses |
Accounting |
| Journal entries and chart of accounts |
Reports |
| Company info and cost tracking |
Orders |
| Sales orders and quotes |
Related MCP server: fiken-mcp
Quick Start
1. Get a Fortnox Access Token
Sign up as a developer at developer.fortnox.se and create an integration to get your OAuth2 credentials.
2. Configure in Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"fortnox": {
"command": "npx",
"args": ["-y", "fortnox-mcp-server"],
"env": {
"FORTNOX_ACCESS_TOKEN": "your-access-token-here"
}
}
}
}3. Start Using
Ask Claude things like:
"List all unpaid invoices"
"Create an invoice for customer 1001 with 10 hours of consulting at 1500 SEK/hr"
"Show me the chart of accounts"
"What supplier invoices are overdue?"
"Create a quote for Acme AB"
Install from Source
git clone https://github.com/viggojohansson/fortnox-mcp-server.git
cd fortnox-mcp-server
npm install
npm run buildThen configure Claude Desktop to point to the local build:
{
"mcpServers": {
"fortnox": {
"command": "node",
"args": ["/path/to/fortnox-mcp-server/dist/index.js"],
"env": {
"FORTNOX_ACCESS_TOKEN": "your-access-token-here"
}
}
}
}Environment Variables
Variable | Required | Description |
| Yes | OAuth2 access token from Fortnox |
API Reference
This server wraps the Fortnox REST API v3. Rate limit: 25 requests per 5 seconds.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with the Tripletex accounting API to manage time tracking, projects, and timesheet approvals through natural language. It also supports searching and managing outgoing invoices and processing supplier invoice approvals.Last updated312
- AlicenseCqualityAmaintenanceEnables AI assistants to manage invoices, contacts, purchases, journal entries, and other accounting operations via the Fiken API.Last updated100101MIT
- Alicense-qualityBmaintenanceEnables AI assistants to manage business operations including invoicing, WooCommerce syncing, expense tracking, POS, inventory, and team management through natural language.Last updated532MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Zoho Books accounting tasks such as invoices, contacts, expenses, and sales orders through natural language.Last updated39MIT
Related MCP Connectors
AI agents for bookkeeping, reconciliation, and financial close for SMBs.
Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents.
Open-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Proviscale/fortnox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server