FRITZ!Box MCP Server
Control AVM FRITZ!Box routers - manage devices, WiFi, network settings, parental controls, and schedule time-delayed actions
FRITZ!Box MCP Server
Model Context Protocol (MCP) server for FRITZ!Box routers.
This repository contains release binaries. For source code, documentation, and issues, see: https://github.com/kambriso/fritz-mcp
Installation
Download the latest release for your platform from the Releases page.
Linux / macOS
# Download and extract
curl -L https://github.com/kambriso/fritzbox-mcp-server/releases/latest/download/fritz-mcp-linux-amd64.tar.xz | tar xJ
# Make executable and move to PATH
chmod +x fritz-mcp
sudo mv fritz-mcp /usr/local/bin/
Windows
Download fritz-mcp-windows-amd64.zip, extract, and run fritz-mcp.exe.
Configuration
Create ~/.config/fritz-mcp/.env:
FRITZ_HOST=fritz.box
FRITZ_PORT=49000
FRITZ_USERNAME=your-username
FRITZ_PASSWORD=your-password
Technical Notes
This server uses the community MCP SDK (mark3labs/mcp-go) instead of the official SDK due to Claude Code compatibility issues. The official SDK (modelcontextprotocol/go-sdk) has known issues with tool detection in Claude Code (#395, #200) related to initialization timing and schema generation.
License
Business Source License 1.1 - See LICENSE for details.
Change License: Apache License 2.0 (effective 2028-11-25)
Related Servers
Context Lens
Semantic search knowledge base for MCP-enabled AI assistants
Web-Algebra
Suite of generic Linked Data/SPARQL as well as LinkedDataHub-specific MCP tools
Loxone MCP Server
An MCP server for Loxone home automation systems, allowing AI assistants to control lights, blinds, sensors, and weather.
Send247 Human Logistics
Human Logistics in the AI Layer
Nanoleaf MCP Server
A server for controlling Nanoleaf smart lights using the Model Context Protocol.
Quiz MCP
MCP server for interactive quizzes
Smart Home Device Control
Control smart home devices and query information by connecting large models to smart home backend APIs.
RuneScape
Interact with RuneScape (RS) and Old School RuneScape (OSRS) data, including item prices and player hiscores.
NBA MCP Server
Provides NBA statistics and live game data using the Model Context Protocol (MCP).
Weather MCP
An API for AI models to fetch weather data.