# @ni-c/freshrss-mcp

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

- **Type:** MCP server
- **Trust:** 85/100 (A), scored on the package rubric
- **Verification:** verified (build provenance)
- **Version:** 0.3.2
- **Author:** io.github.ni-c
- **License:** MIT
- **npm:** @ni-c/freshrss-mcp
- **Source:** https://github.com/ni-c/freshrss-mcp
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

85/100 (A), scored on the package rubric
- Publisher verified: no
- Build provenance: verified attestation
- npm trusted publishing (OIDC): yes
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 18 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-01T10:02:58.680Z
- **Version scanned:** 0.2.0
- **CVEs:** none found by OSV at scan time

## Tools

16 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `list_articles` — Lists articles from a feed, category, label or built-in stream, newest first.
- `get_articles` — Fetches the full text of specific articles by id, as plain text.
- `list_article_ids` — Lists only the ids of matching articles — the cheap way to collect a set for
- `mark_articles` — Sets the read state, the star and user labels of specific articles.
- `mark_all_as_read` — Marks every article of a feed, category, label or built-in stream as read.
- `get_user_info` — Returns the FreshRSS account the server is authenticated as. Useful as a
- `list_feeds` — Lists every subscribed feed with its category and unread count. The numeric
- `get_unread_counts` — Returns how many unread articles are waiting, in total and per feed and
- `subscribe_feed` — Subscribes to a feed. The URL may point at the feed itself or at a website —
- `update_feed` — Renames a feed and/or moves it to another category. A category that does not
- `unsubscribe_feed` — Deletes a feed together with all of its stored articles, read state and stars.
- `export_opml` — Exports all subscriptions as an OPML document — the portable backup format for
- `import_opml` — Subscribes to every feed in an OPML document, creating the categories it names,
- `list_categories` — Lists the categories (folders that hold feeds) and the user labels (tags that
- `rename_category_or_label` — Renames a category (folder) or a user label. FreshRSS resolves the name against
- `delete_category_or_label` — Deletes a category (its feeds move to the default category, no articles are lost)

## Install

**Verdict: install** — No blocking findings and no open coverage gaps — safe to install as configured.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"freshrss\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@ni-c/freshrss-mcp\"\n      ],\n      \"env\": {\n        \"FRESHRSS_API_PASSWORD\": \"<YOUR_FRESHRSS_API_PASSWORD>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `FRESHRSS_API_PASSWORD` — Freshrss API Password (required)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 1 credential (1 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an api key.
- Floor 53, ceiling 53 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/%40ni-c%2Ffreshrss-mcp
- Install plan: https://forgeregistry.com/api/v1/packages/%40ni-c%2Ffreshrss-mcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/%40ni-c%2Ffreshrss-mcp
- HTML page: https://forgeregistry.com/registry/%40ni-c%2Ffreshrss-mcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
