Skip to content
Cursor

base64 for Cursor

io.github.ryudi84/base64

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

client:Cursor transport:stdio runtime:npm

Install base64 in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

base64 in other clients