terminaltexteffects (MCP Server)

GitHub

TerminalTextEffects (TTE) is a terminal visual effects engine, application, and Python library.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "terminaltexteffects": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-terminaltexteffects"
      ]
    }
  }
}