mcpbeat Sign in

FeedKit MCP Server

local only

FeedKit runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from pypi. Last commit 15 Apr 2026.

RSS/Atom feed collection with 417 curated feeds. Python MCP server.

Installs per day peak 28 · avg 12 · -27% w/w
a month agotoday
63
Installs / week
pypi · feedkit
0
Stars
0 open issues
15 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check FeedKit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add feedkit -- uvx feedkit
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "feedkit": {
      "args": [
        "feedkit"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.feedkit]
command = "uvx"
args = ["feedkit"]
.cursor/mcp.json
{
  "mcpServers": {
    "feedkit": {
      "args": [
        "feedkit"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "feedkit": {
      "args": [
        "feedkit"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to FeedKit

same job, measured the same way
MCP Feed Reader
by crunchtools

RSS/Atom feed reader MCP server with SQLite backend

281 installs/wk local only
Pexels
by developer-ishan

MCP server for searching Pexels stock photos, videos, and curated collections.

145 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only
Ohm MCP
by murugarajr

AST-based Python refactoring MCP server with safe automated refactorings and rollback

223 installs/wk local only
Hop
by danmartuszewski

SSH connection manager with MCP server for AI-assisted operations across servers.

local only
C2pa Watermark MCP
by csoai-org

C2PA Watermark & Provenance MCP server. Built with c2pa-python.

94 installs/wk local only
Thoth MCP
by zeiq-co

MCP server for Thoth with multi-platform AI content generation

52 installs/wk local only
Airweave Search
by airweave-ai

MCP server for searching Airweave collections with natural language queries.

1 035 installs/wk answering

FeedKit — questions

Answers built from our own checks of this server.

Why is there no uptime for FeedKit?
FeedKit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package feedkit was installed 63 times last week.
How do I connect FeedKit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls feedkit straight from pypi; nothing to host, nothing to sign up for.
How many people use FeedKit?
The pypi package feedkit was installed 63 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FeedKit open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.