Skip to content
Zed

artscii for Zed

io.github.rxolve/artscii

LLMs can't draw. This MCP can. 81 arts + 100 kaomoji + diagrams + charts.

client:Zed transport:stdio runtime:npm

Install artscii in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "artscii": {
      "command": "npx",
      "args": [
        "-y",
        "artscii"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

artscii in other clients