Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Feedbagel Server

БесплатноНе проверен

Model Context Protocol server for the Feedbagel API. Enables agents to follow RSS feeds, manage webhook subscriptions, and read entries on a user's behalf.

GitHubEmbed

Описание

Model Context Protocol server for the Feedbagel API. Enables agents to follow RSS feeds, manage webhook subscriptions, and read entries on a user's behalf.

README

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-mcp

Or run via npx feedbagel-mcp without installing.

Setup

  1. Mint an API key at https://feedbagel.com/dashboard/keys (pick the "Agent" scope).
  2. 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 catalog
  • search_feeds_by_url — find feeds at a given host
  • get_host_metadata — title, favicon, and feed list for a host
  • list_entries — recent entries, paginated
  • get_entry, get_entry_by_slug — fetch a single entry

Follows (write)

  • list_subscriptions — unified follow + webhook list
  • follow_feed, unfollow_feed

Webhooks (write)

  • list_webhooks, create_webhook, delete_webhook
  • pause_webhook, resume_webhook
  • attach_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

from github.com/Prototypr/feedbagel-mcp

Установить Feedbagel Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install feedbagel-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add feedbagel-mcp-server -- npx -y feedbagel-mcp

FAQ

Feedbagel Server MCP бесплатный?

Да, Feedbagel Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Feedbagel Server?

Нет, Feedbagel Server работает без API-ключей и переменных окружения.

Feedbagel Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Feedbagel Server в Claude Desktop, Claude Code или Cursor?

Открой Feedbagel Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Feedbagel Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development