Skip to content
Cursor

FreshRSS for Cursor

io.github.ni-c/freshrss-mcp

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

client:Cursor transport:stdio runtime:npm

Install FreshRSS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "freshrss-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

FreshRSS in other clients