Fortnox Accounting MCP Server
MCP server for Fortnox — Sweden's largest cloud accounting platform (612K+ customers). Manage invoices, customers, suppliers, accounting, and more via AI agents.
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 | list_invoices, get_invoice, create_invoice, send_invoice, get_invoice_payments | Create, send, and track invoices |
| Customers | list_customers, get_customer, create_customer | Manage your customer database |
| Suppliers | list_supplier_invoices, get_supplier, create_supplier_invoice | Track bills and expenses |
| Accounting | list_vouchers, create_voucher, get_accounts, get_financial_year | Journal entries and chart of accounts |
| Reports | get_company_info, list_projects, list_cost_centers | Company info and cost tracking |
| Orders | list_orders, create_offer | Sales orders and quotes |
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 build
Then 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 |
|---|---|---|
FORTNOX_ACCESS_TOKEN | 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
相關伺服器
Pollinations
Multimodal MCP server for generating images, audio, and text with no authentication required
Airplane.Live MCP Server
MCP server that connects to the Airplanes.live API to provide real-time flight and aircraft data for analysis or visualization.
OilPriceAPI
Real-time oil, gas, and commodity prices. 40+ energy commodities with natural language queries, price subscriptions, and analyst prompts.
Refgrow MCP Server
MCP server for managing affiliate and referral programs. Track referrals, manage affiliates, process conversions, and handle payouts through AI assistants.
GuanXing (观星) — Chinese Metaphysics AI Tools
MCP server for AI-powered Chinese metaphysics — BaZi (八字), Tarot, I-Ching, Feng Shui, fortune telling, dream interpretation, and more. 12 tools for spiritual exploration.
Scenario Word
A server for the scenario-word MCP, built with the mcp-framework.
PostalDataPI MCP Server
Global postal code lookups, validation, and city search for 70+ countries. Sub-10ms responses.
FatSecret
Server that connects Claude/Cursor to the FatSecret Platform API. Search foods, track your diet, manage recipes, and monitor weight directly from your AI assistant.
FreightUtils MCP Server
11 freight logistics tools for AI agents — ADR dangerous goods lookup (2,939 UN entries, UNECE ADR 2025), HS code search (6,940 codes, WCO HS 2022), airline codes (6,352 with AWB prefixes), LDM/CBM/chargeable weight calculators, pallet fitting, container capacity, INCOTERMS 2020, unit converter, and ADR 1.1.3.6 exemption calculator. Free REST APIs + remote MCP endpoint.
MCP Server Market
A centralized repository for discovering and utilizing Model Context Protocol (MCP) servers.