ttrss-mcp
Enables interaction with a Tiny Tiny RSS (tt-rss) instance, allowing for the management of RSS feeds and categories, retrieval of headlines and full article content, status updates for articles (read, starred, published), and the generation of automated daily summary reports.
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., "@ttrss-mcpGenerate a daily report of my 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.
ttrss-mcp
tt-rss MCP (Model Context Protocol),允许通过 AI 助手读写 Tiny Tiny RSS 订阅源。
官方接口文档:https://github.com/tt-rss/tt-rss/wiki/Api-Reference
使用方法
本服务通过 stdio 传输协议运行,AI 客户端直接启动进程通信。
{
"mcpServers": {
"tt-rss": {
"command": "npx",
"args": ["ttrss-mcp"],
"env": {
"TT_RSS_URL": "https://rss.example.com/tt-rss",
"TT_RSS_SID": "your-session-id"
}
}
}
}Related MCP server: inoreader-mcp
MCP 工具列表
订阅源管理
工具 | 说明 |
| 获取分类列表 |
| 获取订阅源列表 |
| 订阅新 RSS 源 |
| 取消订阅 |
文章管理
工具 | 说明 |
| 获取文章标题列表 (支持过滤/分页) |
| 获取文章全文 |
| 获取未读数量 |
| 更新文章状态 (星标/已读/发布/笔记) |
| 标记源为已读 |
| 分享到已发布 |
| 搜索文章 |
标签管理
工具 | 说明 |
| 获取标签列表 |
| 设置/移除文章标签 |
系统与日报
工具 | 说明 |
| 获取服务器配置 |
| 生成日报 (按源分组的文章汇总) |
项目结构
ttrss-mcp/
├── src/
│ ├── index.ts # MCP Server 入口 (stdio)
│ ├── ttrss-client.ts # tt-rss API 客户端封装
│ ├── types.ts # TypeScript 类型定义
│ └── tools/
│ ├── feeds.ts # 订阅源管理工具
│ ├── articles.ts # 文章读写工具
│ ├── labels.ts # 标签管理工具
│ └── report.ts # 日报生成工具
├── .env.example
├── package.json
└── tsconfig.jsonLicense
MIT
Maintenance
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-qualityDmaintenanceAn MCP server that fetches RSS feeds and shares them with LLMs, allowing AI assistants to access and present the latest news and articles from configured feeds.Last updated19
- 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
- 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
- Alicense-qualityCmaintenanceAn MCP server that provides RSS feed management and LLM-powered article evaluation, enabling AI agents to filter and assess content value.Last updatedMIT
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
An MCP server that integrates with Discord to provide AI-powered features.
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/aooiuu/ttrss-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server