# Feedly MCP for AI Agents AI Agent Connect

> Feedly MCP lets you connect your news feed to your AI agent. It handles the heavy lifting of organizing RSS sources, pulling full article text for summaries, and managing your reading lists. Instead of scrolling through dozens of tabs, you can just ask your agent to find the latest updates on specific topics or summarize your morning news.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_PCttDqkJof93WB9wffHx3qVBfdVJJMNFmZoBAYZ0/ai-agent-connect
- **Tags:** rss-aggregator, content-curation, industry-trends, news-tracking, research-boards, stream-intelligence

## Description

Connect your Feedly account to your AI agent and take full control of your news aggregation and content curation workflows through natural conversation. You can ask your agent to list your news sources, add new ones, or tell it to stop following a specific site. It pulls the full text of articles so you can get summaries of long pieces without clicking away. You can also manage your categories and tags to keep your research boards organized. Instead of manually marking things as read, your agent does it for you. When you use this with the Vinkius catalog, you're not just getting another tool; you're giving your agent the ability to act as a dedicated research assistant. It finds the info. It pulls the data. It keeps your reading list clean so you can focus on the actual work that matters.

## Tools

### get_stream_contents
Pulls the latest articles from a specific feed or category. This helps you see what's new without leaving your chat.

### list_categories
Shows all your organized Feedly categories. Use this to see how your news is structured.

### list_subscriptions
Lists every feed you're currently following. It's the fastest way to see your total news coverage.

### list_tags
Retrieves your personal tags. This helps your agent understand how you group different topics.

### mark_articles_as_read
Marks specific articles as read. This keeps your unread count accurate and organized.

### unsubscribe_from_feed
Removes a news source from your account. Use this to clean up feeds that are no longer relevant.

### subscribe_to_feed
Adds a new RSS or Atom feed to your account. This lets your agent expand your news coverage on the fly.

### get_article_details
Fetches the full text and metadata of a specific article. It's perfect for deep dives or long summaries.

### get_feed_metadata
Pulls the background info for a specific feed. This helps you see the source details quickly.

### get_user_profile
Retrieves your Feedly account profile details. Use this to check your account status and settings.

## Prompt Examples

**Prompt:** 
```
Summarize the last 3 articles in my Tech category.
```

**Response:** 
```
I've pulled the latest entries from your Tech category. Here are the highlights:

* **New LLM Benchmarks**: Researchers released a new set of tests for 70B+ models.
* **State of RAG**: A deep dive into why retrieval still struggles with multi-hop queries.
* **GPU Shortages**: Analysis of the latest export restrictions.

Would you like me to pull the full text for any of these?
```

**Prompt:** 
```
Add this RSS feed https://example.com/rss to my Tech board.
```

**Response:** 
```
Done! I've added that RSS feed to your Tech board. You'll see new updates there now.
```

**Prompt:** 
```
Mark all the unread articles in my Market News category as read.
```

**Response:** 
```
I've marked all unread articles in your Market News category as read. Your unread count for that category is now zero.
```

## Capabilities

### Add and remove RSS feeds
Follow new sources or drop old ones using natural language.

### Pull full article content
Get the entire text of a story for deep analysis or summaries.

### Summarize news categories
See the latest entries from specific topics in one glance.

### Manage reading lists
Mark items as read to keep your unread count accurate.

### Organize research tags
Manage your personal tags to keep your boards structured.

## Use Cases

### Market Research Summaries
A researcher wants to know the last 3 articles on 'LLM Benchmarks' in their AI feed. The agent pulls them and summarizes the key takeaways.

### Content Strategy Mapping
A strategist needs to see all the tags used in their 'Tech' category to ensure consistent branding. The agent lists them instantly.

### Automated Feed Cleanup
A busy manager wants to stop following a specific blog. They tell the agent to unsubscribe from that feed, and it happens immediately.

### Deep Dive Analysis
A writer wants to analyze a specific long-form article. They ask the agent to fetch the full content so they can ask questions about specific details.

## Benefits

- Faster research: Pull full article content directly into your chat to get summaries without clicking away.
- Cleaner feeds: Add or remove RSS sources using natural language to keep your boards relevant.
- Better organization: Manage your categories and personal tags to keep your research structured.
- Accurate tracking: Mark articles as read automatically to keep your unread count accurate.
- Instant updates: Retrieve the latest entries from specific categories to see what's new immediately.

## How It Works

The bottom line is you turn your news feed into an interactive research database.

1. Get your Developer Access Token from the Feedly settings page.
2. Connect the Connector to your preferred AI client.
3. Start asking your agent to summarize feeds or find specific news.

## Frequently Asked Questions

**Can I use the Feedly MCP to summarize my daily news?**
Yes, your agent can pull the latest articles from specific categories and provide a summary of the key points.

**Does the Feedly MCP let me add new RSS feeds?**
You can tell your agent to subscribe to any new RSS or Atom feed, and it will add it to your account automatically.

**How do I get the full text of an article using the Feedly MCP?**
Your agent can fetch the complete content of a specific article so you can ask it questions about the details.

**Can the Feedly MCP help me organize my research boards?**
It allows your agent to see and manage your categories and tags, making it easier to keep your research structured.

**Will the Feedly MCP mark articles as read for me?**
Yes, you can ask your agent to mark specific articles as read to keep your unread count organized.

**Is the Feedly MCP good for market research?**
It's great for researchers who need to quickly pull and analyze content from multiple specific industry feeds.

**How do I get a Feedly Developer Token?**
Log in to Feedly, go to your account settings, navigate to Integrations, and select 'Developer Token' to request your access key.

**Can the agent mark articles as read automatically?**
Yes! Use the `mark_articles_as_read` tool and provide an array of article IDs to clear them from your unread list programmatically.

**How many articles can I retrieve at once?**
The `get_stream_contents` tool allows you to specify a count (default 20, max 1000) for retrieving articles from a stream.