alarm-server-mcp

afterdarksys/alarm-server-mcp
★ 0 stars JavaScript 🤖 AI/LLM Updated 8d ago
macOS alarm MCP server — set alarms via LaunchAgents, fires even when Mac is asleep
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": {
    "alarm-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "afterdarksys/alarm-server-mcp"
      ]
    }
  }
}