1. Conduid
  2. Automation
  3. webhook
MCP server · Automation

webhook

Generic Webhook MCP Server

42Fair

Scored 3 months ago · breakdown

About webhook

webhook is an MCP server published by git+kevinwatt in the Automation category: generic Webhook MCP Server. It has been installed 0 times through Conduid.

Install

Install
npx @kevinwatt/mcp-webhook
Claude Code
claude mcp add webhook -- npx -y @kevinwatt/mcp-webhook
npx
npx -y @kevinwatt/mcp-webhook

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about webhook

Powered by Claude · Grounded in docs

I know everything about webhook. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

🪝 mcp-webhook

A powerful MCP server that enables webhook messaging capabilities for your AI agents

npm version smithery badge Node.js Version MseeP.ai Security Assessment

Send messages to any webhook endpoint through Claude, Dive, and other MCP-compatible AI systems. Perfect for notifications, alerts, and automated messaging.

FeaturesInstallationToolsUsageConfiguration


✨ Features

🌐 Generic Webhook Support

  • Works with any webhook endpoint
  • Compatible with Discord, Slack, Mattermost
  • Custom HTTP POST requests
  • JSON payload formatting

🎨 Customization

  • Custom display name (username)
  • Avatar URL support
  • Flexible message content
  • Easy integration with any platform

🔌 MCP Integration

  • Works with Dive Desktop
  • Claude Desktop compatible
  • Cursor, VS Code support
  • Any MCP-compatible LLM

🛡️ Simple & Secure

  • Minimal configuration
  • Environment variable support
  • No tracking or analytics
  • MIT licensed


🚀 Installation

Getting Started

Add the following config to your MCP client:

{
  "mcpServers": {
    "webhook": {
      "command": "npx",
      "args": ["-y", "@kevinwatt/mcp-webhook"],
      "env": {
        "WEBHOOK_URL": "your-webhook-url"
      }
    }
  }
}

MCP Client Configuration

  1. Open Dive Desktop
  2. Click "+ Add MCP Server"
  3. Paste the config provided above
  4. Click "Save" and you're ready!

Use the Claude Code CLI to add the webhook MCP server (guide):

claude mcp add webhook -- npx @kevinwatt/mcp-webhook

Then set the webhook URL in your environment or config.

Add to your claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "webhook": {
      "command": "npx",
      "args": ["-y", "@kevinwatt/mcp-webhook"],
      "env": {
        "WEBHOOK_URL": "your-webhook-url"
      }
    }
  }
}

Go to Cursor Settings -> MCP -> New MCP Server. Use the config provided above.

Install via the VS Code CLI:

code --add-mcp '{"name":"webhook","command":"npx","args":["-y","@kevinwatt/mcp-webhook"],"env":{"WEBHOOK_URL":"your-webhook-url"}}'

Or follow the MCP install guide with the standard config from above.

Follow the configure MCP guide using the standard config from above.

Follow Cline MCP configuration guide and use the config provided above.

Go to Settings | AI | Manage MCP Servers -> + Add to add an MCP Server. Use the config provided above.

Go to Settings | Tools | AI Assistant | Model Context Protocol (MCP) -> Add. Use the config provided above.

Installing via Smithery

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

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

Manual Installation

npm install -g @kevinwatt/mcp-webhook

🛠️ Available Tools

Send a message to the configured webhook endpoint

  • Parameters:
    • content (string, required): Message content to send
    • username (string, optional): Custom display name
    • avatar_url (string, optional): Custom avatar URL
  • Returns: Success/failure status

💡 Usage Examples

Basic Messages

"Send a message to webhook: Hello World!"
"Send 'Build completed successfully' to the webhook"
"Notify the team: Deployment finished"

Custom Username

"Send a message with username 'Deploy Bot': Production update complete"
"Send content='Server restarted', username='System Monitor'"

With Avatar

"Send a message with custom avatar: content='Alert!', avatar_url='https://example.com/alert.png'"

Automation Examples

"Send a webhook message when the build completes"
"Notify via webhook: All tests passed!"
"Send deployment status to the webhook channel"

🔧 Configuration

Environment Variables

Variable Description Required
WEBHOOK_URL The webhook endpoint URL Yes

Example Configurations

Discord Webhook:

{
  "env": {
    "WEBHOOK_URL": "https://discord.com/api/webhooks/..."
  }
}

Slack Incoming Webhook:

{
  "env": {
    "WEBHOOK_URL": "https://hooks.slack.com/services/..."
  }
}

Mattermost Webhook:

{
  "env": {
    "WEBHOOK_URL": "https://your-mattermost.com/hooks/..."
  }
}

🏗️ Architecture

Built With

  • MCP SDK - Model Context Protocol
  • Axios - HTTP client
  • TypeScript - Type safety and developer experience

Key Features

  • Simple: Minimal setup, just provide a webhook URL
  • Flexible: Works with any webhook-compatible service
  • Type-Safe: Full TypeScript support
  • Lightweight: Minimal dependencies

🤝 Contributing

Contributions are welcome!

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📝 License

This project is licensed under the MIT License - see the LICENSE file for details.


🙏 Acknowledgments

  • Anthropic - For the Model Context Protocol
  • Dive - MCP-compatible AI platform

📚 Related Projects


⬆ Back to Top

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About webhook

How do I install webhook?

Run npx @kevinwatt/mcp-webhook, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is webhook safe to use with an AI agent?

Its trust score is 42 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is webhook still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.