Readflow
by ncarlier
Versatile read-it-later solution to organize and access internet articles with AI-powered summaries and categorization.
What it does
Readflow is a comprehensive news-reading and read-it-later service that allows users to collect articles from across the web in one central place. It focuses on versatility, allowing for local storage in multiple formats (HTML, PDF, EPUB) and integration with various external services via webhooks.
Tools
list_articles: Retrieves a list of saved articles.get_article: Fetches the full content of a specific article by ID.list_categories: Lists all created article categories.get_category: Retrieves details and articles within a specific category.
Installation
Install the readflow-ctl tool and add the following to your claude_desktop_config.json:
{
"mcpServers": {
"readflow": {
"command": "readflow-ctl",
"args": ["mcp"],
"env": {
"READFLOW_CTL_ENDPOINT": "http://localhost:8080",
"READFLOW_CTL_USERNAME": "user",
"READFLOW_CTL_PASSWORD": "secret"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
go install -v github.com/ncarlier/readflow/ctl@latestInformation
- Pricing
- free
- Published
- 4/14/2026
- stars






