CursorPool
← 返回首页
Frihet logo

Frihet

0

AI 原生的业务管理 MCP 服务器,提供 31 个用于开票、报销、客户、产品、报价和税务合规的工具,支持 40 种货币、OCR 和 Stripe Connect,采用 MIT 许可。

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

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