Frihet MCP Server

AI-native MCP server for Frihet ERP — 157 tools: invoicing, expenses, CRM, banking, POS + ES/EU fiscal compliance (VeriFactu, TicketBAI, Facturae).

Remote serverstreamable-httpGo

What is the Frihet MCP MCP server?

AI-native MCP server for Frihet ERP — 157 tools: invoicing, expenses, CRM, banking, POS + ES/EU fiscal compliance (VeriFactu, TicketBAI, Facturae). Zero-install at mcp.frihet.io. Works with Claude, ChatGPT, Cursor, Windsurf, Cline & any. That is what the frihet mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

An MCP server that connects your AI assistant to Frihet. Create invoices by talking. Query expenses in natural language. Manage your entire business from your IDE.

The tools it exposes

The server publishes 5 tools. What each one is for:

  • Invoicing — The Invoicing tool exposed by this server
  • Expenses — The Expenses tool exposed by this server
  • Clients — The Clients tool exposed by this server
  • Quotes — The Quotes tool exposed by this server
  • Webhooks — The Webhooks tool exposed by this server

Getting it running

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

What it needs from you

Configuration is passed through the environment: FRIHET_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Frihet MCP's toolset — Invoicing, Expenses, Clients and 2 more — is a fair guide to whether it matches your workflow. It is maintained by berthelius; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
InvoicingThe Invoicing tool exposed by this server.
ExpensesThe Expenses tool exposed by this server.
ClientsThe Clients tool exposed by this server.
QuotesThe Quotes tool exposed by this server.
WebhooksThe Webhooks tool exposed by this server.

How to install the Frihet MCP MCP server

{
  "mcpServers": {
    "frihet": {
      "command": "npx",
      "args": ["-y", "@frihet/mcp-server"],
      "env": {
        "FRIHET_API_KEY": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
FRIHET_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Frihet MCP to Invoicing.
  • Use Frihet MCP to Expenses.
  • Use Frihet MCP to Clients.

Frequently asked questions

It connects Frihet MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Invoicing, Expenses, Clients, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Frihet MCP directly.