Skip to content
Claude Desktop

facturx toolkit for Claude Desktop

io.github.cedrickouma/facturx-toolkit

Validate, extract, repair and generate French Factur-X / EN16931 invoices via AgentForge API

client:Claude Desktop transport:streamable-http runtime:npm

Install facturx toolkit in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "facturx-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://apim-agentforge-6lfm33.azure-api.net/facturx/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

facturx toolkit in other clients