ascii art for Zed
io.github.theduodecim/ascii-art
MCP server that exposes ASCII and Unicode art tools
client:Zed
transport:stdio
runtime:npm
Install ascii art in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ascii-art": {
"command": "npx",
"args": [
"-y",
"ascii-art-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs