Loading languages...
AL

alertmcp

@kousunh1

An MCP tool that provides desktop notification functionality. You can send notifications from AI client tools like Claude and Cursor.

desktop-notifications
ai-client-integration
python

# mcpServer Config

{
  "mcpServers": {
    "alert_mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "<YOUR_ALERT_MCP_PATH>",
        "run",
        "python",
        "-m",
        "alertmcp.server"
      ],
      "alwaysAllow": [
        "add"
      ],
      "disabled": false
    }
  }
}

# stdio

uv --directory <YOUR_ALERT_MCP_PATH> run python -m alertmcp.server
Transport:
stdio
Idioma:
Python
Creado:4/26/2025
Actualizado:5/6/2025