← Index

io.github.ryudi84/base64

io.github.ryudi84/base64·v1.0.3·Other
Quality Score
82
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "base64": {
      "command": "npx",
      "args": [
        "-y",
        "base64-forge-mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "base64": {
      "command": "npx",
      "args": [
        "-y",
        "base64-forge-mcp"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y base64-forge-mcp
§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other