MCP server for searching Unread RSS reader database
Overview
what is Unread MCP Server?
Unread MCP Server is a read-only Model Context Protocol (MCP) server designed for searching your Unread RSS reader database, providing keyword-based fulltext search capabilities for articles stored in the Unread app.
how to use Unread MCP Server?
To use the Unread MCP Server, install the Unread app, clone the repository, make the script executable, and configure it in your Claude Desktop configuration file. After setup, you can use various commands to search and retrieve articles.
key features of Unread MCP Server?
- Keyword-based fulltext search across article titles, content, authors, and feed names.
- Filter articles by status (starred, read, unread).
- Boolean operators support (AND, OR, NOT).
- Exact phrase search with quotes.
- Database statistics retrieval.
use cases of Unread MCP Server?
- Searching for specific articles based on keywords.
- Filtering articles by their read status.
- Retrieving statistics about the articles in the database.
- Listing all RSS feeds and their article counts.
FAQ from Unread MCP Server?
- Is the Unread MCP Server free to use?
Yes! The Unread MCP Server is free to use for anyone with the Unread app.
- Can I modify my articles using this server?
No, this is a read-only server and cannot modify your database.
- What dependencies are required?
You need
sqlite3andjqinstalled on your system.