Home › Search & Research › FreshRSS
FreshRSS
MCP server for FreshRSS, the self-hosted RSS feed aggregator
Topics: Search & Data Extraction
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.3.2)
npx -y @ni-c/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"freshrss-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/[email protected]"
],
"env": {
"FRESHRSS_URL": "<YOUR_VALUE>",
"FRESHRSS_USER": "<YOUR_VALUE>",
"FRESHRSS_API_PASSWORD": "<YOUR_VALUE>",
"FRESHRSS_READ_ONLY": "<YOUR_VALUE>",
"FRESHRSS_INSECURE_TLS": "<YOUR_VALUE>",
"FRESHRSS_ALLOW_TOOLS": "<YOUR_VALUE>",
"FRESHRSS_DENY_TOOLS": "<YOUR_VALUE>"
}
}
}
}
FRESHRSS_URLrequired — Root URL of the FreshRSS instance, e.g. https://rss.example.comFRESHRSS_USERrequired — FreshRSS user nameFRESHRSS_API_PASSWORDrequired secret — API password from Settings -> Profile -> API management, not the web login passwordFRESHRSS_READ_ONLY— Set to true to register only the read toolsFRESHRSS_INSECURE_TLS— Set to true to accept a self-signed certificate for this connection onlyFRESHRSS_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)FRESHRSS_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever FRESHRSS_ALLOW_TOOLS left
Package (oci)
docker run -i --rm ghcr.io/ni-c/freshrss-mcp:0.3.2
Or add to your MCP client config:
{
"mcpServers": {
"freshrss-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/ni-c/freshrss-mcp:0.3.2"
],
"env": {
"FRESHRSS_URL": "<YOUR_VALUE>",
"FRESHRSS_USER": "<YOUR_VALUE>",
"FRESHRSS_API_PASSWORD": "<YOUR_VALUE>",
"FRESHRSS_READ_ONLY": "<YOUR_VALUE>",
"FRESHRSS_INSECURE_TLS": "<YOUR_VALUE>",
"FRESHRSS_ALLOW_TOOLS": "<YOUR_VALUE>",
"FRESHRSS_DENY_TOOLS": "<YOUR_VALUE>"
}
}
}
}
FRESHRSS_URLrequired — Root URL of the FreshRSS instance, e.g. https://rss.example.comFRESHRSS_USERrequired — FreshRSS user nameFRESHRSS_API_PASSWORDrequired secret — API password from Settings -> Profile -> API management, not the web login passwordFRESHRSS_READ_ONLY— Set to true to register only the read toolsFRESHRSS_INSECURE_TLS— Set to true to accept a self-signed certificate for this connection onlyFRESHRSS_ALLOW_TOOLS— Comma-separated tool names or list_* prefixes to register; 'essential' selects a curated preset (default: all tools)FRESHRSS_DENY_TOOLS— Comma-separated tool names or list_* prefixes to remove from whatever FRESHRSS_ALLOW_TOOLS left
Related servers
Firecrawl MCP Server
MCP server for Firecrawl — web search, scraping, and biomedical/arXiv paper search.
wigolo
Local-first web intelligence MCP server for AI coding agents
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
brightdata-mcp
Bright Data's Web MCP server enabling AI agents to search, extract & navigate the web
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry