FeedbinMCP
Provides tools to interact with a Feedbin account to list subscriptions, read articles, manage read/unread states, and star or unstar entries.
Click 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., "@FeedbinMCPShow me my latest unread articles"
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.
FeedbinMCP
This project was generated almost entirely by Claude Code, Anthropic's AI coding assistant, with only minor human editing.
An MCP server that connects Claude to your Feedbin RSS account. Read articles, manage read/unread state, and star or unstar entries — all from a Claude conversation.
Tools
Tool | Description |
| List all subscribed feeds |
| Get details for a specific feed |
| Paginated unread articles |
| Paginated read articles |
| Paginated starred articles |
| Entries with filters (feed, date, IDs) |
| Full content for a single entry |
| Flat list of all unread IDs |
| Flat list of all starred IDs |
| Mark one or more entries as read |
| Mark one or more entries as unread |
| Star (bookmark) entries |
| Remove star from entries |
| List all tags |
| Feed-to-tag mappings |
Related MCP server: inoreader-mcp
Requirements
Installation
# 1. Clone the repo
git clone https://github.com/hypermoose/FeedbinMCP.git
cd FeedbinMCP
# 2. Install the package and its dependencies
pip install -e .This installs a feedbin-mcp command and all required dependencies (mcp, httpx).
To confirm the install worked:
feedbin-mcp --helpAdding to Claude Code
Run this once, substituting your real Feedbin credentials:
claude mcp add feedbin \
--env FEEDBIN_EMAIL=you@example.com \
--env FEEDBIN_PASSWORD=your_password \
-- feedbin-mcpVerify it's registered:
claude mcp listThe server will be available in all Claude Code sessions. Type /mcp inside a session to confirm it's connected.
Credentials
Feedbin uses HTTP Basic Auth (email + password). The server reads credentials from two environment variables:
Variable | Description |
| Your Feedbin account email |
| Your Feedbin account password |
These are passed via --env in the claude mcp add command above and are never stored in the repository.
Running directly (without installing)
If you prefer not to install the package, you can run the server directly with Python after installing dependencies:
pip install mcp[cli] httpx
FEEDBIN_EMAIL=you@example.com \
FEEDBIN_PASSWORD=your_password \
python feedbin_mcp/server.pyAnd reference it in Claude Code as:
claude mcp add feedbin \
--env FEEDBIN_EMAIL=you@example.com \
--env FEEDBIN_PASSWORD=your_password \
-- python /path/to/FeedbinMCP/feedbin_mcp/server.pyMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceA MCP server for TickTick that enables interacting with your TickTick task management system directly through Claude and other MCP clients.Last updated298
- AlicenseAqualityDmaintenanceAn MCP server for the Inoreader RSS reader API that allows users to triage articles, analyze feed health, and manage subscriptions. It enables reading content, organizing folders, and performing batch tagging or status updates through natural language.Last updated1214MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables AI assistants to manage Tiny Tiny RSS feeds, including reading articles, updating statuses, and searching content. It also provides tools for feed management and generating automated daily reports.Last updated15202MIT
- Alicense-qualityDmaintenanceAn MCP server that provides RSS feed tools for Claude Desktop, enabling fetching and parsing RSS feeds with configurable feeds and blocklists.Last updatedMIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
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/hypermoose/FeedbinMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server