TextArtTools MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TextArtTools MCP Serverconvert 'Hello World' to bold unicode style"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TextArtTools MCP Server
๐ 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

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
Install the MCP remote proxy:
npm install -g @anthropic/mcp-remoteAdd to your Claude Desktop config (
claude_desktop_config.json):{ "mcpServers": { "textarttools": { "command": "mcp-server", "args": ["https://mcp.textarttools.com/sse"] } } }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 styleslist_available_styles- Get all available styles with examplespreview_styles- Preview text in multiple stylesget_style_info- Get detailed style information and compatibility
ASCII Art Banners:
ascii_art_text- Generate stylized text banners with 322+ fontslist_figlet_fonts- Get all available fonts from R2 storagepreview_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
Live Server: https://mcp.textarttools.com
API Documentation: https://mcp.textarttools.com/ (AI-friendly)
Health Check: https://mcp.textarttools.com/health
MCP Protocol: Model Context Protocol Spec
๐ค 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
This server cannot be installed
Maintenance
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
- Flicense-qualityDmaintenanceSwiss-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 requiredLast updated5
- Alicense-qualityDmaintenanceA 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 updated24MIT
- AlicenseAqualityCmaintenanceASCII art & kaomoji for AI agents, CLI tools, and chatbots.Last updated11471MIT
- AlicenseBqualityBmaintenanceEnables AI assistants to create, animate, and export ASCII art using natural language, with live browser sync.Last updated96438MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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