Nahook Mcp
About
The official Model Context Protocol server for Nahook — trigger webhooks, inspect
Details
- Author
- getnahook
- Downloads
- 326
- Categories
- Other, Developer Tools, API
Jump to
- Trigger an event and fan it out to every subscribed endpoint
- Send a webhook directly to one endpoint
- Inspect endpoints, deliveries, and per-attempt logs
- Retry failed or dead-lettered deliveries
- Manage endpoints (create, update, pause, resume — never delete)
- Write tools include destructiveHint/readOnlyHint for safety
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Nahook McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the nahook CLI via Homebrew (brew install getnahook/tap/nahook) or a curl script, run nahook login to authenticate, then configure your MCP client with {"mcpServers":{"nahook":{"command":"nahook","args":["mcp","serve"]}}}.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"nahook mcp": {
"nahook": {
"command": "nahook",
"args": [
"mcp",
"serve"
]
}
}
}
}
McpServers
{
"nahook": {
"command": "nahook",
"args": [
"mcp",
"serve"
]
}
}
Nahook MCP
The official Model Context Protocol server for Nahook — drive webhook deliveries, endpoints, and event triggers from Claude Desktop, Cursor, Cline, Zed, and any other MCP-compatible AI assistant.What it does
- Trigger an event and fan it out to every subscribed endpoint - Send a webhook directly to one endpoint - Inspect endpoints, deliveries, and per-attempt logs to debug failures - Retry failed or dead-lettered deliveries - Manage endpoints (create, update, pause, resume — never delete, by design) Write tools carry MCPdestructiveHint/readOnlyHint annotations, so your client prompts for approval before anything changes state.
Install
The server ships as a subcommand of thenahook CLI:
\\\sh
brew install getnahook/tap/nahook # or: curl -fsSL https://cli.nahook.com/install.sh | sh
nahook login
\\\
Configure your client
\\\json
{
"mcpServers": {
"nahook": {
"command": "nahook",
"args": ["mcp", "serve"]
}
}
}
\\\
Docs: https://docs.nahook.com/mcp
(It supports markdown, so headings/code fences render nicely.) Paste that, and you're done with mcp.so.Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





