Loading languages...
FR

freshrss-mcp-server

@rakeshgangwar2

A Model Context Protocol server for interacting with FreshRSS feeds via the Fever API.

freshrss
rss
mcp-server

# mcpServer Config

{
  "mcpServers": {
    "freshrss": {
      "command": "node",
      "args": [
        "/path/to/freshrss-server/build/index.js"
      ],
      "env": {
        "FRESHRSS_API_URL": "https://your-freshrss-instance.com",
        "FRESHRSS_USERNAME": "your-username",
        "FRESHRSS_PASSWORD": "your-password"
      }
    }
  }
}

# stdio

node /path/to/freshrss-server/build/index.js
Transport:
stdio
语言:
JavaScript
创建时间:3/25/2025
更新时间:7/31/2025