Back to Home
tssujt icon

miniflux-mcp

Verified Safe

by tssujt

Overview

An MCP server that provides tools to interact with a Miniflux RSS reader instance, enabling management of feeds, entries, categories, and users.

Installation

Run Command
docker run -i --rm --env-file .env jwonder/miniflux-mcp:latest

Environment Variables

  • MINIFLUX_URL
  • MINIFLUX_API_KEY
  • MINIFLUX_USERNAME
  • MINIFLUX_PASSWORD

Security Notes

The server correctly retrieves authentication credentials (API key or username/password) from environment variables, avoiding hardcoding. Input validation for tool arguments relies on Go's type assertion mechanisms, which prevent arbitrary code injection through type mismatches. No 'eval' or other obviously dangerous patterns are present in the provided source code. The application depends on a configured Miniflux instance for core functionality, so the security of that instance is paramount. The 'discover' tool takes a URL, handled by the Miniflux client, which is expected to sanitize input.

Similar Servers

Stats

Interest Score37
Security Score9
Cost ClassLow
Avg Tokens1000
Stars7
Forks0
Last Update2025-11-25

Tags

MinifluxRSSFeed ReaderMCPGo