Odel
nakkas

nakkas

Local
@arikusi22TypeScriptMITUpdated 1mo ago

MCP server that turns AI into an SVG artist. One rendering engine, AI decides everything.

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).

npmnakkasv0.5.0

Run

npx -y nakkas

MCP client config

{
  "mcpServers": {
    "nakkas": {
      "command": "npx",
      "args": [
        "-y",
        "nakkas"
      ]
    }
  }
}