Skip to content

Conversation

@humanjesse
Copy link
Contributor

Summary

Add TextArtTools to the MCP registry as a third-party server.

Server Details

Quick Installation

Add to your Claude Desktop configuration:

{
  "mcpServers": {
    "textarttools": {
      "command": "mcp-remote",
      "args": ["https://mcp.textarttools.com/sse"]
    }
  }
}

Demo

TextArtTools Demo

Example showing Unicode text styling and ASCII art generation in Claude Desktop

The server is live and functional with full MCP protocol compliance.

Checklist

  • I have read the MCP Protocol Documentation
  • My changes follows MCP security best practices
  • I have updated the server's README accordingly
  • I have tested this with an LLM client
  • My code follows the repository's style guidelines
  • New and existing tests pass locally
  • I have added appropriate error handling
  • I have documented all environment variables and configuration options

humanjesse and others added 3 commits September 29, 2025 00:11
Add TextArt Tools server to third-party servers list.
Provides Unicode text styling and ASCII art generation
with 23 styles and 322+ figlet fonts.
@olaservo olaservo merged commit 2d71877 into modelcontextprotocol:main Oct 8, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants