Skip to main content
Glama
humanjesse

TextArtTools MCP Server

by humanjesse

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

Related MCP server: devtools-mcp

โœจ 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:

    npm install -g @anthropic/mcp-remote
  2. Add to your Claude Desktop config (claude_desktop_config.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:

# 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?

# 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

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

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
โ€“Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Swiss-army-knife utility MCP server for AI agents. 18 tools for JSON validation/formatting, base64 encode/decode, hash generation, UUID generation, URL parsing, regex testing, markdownโ†”HTML conversion, text stats, slug generation, datetime conversion, cron parsing, text diffing, CSVโ†”JSON conversion, and JWT decoding. Zero API Key required
    Last updated
    5
  • A
    license
    -
    quality
    D
    maintenance
    A comprehensive toolkit of 23 developer utilities that enables AI assistants to perform tasks like encoding, cryptography, and data generation locally without requiring API keys. It streamlines workflows by providing tools for JWT decoding, UUID generation, regex testing, and JSON formatting directly within the chat interface.
    Last updated
    24
    MIT

View all related MCP servers

Related MCP Connectors

  • 500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.

  • 39 Japanese locale APIs โ€” wareki, NTA invoice, ๆณ•ไบบ็•ชๅท, postal, romanization, kanji-kana (Workers AI).

  • Upload, organize, search, and transform images, videos, and files with AI-powered tools.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/humanjesse/textarttools-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server