feedhook-mcp
Rank #48,383io.github.patwalls/feedhook-mcp
Turn a YouTube channel into a webhook: a signed HTTP POST seconds after every new video.
feedhook-mcp is a Model Context Protocol (MCP) server published by patwalls. It ranks #48,383 of 115,591 servers tracked on MCP Toplist. feedhook-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jun 11, 2026 and most recently updated on Jun 11, 2026.
Ranks ahead of 67,208 of 115,591 servers on MCP Toplist.
Use feedhook-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add feedhook-mcp -e "FEEDHOOK_API_KEY=<your FEEDHOOK_API_KEY>" -- npx -y feedhook-mcpReplace each placeholder with your own value before saving.
[mcp_servers.feedhook-mcp]
command = "npx"
args = ["-y", "feedhook-mcp"]
[mcp_servers.feedhook-mcp.env]
FEEDHOOK_API_KEY = "<your FEEDHOOK_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feedhook-mcp": {
"command": "npx",
"args": [
"-y",
"feedhook-mcp"
],
"env": {
"FEEDHOOK_API_KEY": "<your FEEDHOOK_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feedhook-mcp": {
"command": "npx",
"args": [
"-y",
"feedhook-mcp"
],
"env": {
"FEEDHOOK_API_KEY": "<your FEEDHOOK_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"feedhook-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"feedhook-mcp"
],
"env": {
"FEEDHOOK_API_KEY": "<your FEEDHOOK_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feedhook-mcp": {
"command": "npx",
"args": [
"-y",
"feedhook-mcp"
],
"env": {
"FEEDHOOK_API_KEY": "<your FEEDHOOK_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"feedhook-mcp": {
"command": "npx",
"args": [
"-y",
"feedhook-mcp"
],
"env": {
"FEEDHOOK_API_KEY": "<your FEEDHOOK_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.patwalls%2Ffeedhook-mcp)<a href="https://mcptoplist.com/server/io.github.patwalls%2Ffeedhook-mcp"><img src="https://mcptoplist.com/badge/io.github.patwalls%2Ffeedhook-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
patwalls
Other servers by patwalls
View all patwalls servers →Available versions (2)
| Version | Published |
|---|---|
| 0.4.0 | Jun 11, 2026 |
| 0.1.0 | Jun 11, 2026 |
Frequently asked questions
- Who maintains feedhook-mcp?
- feedhook-mcp is maintained by patwalls, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is feedhook-mcp listed on the Official MCP Registry?
- Yes — feedhook-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does feedhook-mcp have?
- MCP Toplist tracks 2 versions of feedhook-mcp, most recently published on Jun 11, 2026.
- Where can I find the source code for feedhook-mcp?
- The source code for feedhook-mcp is hosted at github.com/patwalls/feedhook-mcp.