drio
Open app

MCP Notify Server

Source

Catalog onlyCatalog onlySTDIO

Overview

The mcp-notify-server is a notification server designed to handle and manage notifications for various applications and services.

To use mcp-notify-server, set it up on your server environment, configure the necessary parameters, and integrate it with your applications to send and receive notifications.

  • Real-time notification handling - Easy integration with various applications - Support for multiple notification types
  1. Sending alerts and notifications for system events.
  2. Integrating with chat applications to provide real-time updates.
  3. Managing user notifications for web and mobile applications.

Add to your AI client

Use these steps to connect MCP Notify Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-notify-server-mkusaka": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notify-server-mkusaka"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-notify-server-mkusaka": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notify-server-mkusaka"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-notify-server-mkusaka": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notify-server-mkusaka"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-notify-server-mkusaka": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notify-server-mkusaka"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-notify-server-mkusaka": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notify-server-mkusaka"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-notify-server-mkusaka": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-notify-server-mkusaka"
      ]
    }
  }
}

FAQ

What types of notifications can mcp-notify-server handle?

mcp-notify-server can handle various types of notifications including alerts, messages, and updates from different applications.

Is mcp-notify-server open source?

Yes! mcp-notify-server is open source and available under the MIT license.

How can I contribute to mcp-notify-server?

You can contribute by submitting issues, feature requests, or pull requests on the GitHub repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3619,"uuid":"af781613-73d9-48c9-9423-ca662226c6df","name":"mcp-notify-server","title":"MCP Notify Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/24956031?v=4","created_at":"$D2025-03-20T16:39:17.409Z","updated_at":"$D2025-03-20T17:03:40.018Z","status":"created","author_name":"mkusaka","author_avatar_url":"https://avatars.githubusercontent.com/u/24956031?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mkusaka/mcp-notify-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"MIT license\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-22 17:04:03\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]