mcpbeat Sign in

FreshRSS MCP Server

local only

FreshRSS runs on your own machine — the client starts it, so there is no endpoint to ping. 577 installs a week from npm. Last commit 31 Aug 2026.

MCP server for FreshRSS, the self-hosted RSS feed aggregator

Installs per day peak 337 · avg 40 · -12% w/w
a month agotoday
577
Installs / week
npm · @ni-c/freshrss-mcp
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reaches cloud metadata service src/hosts.ts:37
  'metadata.google.internal',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch FreshRSS and you get told the day something new turns up.

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 freshrss-mcp -- npx -y @ni-c/freshrss-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "freshrss-mcp": {
      "args": [
        "-y",
        "@ni-c/freshrss-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.freshrss-mcp]
command = "npx"
args = ["-y", "@ni-c/freshrss-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "freshrss-mcp": {
      "args": [
        "-y",
        "@ni-c/freshrss-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "freshrss-mcp": {
      "args": [
        "-y",
        "@ni-c/freshrss-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to FreshRSS

same job, measured the same way
Mealie MCP Server
by ni-c

MCP server for Mealie, the self-hosted recipe manager and meal planner

427 installs/wk local only
Rustpad MCP Server
by ni-c

MCP server for Rustpad, the self-hosted collaborative text editor

387 installs/wk local only
Tinysearch
by marcellm01

Self-hosted web research for MCP agents.

local only
FeedbackRobot
by feedbackrobot

Hosted MCP server for the FeedbackRobot customer feedback and reviews platform

answering
Twinfield
by iwebdevelopment

Twinfield AI Connect: hosted MCP server for Twinfield.

answering
Hostinger API MCP
by hostinger

MCP server for Hostinger API

172 920 installs/wk local only
MCP Server Fear Greed
by ycjcl868

An MCP server for mcp-server-fear-greed

66 installs/wk local only
Bamboo MCP Server
by hmdmph

Read-only MCP server for self-hosted Atlassian Bamboo CI/CD

local only

FreshRSS — questions

Answers built from our own checks of this server.

Why is there no uptime for FreshRSS?
FreshRSS 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 npm package @ni-c/freshrss-mcp was installed 577 times last week.
How do I connect FreshRSS?
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 @ni-c/freshrss-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use FreshRSS?
The npm package @ni-c/freshrss-mcp was installed 577 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is FreshRSS open source?
Yes — it is published under the MIT licence, written in TypeScript 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.