Developer Tools
Trust: 32/100 (Limited)io.github.ryudi84/base64 Guide
MCP server for Base64, URL, and HTML encoding/decoding
by ryudi84
Quick Start
Install
npx base64-forge-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-ryudi84-base64": {
"command": "npx",
"args": [
"base64-forge-mcp"
]
}
}
}