Skip to content
VS Code

artscii for VS Code

io.github.rxolve/artscii

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

client:VS Code transport:stdio runtime:npm

Install artscii in VS Code

.vscode/mcp.json

{
  "servers": {
    "artscii": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "artscii"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

artscii in other clients