base64 for VS Code
io.github.ryudi84/base64
MCP server for Base64, URL, and HTML encoding/decoding
client:VS Code
transport:stdio
runtime:npm
Install base64 in VS Code
.vscode/mcp.json
{
"servers": {
"base64": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"base64-forge-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs