Textarttools MCP Server

Unicode text styling and ASCII art generation with 23 styles and 322+ figlet fonts

Remote serverstreamable-httpTypeScript

What is the Textarttools MCP server?

Unicode text styling and ASCII art generation with 23 styles and 322+ figlet fonts. The textarttools mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 7 defined tools rather than through you.

What it actually does

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

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Its toolset

Everything the assistant can do here goes through one of these:

  • 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_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

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the textarttools mcp server does with a few real requests.

When to reach for it

This sits in the file and storage access group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Textarttools's toolset — unicode_style_text, list_available_styles, preview_styles and 4 more — is a fair guide to whether it matches your workflow. It is maintained by com.textarttools; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
unicode_style_textTransform text with any of 23 Unicode styles
list_available_stylesGet all available styles with examples
preview_stylesPreview text in multiple styles
get_style_infoGet detailed style information and compatibility
ascii_art_textGenerate stylized text banners with 322+ fonts
list_figlet_fontsGet all available fonts from R2 storage
preview_figlet_fontsPreview text in multiple fonts

How to install the Textarttools MCP server

{
  "mcpServers": {
    "textarttools": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-remote"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Textarttools to unicode style text.
  • Use Textarttools to list available styles.
  • Use Textarttools to preview styles.

Frequently asked questions

It connects Textarttools to MCP-compatible AI assistants such as Claude and Cursor, exposing 7 tools (unicode_style_text, list_available_styles, preview_styles, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Textarttools directly.