Feedbagel MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Feedbagel MCP Servershow my recent entries"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
feedbagel-mcp
Model Context Protocol server for the Feedbagel API. Lets agents follow RSS feeds, manage webhook subscriptions, and read entries on a user's behalf.
Install
npm install -g feedbagel-mcpOr run via npx feedbagel-mcp without installing.
Related MCP server: Beyond MCP Server
Setup
Mint an API key at https://feedbagel.com/dashboard/keys (pick the "Agent" scope).
Add the server to your MCP client config.
Claude Desktop / Cursor / Windsurf
{
"mcpServers": {
"feedbagel": {
"command": "npx",
"args": ["-y", "feedbagel-mcp"],
"env": {
"FEEDBAGEL_API_KEY": "fb_..."
}
}
}
}Tools
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 entry
Follows (write)
list_subscriptions— unified follow + webhook listfollow_feed,unfollow_feed
Webhooks (write)
list_webhooks,create_webhook,delete_webhookpause_webhook,resume_webhookattach_feed_to_webhook,detach_feed_from_webhook
Account (read)
me— account email, plan, status (use as a smoke test)
Environment
FEEDBAGEL_API_KEY(required)FEEDBAGEL_API_BASE(optional, defaults to production)
License
MIT
Maintenance
Related MCP Servers
- Flicense-qualityFmaintenanceThis server implements the Model Context Protocol to facilitate meaningful interaction and understanding development between humans and AI through structured tools and progressive interaction patterns.Last updated57
- AlicenseCqualityDmaintenanceAn extensible Model Context Protocol server that provides standardized access to social platform data (currently Farcaster) and onchain data for LLMs.Last updated1013MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that allows interaction with RSS feeds, enabling users to import subscriptions via OPML files, fetch and update articles automatically, and filter content by source and status.Last updated39MIT
- Flicense-qualityDmaintenanceA Model Context Protocol server implementation built with FastAPI that enables AI agent interactions. Provides a structured foundation for building AI-powered applications with proper data validation and modern Python tooling.Last updated
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Connect AI agents to Replynodes over the Model Context Protocol.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Prototypr/feedbagel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server