mcpbeat Sign in

AnyHook (moved) MCP Server

local only

AnyHook (moved) runs on your own machine — the client starts it, so there is no endpoint to ping. 48 installs a week from npm. Last commit 17 Sep 2026.

Moved to net.anyhook/anyhook. Webhook relay for agents: keyless quickstart, replay, mock.

Installs per day peak 279 · avg 12 · -87% w/w
a month agotoday
48
Installs / week
npm · anyhook-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check AnyHook (moved) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y anyhook-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "anyhook-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "anyhook-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "anyhook-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "anyhook-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANYHOOK_API_KEY (Personal API key from anyhook.net/dashboard/settings/api-keys. Starts with ahk_live_. Optional: without it, the anyhook_quickstart tool can self-provision an account, or tools run against an in-memory store for local dev.), ANYHOOK_API_BASE (Override the API base URL. Defaults to https://anyhook.net. Used by self-hosted AnyHook installations.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AnyHook (moved)

same job, measured the same way
AnyHook
by anyhook

A webhook inbox for agents: one call returns a live URL. Mock, verify, inspect and replay.

11 tools answering
FlurryPORT
by flurryport

Webhook capture and replay, delivery pipes, and signed multi-agent rooms. No signup to start.

229 installs/wk local only
Webhook Studio
by webhook-studio

Keyless webhook endpoints: capture, wait, replay, forward, and generate types from real traffic.

17 tools answering
Webhook AI MCP
by csoai-org

Webhook Ai tools for AI agents. Capabilities: validate webhook signature, log webhook event, replay

141 installs/wk local only
Agent Email List — Free SMTP Relay for AI Agents
by agentemaillist-ai

Free transactional email + SMTP relay. Agents self-signup, no API key needed to start.

8 tools answering
Otterkit
by useotterkit

Tunnels and webhooks for AI agents: capture, await, verify, replay, and send signed test events.

117 installs/wk local only
MCP Quickstart
by achsaf6

quickstart for mcp deployment

23 installs/wk local only
Web Search
by hec-ovi

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

198 installs/wk local only

AnyHook (moved) — questions

Answers built from our own checks of this server.

Why is there no uptime for AnyHook (moved)?
AnyHook (moved) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package anyhook-mcp was installed 48 times last week.
How do I connect AnyHook (moved)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls anyhook-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AnyHook (moved)?
The npm package anyhook-mcp was installed 48 times in the last week. Week over week that is -87%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AnyHook (moved) open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.