Skip to content
Cursor

illustrator mcp server for Cursor

io.github.ie3jp/illustrator-mcp-server

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

client:Cursor transport:stdio runtime:npm

Install illustrator mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "illustrator-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "illustrator-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

illustrator mcp server in other clients