feedhook mcp for Cline
io.github.patwalls/feedhook-mcp
Turn a YouTube channel into a webhook: a signed HTTP POST seconds after every new video.
client:Cline
transport:stdio
runtime:npm
Install feedhook mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"feedhook-mcp": {
"command": "npx",
"args": [
"-y",
"feedhook-mcp"
],
"env": {
"FEEDHOOK_API_KEY": "<FEEDHOOK_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs