Skip to content
VS Code

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

base64 in other clients