Loading MCP server directory, please wait...
MCP server for FreshRSS, the self-hosted RSS feed aggregator
npx @getmcp/cli add io.github.ni-c/freshrss-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FRESHRSS_URLRoot URL of the FreshRSS instance, e.g. https://rss.example.com
FRESHRSS_USERFreshRSS user name
FRESHRSS_API_PASSWORDAPI password from Settings -> Profile -> API management, not the web login password
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.ni-c/freshrss-mcp": {
"command": "npx",
"args": [
"-y",
"@ni-c/freshrss-mcp"
],
"env": {
"FRESHRSS_URL": "",
"FRESHRSS_USER": "",
"FRESHRSS_API_PASSWORD": "",
"FRESHRSS_READ_ONLY": "",
"FRESHRSS_INSECURE_TLS": ""
}
}
}
}