📡 RSS MCP Server
@akgoparaju
关于 📡 RSS MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"rss-mcp-server-akgoparaju": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is RSS MCP Server?
A modular Model Context Protocol (MCP) server for tracking, filtering, and surfacing PNT/GNSS news from custom RSS feeds with a natural language interface via Claude Desktop.
How to use RSS MCP Server?
Clone the repository, create a Python virtual environment, install dependencies (mcp, feedparser, pyyaml, httpx), create a feeds.yaml file with feed URLs and tags, then configure Claude Desktop by adding the server to claude_desktop_config.json. Restart Claude Desktop and use natural language commands like “Update my RSS feeds” or “Search for articles about GPS jamming”.
Key features of RSS MCP Server
- Native MCP integration with Claude Desktop
- Fetches and parses multiple RSS feeds
- Tag-based content filtering
- Natural language interface for RSS management
- Persistent read/unread article tracking
- Keyword and tag-based article search
- Graceful error handling and fallbacks
Use cases of RSS MCP Server
- Daily news briefing on specific topics (e.g., GPS jamming)
- Research assistance for articles about LEO PNT systems
- Competitive intelligence on companies or technologies
- Content curation by marking articles as read
FAQ from RSS MCP Server
What is the correct format for feeds.yaml?
Use a direct list format starting with - for each feed, with url and tags fields. Do not use a feeds: wrapper.
How do I configure Claude Desktop to use RSS MCP Server?
Add an entry to ~/Library/Application Support/Claude/claude_desktop_config.json with the absolute paths to your Python interpreter and main.py, then restart Claude Desktop completely.
What are the required dependencies?
Python 3.10+ and the packages mcp, feedparser, pyyaml, and httpx.
How can I test if the server is working?
Run python main.py from the project directory. It should output “RSS MCP Server initialized successfully”.
What should I do if the server does not appear in Claude Desktop?
Verify the syntax and paths in claude_desktop_config.json, ensure all paths are absolute, and restart Claude Desktop completely.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Servers
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
评论