Back to Home
tssujt icon

miniflux-mcp

Verified Safe

by tssujt

Overview

Manage and interact with a Miniflux RSS reader instance using the Model Context Protocol (MCP).

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 uses environment variables for sensitive credentials (API key, username, password) and performs basic validation for their presence. It relies on the Miniflux Go client library for API interactions, which is generally robust. No 'eval' or similar dangerous patterns are present. Input arguments for tools are type-checked, mitigating basic type-related vulnerabilities. Network communication for the MCP itself is via standard I/O (ServeStdio), and the server connects outbound to the configured Miniflux instance.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars10
Forks0
Last Update2026-01-12

Tags

MinifluxRSSMCPGoAPI