Sponsored by Deepsite.site

Unread MCP Server

Created By
trieloff7 months ago
MCP server for searching Unread RSS reader database
Content

Unread MCP Server

A read-only Model Context Protocol (MCP) server for searching your Unread RSS reader database. This server provides keyword-based fulltext search capabilities for articles stored in the Unread app.

Features

  • Keyword-based fulltext search - NOT semantic/vector search
  • Search across article titles, content, authors, and feed names
  • Filter by article status (starred, read, unread)
  • Search within specific feeds
  • Database statistics
  • Boolean operators (AND, OR, NOT)
  • Exact phrase search with quotes

Installation

  1. Ensure you have the Unread app installed and have articles in your database
  2. Clone or copy this directory to ~/Developer/unread-mcp/
  3. Make the script executable:
    chmod +x ~/Developer/unread-mcp/unread-mcp.sh
    

Configuration

Add the following to your Claude Desktop configuration file:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "unread-search": {
      "command": "/Users/YOUR_USERNAME/Developer/unread-mcp/unread-mcp.sh"
    }
  }
}

Replace YOUR_USERNAME with your actual username.

Usage

Once configured, you can use the following tools in Claude:

search-articles

Search through all articles using keywords:

  • Simple keywords: bicycle, javascript
  • Boolean operators: AI OR artificial intelligence, python NOT django
  • Exact phrases: "climate change"
  • Use * or empty query to get most recently read articles
  • Filter by status: starred, read, unread
  • Returns brief preview (~300 chars) and article ID

get-article

Retrieve the full text content of a specific article:

  • Use the article ID from search results
  • Returns complete article content with metadata

get-stats

Get database statistics including total articles, unread count, starred count

list-feeds

List all RSS feeds with article counts

search-by-feed

Search articles within a specific feed

  • Returns brief preview and article ID

Examples

  • "Search my starred articles for AI or artificial intelligence"
  • "Find unread articles about cycling"
  • "Show me articles about javascript but not react"
  • "Search for 'climate change' in my articles"
  • "List my top feeds"
  • "Search The Radavist feed for bike articles"

Important Notes

  • This is a read-only server - it cannot modify your database
  • Search is keyword-based, not semantic - use specific terms
  • The database path is hardcoded to the default Unread location
  • Requires sqlite3 and jq to be installed (standard on macOS)

Troubleshooting

Check the requests.log file in the same directory as the script for debugging information.

Dependencies

  • bash
  • sqlite3
  • jq
  • Unread app with articles in the database
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
DeepChatYour AI Partner on Desktop
WindsurfThe new purpose-built IDE to harness magic
Tavily Mcp
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Amap Maps高德地图官方 MCP Server
Serper MCP ServerA Serper MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Playwright McpPlaywright MCP server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
CursorThe AI Code Editor
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
ChatWiseThe second fastest AI chatbot™
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.