screentime-mcp

AgentDank/screentime-mcp
★ 14 stars Go 🗄️ Database Updated 9d ago
SQL-based MCP server for Apple Screen Time
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": {
    "screentime-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/AgentDank/screentime-mcp@latest"
      ]
    }
  }
}