Base64编码解码MCP服务器
@liuyazui
About Base64编码解码MCP服务器
🚀 Base64编码解码MCP服务器:支持文本📝和图片🖼️转换,提供工具🛠️、资源和提示模板,完美集成到AI工作流程🤖
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"base64_server": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
什么是Base64编码解码MCP服务器?
一个提供Base64编码和解码功能的MCP服务器,支持文本和图片的Base64转换,使用uv进行依赖管理。
如何用Base64编码解码MCP服务器?
通过uv安装并配置MCP客户端,在客户端配置文件中添加服务器命令,如uv run mcp run base64_server.py。提供四个工具:base64_encode_text、base64_decode_text、base64_encode_image、base64_decode_image。还可通过资源URI和提示模板使用。
核心功能
- 文本Base64编码和解码
- 图片Base64编码和解码
- 支持Data URL格式
- 简单易用的API
- 使用uv进行依赖管理
使用场景
- 将文本或图片编码为Base64字符串,便于在URL或数据流中传输
- 解码接收到的Base64数据,恢复原始文本或图片内容
- 为前端应用生成Data URL,直接嵌入图像资源
- 在MCP客户端中快速完成编码/解码操作,无需额外工具
FAQ
Base64编码解码MCP服务器支持哪些输入类型?
支持文本字符串和图片文件路径两种输入类型。
需要哪些运行时环境?
需要Python和uv包管理器。
如何测试服务器是否正常运行?
可以使用MCP Inspector命令执行`
Frequently asked questions
Base64编码解码MCP服务器支持哪些输入类型?
支持文本字符串和图片文件路径两种输入类型。
需要哪些运行时环境?
需要Python和uv包管理器。
如何测试服务器是否正常运行?
可以使用MCP Inspector命令执行`
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Servers
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments