RSSidian
About
Connects RSS feeds to Obsidian for automated content analysis and AI-powered summarization.
Details
- Author
- pedramamini
- Categories
- Productivity, Other
Jump to
Setup
Install RSSidian in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/pedramamini/RSSidian
Follow the installation instructions in the repository README, then restart your MCP client.
Configuring Claude Desktop to Use RSSidian MCP
RSSidian MCP can be used with Claude Desktop in two ways: HTTP mode or STDIO mode.
STDIO mode allows Claude Desktop to directly spawn and communicate with the RSSidian MCP server, without requiring a separate HTTP server to be running.
-
Edit Claude Desktop's configuration file by clicking on the Claude icon in the menu bar, selecting "Settings", and then clicking "Edit Configuration File"
Add a new entry to themcpServerssection of the JSON configuration:
{ "globalShortcut": "Shift+Space", "mcpServers": { "rssidian": { "command": "/path/to/your/python", "args": [ "-m", "rssidian", "mcp", "--stdio" ] } // other MCP servers... } }
Replace/path/to/your/pythonwith the actual path to your Python executable where RSSidian is installed. You can find this by runningwhich pythonin the terminal where you normally run RSSidian.
In HTTP mode, you need to start the RSSidian MCP service separately and configure Claude Desktop to connect to it.
-
Start the RSSidian MCP service manually:
Edit Claude Desktop's configuration file by clicking on the Claude icon in the menu bar, selecting "Settings", and then clicking "Edit Configuration File"
Add a new entry to themcpServerssection of the JSON configuration:
{ "globalShortcut": "Shift+Space", "mcpServers": { "rssidian-http": { "command": "/path/to/your/python", "args": [ "-m", "rssidian", "mcp", "--port", "8080" ] } // other MCP servers... } }
When chatting with Claude, you can now ask questions about your RSS content such as:
- "What are the latest articles about AI?"
- "Find articles about blockchain from the last week"
- "Summarize the top quality articles from my tech feeds"
- "What are the trending topics across my subscriptions?"
Claude will automatically use the RSSidian MCP service to access your RSS content and provide informed responses based on your feeds.
- Python 3.9+
- OpenRouter API access
- OPML file with RSS subscriptions
- Obsidian vault (optional)
# Setup development environment ./scripts/setup_dev.sh # Activate environment source .venv/bin/activate
This project is open source and available under the MIT License.
An intelligent note-taking tool and content community for creating, sharing, and managing notes with file upload capabilities.
Multi-device file sync, dev-doc CRUD, task management, and session handoffs for AI agents - MCP + OpenAPI dual surface.
Access and manage your library on Apple Books.
Interact with Apple Notes using natural language on macOS.
MCP server for Apple Notes with semantic search and CRUD operations. Claude searches, reads, creates, updates, and manages your Apple Notes through natural language.
A server for interacting with the Bear note-taking application.
Provides direct access to your Bear notes database for comprehensive note management, bypassing standard API limitations.
Allows AI assistants to read notes from the Bear note-taking app by connecting directly to its SQLite database.
Access and manage your notes from the Bear App.
Converts video links into AI-generated Markdown notes
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




