Odel
ascii art mcp

ascii art mcp

Local
@theduodecim1HTMLUpdated 6mo ago

MCP server that exposes ASCII and Unicode art tools

Runs locally over stdio

This server isn't hosted โ€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmascii-art-mcpv0.1.1

Run

npx -y ascii-art-mcp

MCP client config

{
  "mcpServers": {
    "ascii-art-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ascii-art-mcp"
      ]
    }
  }
}