Your curated sources (RSS, YouTube, podcasts, Google News) as context for any AI agent. 26 tools.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Your sources. Not the whole web. Ask your AI about your feeds - it already knows.
ChatGPT searches the internet. Perplexity crawls billions of pages. When you ask about your industry, your interests, your world - they give you everything except what matters.
FeedNest is different. Your AI works exclusively with the sources you choose: the blogs you trust, the publications you follow, the experts you believe in. No algorithmic noise. No black-box results. Intelligence grounded in your world.
This MCP server gives any AI assistant - ChatGPT, Codex, Claude, Gemini, Grok, Cursor, Windsurf, Cline, Le Chat, and more - direct access to your feeds, articles, highlights, notes, and tags through natural language.
Just ask. Your AI handles the rest.
https://mcp.feednest.comNo API key needed. ChatGPT handles the OAuth flow automatically.
Include FeedNest as an MCP tool in your API request:
Open the Codex plugin directory and search for FeedNest:
The plugin bundles skills, MCP config, and brand assets in one install. See the Codex plugin README for local installation options.
Add to ~/.codex/config.toml:
Or via CLI:
FeedNest, Remote MCP server URL to https://mcp.feednest.comAdd -s user for global access across all projects.
Claude Desktop only supports stdio-based servers. Use the mcp-remote bridge:
Config path: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS), %APPDATA%\Claude\claude_desktop_config.json (Windows), or ~/.config/Claude/claude_desktop_config.json (Linux).
Add to .cursor/mcp.json in your project (or ~/.cursor/mcp.json for global):
Tip: Cursor supports env var interpolation:
"Bearer ${env:FEEDNEST_API_KEY}". Do not add a"type"field - Cursor auto-detects from the"url"key.
Available on all plans, including the free tier.
FeedNest, Server URL to https://mcp.feednest.comAPI Token Authentication, Authorization to Bearer fn_live_YOUR_API_KEYAdd to ~/.codeium/windsurf/mcp_config.json:
Important: Windsurf uses
"serverUrl"(not"url"). Using the wrong key causes a silent failure.
In VS Code, open Cline extension settings β MCP Servers configuration (JSON):
Critical: The
"type": "streamableHttp"field is mandatory for Cline. Without it, custom headers may fail silently and authentication won't work.
Add to ~/.gemini/settings.json:
Note: Gemini CLI uses
"httpUrl"(not"url"). The"url"field is reserved for SSE transport. CLI only - gemini.google.com does not support external MCP servers.
Available through the xAI API/SDK only, not from the grok.com chat UI.
Any client supporting Streamable HTTP can connect using:
https://mcp.feednest.comAuthorization: Bearer fn_live_YOUR_API_KEYFor stdio-only clients, use the mcp-remote bridge:
| Tool | Description | Key Parameters |
|---|---|---|
get_articles | List articles with title, source, date, and summary preview. Views: newsfeed, by-feed, by-folder, by-tag, tagged, highlighted, noted. | view*, feed_id, folder_id, tag_id, limit, query, sort, unread_only, date_from, date_to, count_only |
get_article | Get full article content including highlights, notes, and reading time. | article_id* |
extract_article | Fetch full content from the original URL when RSS truncated it. | article_id* |
| Tool | Description | Key Parameters |
|---|---|---|
mark_as_read | Mark an article as read. | article_id* |
mark_as_unread | Mark an article as unread. | article_id* |
mark_all_as_read | Mark all articles as read, optionally filtered by feed or folder. | feed_id, folder_id |
| Tool | Description | Key Parameters |
|---|---|---|
save_article | Save an article for later reading. | article_id* |
unsave_article | Remove an article from saved items. | article_id* |
save_url | Save an external URL for later reading. | url* |
get_saved | List saved articles with search, date filtering, and sorting. | limit, query, sort, date_from, date_to |
| Tool | Description | Key Parameters |
|---|---|---|
get_feeds | List subscribed feeds with unread counts. Search by name. | folder_id, query, limit |
get_folders | List all feed folders with feed counts. | - |
get_tags | List all tags with article counts. | - |
| Tool | Description | Key Parameters |
|---|---|---|
create_tag | Create a new tag for categorizing articles. | name*, color |
delete_tag | Delete a tag by ID. | tag_id* |
tag_article | Add or remove a tag on an article. | article_id*, tag_id*, action* (add/remove) |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/feednest)<a href="https://allmcps.com/mcp/feednest"><img src="https://allmcps.com/api/badge/feednest?style=directory" alt="FeedNest on AllMCPs" /></a>