miniflux-mcp
Verified Safeby tssujt
Overview
Manage and interact with a Miniflux RSS reader instance using the Model Context Protocol (MCP).
Installation
docker run -i --rm --env-file .env jwonder/miniflux-mcp:latestEnvironment 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
Unla
Transforms existing MCP Servers and APIs into MCP protocol-compliant endpoints through configuration, enabling LLM tool calling without code changes.
kafka-mcp-server
Enables LLM models and AI applications to interact with Apache Kafka for producing/consuming messages, managing topics, monitoring consumer groups, and assessing cluster health via the Model Context Protocol (MCP).
context7-http
An MCP server that supports HTTP streaming for the Context7 project, enabling remote utilization without local installation.
toolhive-registry-server
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.