com.textarttools/textarttools-mcp

内容与创意

by humanjesse

提供 Unicode 文本样式化与 ASCII art 生成功能,内置 23 种风格和 322+ 款 figlet 字体。

什么是 com.textarttools/textarttools-mcp

提供 Unicode 文本样式化与 ASCII art 生成功能,内置 23 种风格和 322+ 款 figlet 字体。

README

TextArtTools MCP Server

License: MIT MCP Cloudflare Workers

🌐 Live Server: https://mcp.textarttools.com

Transform text with Unicode styles and create ASCII art banners. A production-ready Model Context Protocol (MCP) server deployed globally on Cloudflare Workers.

📺 Demo

TextArtTools Demo

✨ Features

  • 23 Unicode Text Styles - Transform text to 𝗯𝗼𝗹𝗱, 𝘪𝘵𝘢𝘭𝘪𝘤, 𝒸𝓊𝓇𝓈𝒾𝓋𝓮, 𝔣𝔯𝔞𝔨𝔱𝔲𝔯, and more
  • 322+ ASCII Art Fonts - Create stylized text banners for headers and decorations
  • No Authentication - Public server ready to use immediately
  • Global Performance - Deployed on Cloudflare Workers edge network
  • Rate Limited - 100 requests per minute with burst protection
  • Secure - Input validation, XSS prevention, and comprehensive security headers

🚀 Quick Start

Install with Claude Desktop

  1. Install the MCP remote proxy:

    bash
    npm install -g @anthropic/mcp-remote
    
  2. Add to your Claude Desktop config (claude_desktop_config.json):

    json
    {
      "mcpServers": {
        "textarttools": {
          "command": "mcp-server",
          "args": ["https://mcp.textarttools.com/sse"]
        }
      }
    }
    
  3. Restart Claude Desktop and start using text styling tools!

💡 Example Usage

Try the live API directly:

bash
# Transform text to bold Unicode style
curl -X POST https://mcp.textarttools.com/sse \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "unicode_style_text",
      "arguments": {
        "text": "Hello World",
        "style": "bold"
      }
    }
  }'

# Create ASCII art banner
curl -X POST https://mcp.textarttools.com/sse \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 2,
    "method": "tools/call",
    "params": {
      "name": "ascii_art_text",
      "arguments": {
        "text": "Hello",
        "font": "Big"
      }
    }
  }'

🛠️ Available Tools

The server provides 7 MCP tools:

Unicode Text Styling:

  • unicode_style_text - Transform text with any of 23 Unicode styles
  • list_available_styles - Get all available styles with examples
  • preview_styles - Preview text in multiple styles
  • get_style_info - Get detailed style information and compatibility

ASCII Art Banners:

  • ascii_art_text - Generate stylized text banners with 322+ fonts
  • list_figlet_fonts - Get all available fonts from R2 storage
  • preview_figlet_fonts - Preview text in multiple fonts

Visit https://mcp.textarttools.com/ for complete API documentation.

🏗️ Local Development

Want to run your own instance or contribute?

bash
# Clone the repository
git clone https://github.com/humanjesse/textarttools-mcp.git
cd textarttools-mcp

# Install dependencies
npm install

# Create local environment file
cp .dev.vars.example .dev.vars
# Edit .dev.vars with your development values

# Start development server
npm run dev

# Test locally (server runs at http://localhost:8788)
curl -X POST http://localhost:8788/sse \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Development Commands

bash
npm run dev        # Start development server
npm run build      # Build for production
npm run deploy     # Deploy to Cloudflare Workers (requires auth)
npm run lint       # Check code quality
npm run typecheck  # Validate TypeScript

📖 Documentation

🤝 Contributing

Contributions are welcome! Please see CONTRIBUTING.md for guidelines.

📝 License

MIT License - see LICENSE file for details.


Built with Model Context Protocol • Deployed on Cloudflare Workers

常见问题

com.textarttools/textarttools-mcp 是什么?

提供 Unicode 文本样式化与 ASCII art 生成功能,内置 23 种风格和 322+ 款 figlet 字体。

相关 Skills

文档共著

by anthropics

Universal
热门

围绕文档、提案、技术规格、决策记录等写作任务,按上下文收集、结构迭代、读者测试三步协作共创,减少信息遗漏,写出更清晰、经得起他人阅读的内容。

写文档、方案或技术规格时容易思路散、信息漏,它用结构化共著流程帮你高效传递上下文、反复打磨内容,还能从读者视角做验证。

内容与创意
未扫描149.6k

内部沟通

by anthropics

Universal
热门

按公司常用模板和语气快速起草内部沟通内容,覆盖 3P 更新、状态报告、领导汇报、项目进展、事故复盘、FAQ 与 newsletter,适合需要统一格式的团队沟通场景。

按公司偏好的模板快速产出状态汇报、领导更新和 FAQ,既省去反复改稿,也让内部沟通更统一、更专业。

内容与创意
未扫描149.6k

平面设计

by anthropics

Universal
热门

先生成视觉哲学,再落地成原创海报、艺术画面或其他静态设计,输出 .png/.pdf,强调构图、色彩与空间表达,适合需要高完成度视觉成品的场景。

做海报、插画或静态视觉稿时,用它能快速产出兼顾美感与版式的PNG/PDF成品,原创设计更省心,也更适合规避版权风险。

内容与创意
未扫描149.6k

相关 MCP Server

免费的加密新闻聚合 MCP,汇集 Bitcoin、Ethereum、DeFi、Solana 与 altcoins 资讯源。

内容与创意
236

by ProfessionalWiki

让 Large Language Model 客户端无缝连接任意 MediaWiki 站点,可创建、更新、搜索页面,并通过 OAuth 2.0 安全管理内容。

内容与创意16 个工具
97

用于Adobe Photoshop自动化的MCP server,让AI assistants直接控制Photoshop。

内容与创意
97

评论