mcp-base64
Verified Safeby Wuodan
Overview
Provides a Python MCP server for Base64 encoding and decoding of local files using stdio transport.
Installation
No command providedSecurity Notes
The server directly handles absolute file paths for encoding and decoding. While this is its core function, it poses a risk of path traversal or unintended file access if input paths are not properly sanitized or validated by the calling application. No overt signs of 'eval' or network listening beyond stdio transport.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
plotting-mcp
A MCP server that transforms CSV data into beautiful visualizations for AI assistants and chat applications.
python-mcp-server
This project implements a Model Context Protocol (MCP) server providing weather information tools (alerts and forecasts) via Server-Sent Events (SSE), demonstrating how AI agents can interact with external services.
void-mcp-server
Provides a secure, sandboxed filesystem server for AI agents via the Model Context Protocol (MCP), enabling file and directory operations within a defined project root.