mcpbeat Sign in

Feedhook MCP Server

local only

Feedhook MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 49 installs a week from npm. Last commit 17 Jun 2026.

Turn a YouTube channel into a webhook: a signed HTTP POST seconds after every new video.

Installs per day peak 27 · avg 9 · -51% w/w
a month agotoday
49
Installs / week
npm · feedhook-mcp
0
Stars
0 open issues
17 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Feedhook MCP 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 feedhook-mcp -- npx -y feedhook-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "feedhook-mcp": {
      "args": [
        "-y",
        "feedhook-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.feedhook-mcp]
command = "npx"
args = ["-y", "feedhook-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "feedhook-mcp": {
      "args": [
        "-y",
        "feedhook-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "feedhook-mcp": {
      "args": [
        "-y",
        "feedhook-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FEEDHOOK_API_KEY (Feedhook account API key (create one free via the create_account tool or POST https://feedhook.walls.sh/accounts)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Feedhook MCP

same job, measured the same way
ViralSpin
by viralspin

AI video editing + publishing: turn clips into vertical shorts, post to TikTok/Instagram/YouTube.

answering
YouTube
by mcp-dir

Search, video, channel, playlist, comments, trending and related items from YouTube. Hosted by the p

35 tools answering
Lumiclip
by lumiclip

Turn YouTube videos into short-form clips from any AI assistant

42 installs/wk local only
Crabcut
by realcrabcut

Turn YouTube videos into short-form clips from any AI assistant

41 installs/wk local only
Youtube Organic MCP
by lanternrow

YouTube organic analytics — channel stats, video performance, watch time & audience insights.

24 installs/wk local only
Youtube Growth
by dapdip

Audits any YouTube channel against its own history. Every claim carries its sample size.

5 tools answering
Slopcheck
by vercel-slopcheck-one

Score a YouTube channel's upload pattern against YouTube's inauthentic-content policy.

1 tools answering
Qpost MCP
by arslan2012

MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.

34 installs/wk answering

Feedhook MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Feedhook MCP?
Feedhook MCP 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 feedhook-mcp was installed 49 times last week.
How do I connect Feedhook MCP?
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 feedhook-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Feedhook MCP?
The npm package feedhook-mcp was installed 49 times in the last week. Week over week that is -51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Feedhook MCP open source?
Yes — it is published under the MIT licence, written in JavaScript 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.