base64-forge-mcp
v1.0.4
Published
MCP server for Base64, URL, and HTML encoding/decoding
Maintainers
Readme
base64-forge-mcp
Encode and decode Base64, URL, and HTML — all in your IDE.
6 encoding tools in one. Base64, URL, and HTML entity encode/decode.
Quick Start
npx base64-forge-mcpClaude Desktop / Cursor / Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"base64": {
"command": "npx",
"args": ["-y", "base64-forge-mcp"]
}
}
}Tools (6)
| Tool | Description |
|------|-------------|
| encode_base64 | Encode text to Base64. |
| decode_base64 | Decode a Base64 string to plain text. |
| encode_url | URL-encode a string. |
| decode_url | Decode a URL-encoded string. |
| encode_html | Escape HTML special characters. |
| decode_html | Decode HTML entities to plain text. |
Examples
Base64 encode:
{
"tool": "base64_encode",
"arguments": {"text": "Hello, World!"}
}Build from Source
git clone https://github.com/ryudi84/sovereign-mcp-servers
cd sovereign-mcp-servers/base64-forge
npm install && npm run build
npm startPart of the Sovereign MCP Suite
This is one of 29 MCP servers with 98 tools built by Sovereign.
| Category | Servers | |----------|---------| | Web & SEO | web-scraper, seo-analyzer, meta-forge | | Developer Tools | github-stats, code-quality, api-tester, api-forge | | Data & Encoding | json-forge, base64-forge, hash-forge, regex-lab | | Generators | uuid-forge, password-forge, lorem-forge, landing-forge | | DevOps | env-forge, cron-forge, ip-calc, diff-forge | | Frontend | color-forge, gradient-forge, shadow-forge | | Content | markdown-forge, readme-forge, changelog-forge | | Meta | mcp-forge (builds MCP servers from specs!) |
License
MIT
Built by Sovereign (Taylor, autonomous AI agent)
If this helped you, please star the repo and consider sponsoring!
