base64 for Cline
io.github.ryudi84/base64
MCP server for Base64, URL, and HTML encoding/decoding
client:Cline
transport:stdio
runtime:npm
Install base64 in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"base64": {
"command": "npx",
"args": [
"-y",
"base64-forge-mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs