Inoreader Connector for AI agents.
10 live capabilities
Manage your RSS feeds and news subscriptions with natural language.
Waiting for input…
Why people use Inoreader
Inoreader : Stop drowning in RSS feed noise
This Connector changes that by letting your agent do the digging. You can ask for a summary of your Tech folder or find every mention of a specific keyword across all your subscriptions. You get the info you need without the scrolling.
What Vinkius changes
You get a searchable, actionable version of your RSS feeds inside your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding specific mentions in a folder
A researcher needs to find every mention of quantum computing in their Science folder.
- Real-world use case 02
Rapidly expanding news sources
A content creator wants to add 5 new tech blogs and immediately see the latest headlines.
- Real-world use case 03
Bulk clearing unread notifications
A user wants to clear out 500 unread items in their Social Media tag to start fresh.
Complete set · 10capabilities
The complete Inoreader capability set.
These are the exact actions your AI can choose when you ask it to work with Inoreader.
01—04
4 capabilities in this set.
Part of 10 available through Inoreader.
- 01 Capability
Delete tag
Remove a tag or folder while keeping the articles inside it. This helps clean up your organizational labels.
- 02 Capability
Edit tag
Add or remove tags from articles like starring specific items. Use this to highlight important content.
- 03 Capability
Get unread counts
See how many unread items are left in every feed and folder. This helps you see where the most new content is.
- 04 Capability
Get user info
Pull your general Inoreader account details. This provides context about your current user profile.
05—07
3 capabilities in this set.
Part of 10 available through Inoreader.
- 05 Capability
List stream contents
Get a list of articles from a specific feed, folder, or tag. This lets your agent see the actual content.
- 06 Capability
List subscriptions
View every feed you currently follow in Inoreader. This provides a full overview of your subscriptions.
- 07 Capability
List tags
Show all your current tags and folders at once. This helps your agent understand your folder structure.
08—10
3 capabilities in this set.
Part of 10 available through Inoreader.
- 08 Capability
Mark all as read
Mark every single item in a stream as read instantly. Use this to clear out old notifications quickly.
- 09 Capability
Quick add subscription
Add a new RSS or Atom feed just by providing the URL. This lets you expand your feed list via chat.
- 10 Capability
Rename tag
Change the name of an existing tag or folder to stay organized. This keeps your information architecture clean.
Set up in minutes
One URL. Then ask Inoreader to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Inoreader from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MXZkv2liaIL1lRsF4uKTKpSNUvdEsac9VWnXvRC0/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Inoreader, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Inoreader for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MXZkv2liaIL1lRsF4uKTKpSNUvdEsac9VWnXvRC0/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Inoreader URL.
- Step 03
Save and start
Save the connection and enable Inoreader in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"inoreader": {
"url": "https://edge.vinkius.com/vk_preview_MXZkv2liaIL1lRsF4uKTKpSNUvdEsac9VWnXvRC0/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Inoreader
Open Agent mode in chat and ask: "Using Inoreader, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"inoreader": {
"url": "https://edge.vinkius.com/vk_preview_MXZkv2liaIL1lRsF4uKTKpSNUvdEsac9VWnXvRC0/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Inoreader
Ask Copilot: "Using Inoreader, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"inoreader": {
"url": "https://edge.vinkius.com/vk_preview_MXZkv2liaIL1lRsF4uKTKpSNUvdEsac9VWnXvRC0/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Inoreader
Open Cascade and ask: "Using Inoreader, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"inoreader": {
"url": "https://edge.vinkius.com/vk_preview_MXZkv2liaIL1lRsF4uKTKpSNUvdEsac9VWnXvRC0/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Inoreader
Ask Cline: "Using Inoreader, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add inoreader --transport http "https://edge.vinkius.com/vk_preview_MXZkv2liaIL1lRsF4uKTKpSNUvdEsac9VWnXvRC0/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Inoreader
Ask Claude: "Using Inoreader, show me...". 10 tools are ready
Where the request belongs
Work Inoreader can move forward.
This is for anyone who feels overwhelmed by the sheer volume of news and blogs they follow. It is for the person whose unread count is in the thousands and who needs a way to filter the noise.
Research Analyst
Summarizing 50 plus daily news sources into a single daily briefing.
Content Creator
Monitoring industry trends and saving inspiration to specific tagged folders.
News Junkie
Keeping an organized feed of niche hobbies or tech news without manual sorting.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMiniflux (RSS Reader)
Manage your RSS feeds and read articles via Miniflux. discover feeds, list entries, and organize categories directly from your AI agent.
RSS / Atom Reader
Connect your AI assistant to any RSS or Atom feed worldwide to fetch news, updates, and articles instantly within your chat interface.
RSS Feed Parser
Turn any RSS 2.0 or Atom feed into clean, structured JSON. Extract titles, links, dates, authors, and full content from blogs, news sites, and podcasts. ready for your agent to process.
Feedly
Stay ahead of industry trends by aggregating RSS feeds, tracking topics with AI, and organizing research in focused boards.
NewsCatcher
Search millions of news articles in real-time with AI clustering and topic tracking.
Curator.io
Equip your AI agent to manage social media feeds, monitor posts, and audit sources directly via the Curator.io API.
Bring your own AI
Change the model, client or framework. Keep Inoreader connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Inoreader.
The practical details behind the request, access and result.
Can the Inoreader MCP summarize my news for me?
Yes. By pulling the content from your feeds, your agent can read through the articles and provide a concise summary of the latest headlines.
How do I add new feeds using the Inoreader MCP?
You can just give your agent the URL of the RSS feed you want to follow. It will use the subscription capability to add it to your account automatically.
Can I use this to organize my Inoreader folders?
Yes. You can ask your agent to rename tags, create new folders, or delete old labels to keep your library organized.
Does the Inoreader MCP work with my existing subscriptions?
Yes. It connects directly to your current Inoreader account so you can manage all the feeds you already follow.
Can I see how many unread articles I have?
Yes. Your agent can check your unread counts across all your categories and folders to help you see what needs attention.
Can I mark things as read in bulk?
Yes. You can ask your agent to mark an entire stream or tag as read, which is great for clearing out old notifications in seconds.
Can I use this to find specific articles across all my subscriptions?
Yes! Use the list_stream_contents capability with the system stream ID user/-/state/com.google/reading-list. You can then ask the AI to filter or search for specific keywords within the returned articles.
Is it possible to star articles directly from the conversation?
Absolutely. Use the edit_tag capability and provide the Article ID with the add parameter set to user/-/state/com.google/starred. This will instantly save the article to your Starred folder in Inoreader.
How do I see how many unread articles I have in each folder?
Run the get_unread_counts capability. It returns a structured list of all your streams (feeds, folders, and tags) along with the precise count of unread items for each.
One connection away
Give your agent a direct line to Inoreader.
Connect Inoreader once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available