# Feedly MCP for AI Agents AI Agent Connect

> Feedly MCP for AI agents. Manage your news aggregation, browse collections, and search RSS feeds directly through your AI client. Stop jumping between tabs to check updates and let your agent surface the content you actually care about.

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

## Description

You spend half your day hunting for specific news or trying to keep up with a dozen different RSS feeds. Usually, that means having a dozen tabs open or constantly refreshing a dashboard. This Connector changes that by letting you talk to your news feed instead of clicking through it. You can ask your agent to pull the latest articles from a specific category, find trending topics, or grab everything you saved to a specific board. It handles the heavy lifting of navigation so you can just get the info. You'll find this in the Vinkius catalog as a way to turn your Feedly account into a conversational research tool. It's about moving from searching for content to consuming content without the friction of a traditional UI.

## Tools

### subscribe_to_feed
Follow a new news source

### get_article_details
Get full content of an article

### get_feed_metadata
Get metadata for a specific feed

### get_user_profile
Get your Feedly profile

### get_stream_contents
Grabs articles from a specific feed, category, or your global stream. This is how you get the latest news from your favorite sources.

### list_categories
List your Feedly categories

### list_subscriptions
List all subscribed feeds

### list_tags
Lists every tag you've created in your Feedly account. Use this to see how you've organized your content.

### mark_articles_as_read
Mark one or more articles as read

### unsubscribe_from_feed
Stop following a news source

## Prompt Examples

**Prompt:** 
```
What's the latest news in my Tech category?
```

**Response:** 
```
### Latest Tech News
Here are the latest updates from your **Tech** collection:

| Title | Source | Date |
| :--- | :--- | :--- |
| **AI Breakthroughs in 2024** | Tech Daily | Today |
| **New Smartphone Launch** | Gadget Wire | Yesterday |
| **Quantum Computing Update** | Science Now | 2 days ago |

Would you like me to summarize any of these for you?
```

**Prompt:** 
```
Find me some new feeds about sustainable energy.
```

**Response:** 
```
I searched the Feedly index for **sustainable energy** and found these relevant feeds:

*   **The Green Grid** (RSS Feed)
*   **Renewable Weekly** (RSS Feed)
*   **Eco-Tech Today** (RSS Feed)

Would you like the stream IDs to add these to your collections?
```

**Prompt:** 
```
Show me what I saved to my Design board.
```

**Response:** 
```
I've pulled the content from your **Design** board:

*   *Minimalist UI Trends* - A deep dive into 2024 aesthetics.
*   *Color Theory Basics* - Essential guide for new designers.
*   *Typography in Mobile Apps* - Best practices for readability.

Let me know if you want to see the full details for any of these.
```

## Capabilities

### Fetch latest articles
Pull the most recent news from specific feeds or categories instantly.

### Mark items as read
Update your read status in the cloud without leaving your chat window.

### Search Feedly index
Find new RSS feeds or trending topics across the entire Feedly library.

### Retrieve saved boards
Grab all the content you've tucked away in your personal boards.

### List news collections
See a full map of your curated categories and feeds in one list.

## Use Cases

### The Morning Briefing
A researcher asks their agent to pull the latest 5 articles from their 'Tech News' collection and summarize them in one list.

### Niche Source Discovery
A journalist uses the agent to search the Feedly index for new RSS feeds about 'Edge Computing' to find fresh sources.

### Inspiration Gathering
A designer asks the agent to show everything they've tagged with 'Minimalism' across all their different feeds.

### Bulk Feed Management
A busy manager asks the agent to mark all articles in their 'Marketing' stream as read to clear their queue quickly.

## Benefits

- Stop clicking through categories by using list_collections to see your entire news map in one go.
- Save time on research by using get_stream_contents to pull the latest updates from multiple sources at once.
- Keep your feed tidy by using mark_as_read to clear out seen content without leaving your chat window.
- Find new sources faster with search_feeds to expand your news coverage instantly.
- Organize your inspiration by using get_board_contents to pull everything from your save for later lists.
- Access your personal metadata quickly with get_profile to manage your account settings.

## How It Works

The bottom line is you get a conversational interface for your entire Feedly news ecosystem.

1. Subscribe to this Connector on the Vinkius platform.
2. Provide your Feedly Developer Access Token to your AI client.
3. Ask your agent to show you the latest news or search for new feeds.

## Frequently Asked Questions

**Can I use the Feedly MCP to see my saved boards?**
Yes. You can ask your agent to list your boards or pull the specific content from any board you've created for reading later.

**How do I find new RSS feeds using this?**
You can ask your agent to search the Feedly index for specific topics or keywords, and it will show you relevant new feeds to follow.

**Can my agent mark articles as read for me?**
Yes. You can tell your agent to mark specific articles as read, which keeps your feed organized without you having to click into them.

**Does the Feedly MCP work with my existing collections?**
Yes. It connects to your current Feedly account, giving your agent access to all your existing collections, feeds, and tags.

**Can I search for trending topics in Feedly?**
Yes. The Connector allows your agent to search for trending topics or specific interests across the entire Feedly index.

**How do I get my latest feed updates?**
Simply ask your agent to show you the latest content from a specific feed, category, or your entire global stream.

**How do I obtain a Feedly Developer Token?**
Log in to your Feedly account and navigate to the **Settings > Developer** page to generate a personal access token for prototyping and individual use.

**Can I mark articles as read using this agent?**
Yes! Use the `mark_as_read` tool with the entry IDs of the articles you wish to clear from your unread stream.

**Is it possible to search for new feeds through the agent?**
Absolutely. The `search_feeds` tool allows you to search the Feedly global index for specific topics or site URLs to add to your collections.

**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.