base64 for Grok
io.github.ryudi84/base64
MCP server for Base64, URL, and HTML encoding/decoding
client:Grok
transport:stdio
runtime:npm
Install base64 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"base64": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"base64-forge-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs