About
Rss feed reader MCP. Get the daily news with copilot
README
A daily tech digest MCP server for use with GitHub Copilot CLI and GitHub Copilot in VS Code.
Aggregates RSS/Atom feeds from sources you care about — Linux hardware news, kernel updates, Hacker News, GitHub announcements — and lets you discuss, summarize, and drill into the day's signal with Copilot. No browser required.
Quick Start
Prerequisites
- Python 3.12 or higher
- uv package manager
Option A — Install with uv tool (Recommended)
Install feedpilot directly from GitHub. No clone needed:
uv tool install git+https://github.com/ossirytk/feedpilot
This installs a feedpilot command globally. Find where uv placed it if you need the full path for MCP config:
uv tool dir --bin
Then jump to MCP client configuration below.
Option B — Clone and run with uv
git clone https://github.com/ossirytk/feedpilot
cd feedpilot
uv sync
Then jump to MCP client configuration below.
MCP Client Configuration
feedpilot runs as an MCP server over stdio. Configure your MCP client once, then ask Copilot naturally.
GitHub Copilot CLI
Add feedpilot to ~/.copilot/mcp-config.json (create it if it doesn't exist).
If you used uv tool install (Option A):
{
"mcpServers": {
"feedpilot": {
"type": "stdio",
"command": "feedpilot"
}
}
}
Note: If the Copilot CLI process doesn't inherit your PATH, use the full path returned by
uv tool dir --bin. On Windows:"C:\\Users\\<YourUsername>\\.local\\bin\\feedpilot.exe".
If you cloned the repo (Option B):
Windows:
{
"mcpServers": {
"feedpilot": {
"type": "stdio",
"command": "C:\\Users\\<YourUsername>\\.local\\bin\\uv.exe",
"args": ["run", "feedpilot"],
"cwd": "D:\\feedpilot"
}
}
}
macOS / Linux:
{
"mcpServers": {
"feedpilot": {
"type": "stdio",
"command": "/home/<youruser>/.local/bin/uv",
"args": ["run", "feedpilot"],
"cwd": "/path/to/feedpilot"
}
}
}
Tip: Find the full path to
uvwith(Get-Command uv).Source(PowerShell) orwhich uv(bash/fish).
Restart the Copilot CLI, then run /mcp to confirm feedpilot appears and its tools are listed.
VS Code Copilot
For detailed VS Code setup including workspace-scoped config and troubleshooting, see MCP-SETUP.md.
Quick config — create or edit %APPDATA%\Code\User\mcp.json (Windows), ~/Library/Application Support/Code/User/mcp.json (macOS), or ~/.config/Code/User/mcp.json (Linux):
With uv tool install (Option A):
{
"servers": {
"feedpilot": {
"type": "stdio",
"command": "feedpilot"
}
}
}
With cloned repo (Option B):
{
"servers": {
"feedpilot": {
"type": "stdio",
"command": "uv",
"args": ["run", "feedpilot"],
"cwd": "/path/to/feedpilot"
}
}
}
Run MCP: List Servers from the VS Code Command Palette to confirm feedpilot is listed and enabled.
Usage
Once configured, ask Copilot naturally:
"What's new on Phoronix today?"
"Give me the Linux digest — kernel and hardware only"
"Any interesting stuff on Hacker News right now?"
"List all feed sources"
Default Sources
| Source | Tags |
|---|---|
| Phoronix | linux, hardware, benchmarks |
| Hacker News | tech, programming |
| LWN.net | linux, kernel |
| GitHub Blog | github, devtools |
Tools
| Tool | Description |
|---|---|
digest |
Fetch headlines from all sources; optionally filter by tags |
headlines |
Fetch recent items from a specific source by name or raw URL |
multi_headlines |
Fetch headlines from multiple sources in parallel |
list_sources |
List all configured default feed sources with their tags |
Updating
Option A (uv tool install):
uv tool upgrade feedpilot
Option B (cloned repo):
git pull
uv sync
Development
git clone https://github.com/ossirytk/feedpilot
cd feedpilot
uv sync
# Lint
uv run ruff check .
# Format
uv run ruff format .
# Fix auto-fixable issues
uv run ruff check --fix .
# Run tests
uv run pytest
License
Install Feedpilot in Claude Desktop, Claude Code & Cursor
unyly install feedpilotInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add feedpilot -- uvx --from git+https://github.com/ossirytk/feedpilot feedpilotStep-by-step: how to install Feedpilot
FAQ
Is Feedpilot MCP free?
Yes, Feedpilot MCP is free — one-click install via Unyly at no cost.
Does Feedpilot need an API key?
No, Feedpilot runs without API keys or environment variables.
Is Feedpilot hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Feedpilot in Claude Desktop, Claude Code or Cursor?
Open Feedpilot on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
by lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare Feedpilot with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
