← Back to Plugins
MCP Server MCP

FreshRSS

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @ni-c/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@ni-c/freshrss-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Root URL of the FreshRSS instance, e.g. https://rss.example.com",
          "isRequired": true,
          "format": "string",
          "name": "FRESHRSS_URL"
        },
        {
          "description": "FreshRSS user name",
          "isRequired": true,
          "format": "string",
          "name": "FRESHRSS_USER"
        },
        {
          "description": "API password from Settings -> Profile -> API management, not the web login password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FRESHRSS_API_PASSWORD"
        },
        {
          "description": "Set to true to register only the read tools",
          "format": "boolean",
          "name": "FRESHRSS_READ_ONLY"
        },
        {
          "description": "Set to true to accept a self-signed certificate for this connection only",
          "format": "boolean",
          "name": "FRESHRSS_INSECURE_TLS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/ni-c/freshrss-mcp:0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Root URL of the FreshRSS instance, e.g. https://rss.example.com",
          "isRequired": true,
          "format": "string",
          "name": "FRESHRSS_URL"
        },
        {
          "description": "FreshRSS user name",
          "isRequired": true,
          "format": "string",
          "name": "FRESHRSS_USER"
        },
        {
          "description": "API password from Settings -> Profile -> API management, not the web login password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "FRESHRSS_API_PASSWORD"
        },
        {
          "description": "Set to true to register only the read tools",
          "format": "boolean",
          "name": "FRESHRSS_READ_ONLY"
        },
        {
          "description": "Set to true to accept a self-signed certificate for this connection only",
          "format": "boolean",
          "name": "FRESHRSS_INSECURE_TLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...