Skip to content
Claude Desktop

base64 for Claude Desktop

io.github.ryudi84/base64

MCP server for Base64, URL, and HTML encoding/decoding

client:Claude Desktop transport:stdio runtime:npm

Install base64 in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "base64": {
      "command": "npx",
      "args": [
        "-y",
        "base64-forge-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

base64 in other clients