Are you the author? Sign in to claim
MCP server for Feedbagel: search RSS feeds, follow them, and route new entries to webhooks. 18 tools, stdio, API-key aut
Model Context Protocol server for the Feedbagel API. Lets agents follow RSS feeds, manage webhook subscriptions, and read entries on a user's behalf.
npm install -g feedbagel-mcp
Or run via npx feedbagel-mcp without installing.
{
"mcpServers": {
"feedbagel": {
"command": "npx",
"args": ["-y", "feedbagel-mcp"],
"env": {
"FEEDBAGEL_API_KEY": "fb_..."
}
}
}
}
17 tools across discovery, follows, webhooks, and entry reads.
Discovery (read)
search_feeds — keyword search across the catalogsearch_feeds_by_url — find feeds at a given hostget_host_metadata — title, favicon, and feed list for a hostlist_entries — recent entries, paginatedget_entry, get_entry_by_slug — fetch a single entryFollows (write)
list_subscriptions — unified follow + webhook listfollow_feed, unfollow_feedWebhooks (write)
list_webhooks, create_webhook, delete_webhookpause_webhook, resume_webhookattach_feed_to_webhook, detach_feed_from_webhookAccount (read)
me — account email, plan, status (use as a smoke test)FEEDBAGEL_API_KEY (required)FEEDBAGEL_API_BASE (optional, defaults to production)MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows