The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Feedbagel MCP listing page.
Model Context Protocol server for the Feedbagel API. Lets agents follow RSS feeds, manage webhook subscriptions, and read entries on a user's behalf.
Or run via npx feedbagel-mcp without installing.
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