mcp-freebox

mipsou/mcp-freebox
★ 0 stars Go 🤖 AI/LLM Updated today
MCP server for Freebox Delta — full Freebox OS API coverage, Go, ZeroTrust
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-freebox": {
      "command": "go",
      "args": [
        "run",
        "github.com/mipsou/mcp-freebox@latest"
      ]
    }
  }
}