Back to MCP Servers

Fritzbox

Control AVM FRITZ!Box routers - manage devices, WiFi, network settings, parental controls, and schedule time-delayed actions

home-automation

Installation

npx -y fritzbox-mcp-server

Configuration

{
  "mcpServers": {
    "fritzbox-mcp-server": {
      "command": "npx",
      "args": ["-y", "fritzbox-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub

You might also like