Text Processing & Transformation MCP Server - encoding, formatting, string manipulation, and regex tools
npm install @mcpcn/text-processor文本处理与转换工具 MCP 服务器
encode_base64 / decode_base64 - Base64 编码解码encode_url / decode_url - URL 编码解码encode_html / decode_html - HTML 实体编码解码image_to_base64 - 将图片文件转换为 Base64 字符串base64_to_image - 将 Base64 字符串保存为图片文件format_json - 格式化 JSONformat_xml - 格式化 XMLformat_sql - 格式化 SQLformat_html - 格式化 HTMLstring_trim - 去除空白字符string_substring - 提取子字符串string_replace - 替换文本string_split - 分割字符串string_join - 合并字符串regex_test - 测试正则匹配regex_replace - 正则替换regex_extract - 正则提取regex_split - 正则分割count_lines - 统计行数``bash`
npm install
npm run build
`bash``
npm start