Encode files to Base64 and decode content back into usable files.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-base64" yet — see the docs or source repo.
Please encode this PNG image into a Base64 string and preserve the file type information so I can embed it in a webpage.
A ready-to-use Base64-encoded result suitable for embedding in HTML, CSS, or API requests.
Please decode this Base64 content into the original file and output it in the correct format as a downloadable file.
A file matching the original content, ready for viewing, saving, or further processing.
I need to send a binary attachment through JSON. First encode it to Base64, then show how to decode it back into a file after transfer.
The encoded string plus a demonstration of restoring it to the original binary file.
Encode and decode Base64, Base64URL, Base32, and Hex data.
Convert binary, hex, octal, decimal, and base64 deterministically for reliable data handling.
Safely decode and inspect JWT tokens and Base64 payloads in real time.
Use developer utilities for JSON validation, encoding, timestamps, and hashing.
Access handy developer utilities for encoding, conversion, hashing, and formatting tasks.
Read and convert text files with auto-detected non-UTF-8 encodings.