Frihet ERP
Rank #8,828io.frihet/erp
AI-native ERP MCP: ES/EU fiscal compliance (VeriFactu/TicketBAI/Facturae), invoicing, tax, banking
Frihet ERP is a Model Context Protocol (MCP) server published by frihet-io. It ranks #8,828 of 115,591 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Frihet ERP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 10 tracked versions. It was first listed on Feb 12, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 106,763 of 115,591 servers on MCP Toplist.
Use Frihet ERP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http erp https://mcp.frihet.io/mcpclaude mcp add erp -- npx -y @frihet/mcp-server[mcp_servers.erp]
url = "https://mcp.frihet.io/mcp"Add to ~/.codex/config.toml.
[mcp_servers.erp]
command = "npx"
args = ["-y", "@frihet/mcp-server"]Add to ~/.codex/config.toml.
https://mcp.frihet.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"erp": {
"command": "npx",
"args": [
"-y",
"@frihet/mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"erp": {
"url": "https://mcp.frihet.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"erp": {
"command": "npx",
"args": [
"-y",
"@frihet/mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"erp": {
"type": "http",
"url": "https://mcp.frihet.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"erp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@frihet/mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"erp": {
"serverUrl": "https://mcp.frihet.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"erp": {
"command": "npx",
"args": [
"-y",
"@frihet/mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"erp": {
"url": "https://mcp.frihet.io/mcp"
}
}
}{
"mcpServers": {
"erp": {
"command": "npx",
"args": [
"-y",
"@frihet/mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.frihet%2Ferp)<a href="https://mcptoplist.com/server/io.frihet%2Ferp"><img src="https://mcptoplist.com/badge/io.frihet%2Ferp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
frihet-io
Available versions (10)
| Version | Published |
|---|---|
| 1.17.0 | Aug 30, 2026 |
| 1.16.1 | Jul 21, 2026 |
| 1.15.1 | Jul 18, 2026 |
| 1.14.5 | Jun 23, 2026 |
| 1.14.0 | Jun 15, 2026 |
| 1.12.0 | Jun 10, 2026 |
| 1.5.3 | Mar 25, 2026 |
| 1.5.2 | Mar 25, 2026 |
| 1.5.1 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Frihet ERP?
- Frihet ERP is maintained by frihet-io, which publishes 4 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Frihet ERP listed on the Official MCP Registry?
- Yes — Frihet ERP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Frihet ERP have?
- MCP Toplist tracks 10 versions of Frihet ERP, most recently published on Aug 30, 2026.
- Where can I find the source code for Frihet ERP?
- The source code for Frihet ERP is hosted at github.com/frihet-io/frihet-mcp.