Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Webhook Mcp

    A Model Context Protocol (MCP) server that sends webhook notifications when called.

    1 stars
    JavaScript
    Updated Jun 23, 2025
    mcp
    mcp-server
    notification
    webhook

    Table of Contents

    • Configuration
    • Installing via Smithery
    • Claude & Cursor & Windsurf
    • VS Code
    • Environment Variables
    • Parameters
    • Development
    • Publishing

    Table of Contents

    • Configuration
    • Installing via Smithery
    • Claude & Cursor & Windsurf
    • VS Code
    • Environment Variables
    • Parameters
    • Development
    • Publishing

    Documentation

    Webhook MCP Server

    Install in VS Code Install in VS Code Insiders

    Install in VS Code Install in VS Code Insiders

    smithery badge

    A Model Context Protocol (MCP) server that sends webhook notifications when called.

    You can use this server with webhook notification services like Echobell to get notified when long-running tasks are completed. Simply configure the server with your Echobell webhook URL (or another service's URL) and instruct your AI assistant to "send me a notification when it's done" within your task prompts.

    Configuration

    There are several ways to configure the MCP server:

    Installing via Smithery

    To install Webhook MCP Server for Claude Desktop automatically via Smithery:

    bash
    npx -y @smithery/cli install @noobnooc/webhook-mcp --client claude

    Claude & Cursor & Windsurf

    Configure Claude, Cursor or Windsurf to use the MCP server by adding this to your configuration:

    • With NPM:
    json
    {
      "mcpServers": {
        "notification": {
          "command": "npx",
          "args": ["-y", "webhook-mcp"],
          "env": {
            "WEBHOOK_URL": "your-webhook-url-here"
          }
        }
      }
    }
    • With Docker:
    json
    {
      "mcpServers": {
        "notification": {
          "command": "docker",
          "args": [
            "run",
            "-i",
            "--rm",
            "-e",
            "WEBHOOK_URL",
            "noobnooc/webhook-mcp"
          ],
          "env": {
            "WEBHOOK_URL": ""
          }
        }
      }
    }

    VS Code

    Add the following configuration to your VS Code settings.json:

    • With NPM:
    json
    {
      "mcp": {
        "servers": {
          "notification": {
            "command": "npx",
            "args": ["-y", "webhook-mcp"],
            "env": {
              "WEBHOOK_URL": "your-webhook-url-here"
            }
          }
        }
      }
    }
    • With Docker:
    json
    {
      "mcp": {
        "servers": {
          "notification": {
            "command": "docker",
            "args": [
              "run",
              "-i",
              "--rm",
              "-e",
              "WEBHOOK_URL",
              "noobnooc/webhook-mcp"
            ],
            "env": {
              "WEBHOOK_URL": ""
            }
          }
        }
      }
    }

    Environment Variables

    • WEBHOOK_URL (required): The URL where webhook notifications will be sent

    Parameters

    The webhook can be called with optional parameters:

    • message: Custom message to include in the webhook payload
    • url: External URL to include in the webhook payload as externalLink

    Development

    To build the project:

    bash
    npm install
    npm run build

    To run with the MCP inspector for debugging:

    bash
    npm run inspector

    Publishing

    To build and publish the package:

    bash
    npm run publish

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • MC

      Mcp Open Library

      TypeScript·
      42
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • MC

      Mcp Open Library

      TypeScript·
      42
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k