Skip to content

illustrator mcp server for Zed

io.github.ie3jp/illustrator-mcp-server

Adobe Illustrator MCP with 67 tools — more than the official Illustrator MCP. macOS | Windows.

client:Zed transport:stdio runtime:npm

Install illustrator mcp server in Zed

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

{
  "context_servers": {
    "illustrator-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "illustrator-mcp-server"
      ]
    }
  }
}

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

illustrator mcp server in other clients