Skip to content
Cline

FreshRSS for Cline

io.github.ni-c/freshrss-mcp

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

client:Cline transport:stdio runtime:npm

Install FreshRSS in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "freshrss-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ni-c/freshrss-mcp"
      ],
      "env": {
        "FRESHRSS_URL": "<FRESHRSS_URL>",
        "FRESHRSS_USER": "<FRESHRSS_USER>",
        "FRESHRSS_API_PASSWORD": "<FRESHRSS_API_PASSWORD>",
        "FRESHRSS_READ_ONLY": "<FRESHRSS_READ_ONLY>",
        "FRESHRSS_INSECURE_TLS": "<FRESHRSS_INSECURE_TLS>",
        "FRESHRSS_ALLOW_TOOLS": "<FRESHRSS_ALLOW_TOOLS>",
        "FRESHRSS_DENY_TOOLS": "<FRESHRSS_DENY_TOOLS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

FreshRSS in other clients