Skip to content

inaniwaudon/illustrator-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

illustrator-mcp

An implementation of MCP server for Adobe Illustrator. It enables text, image, and path manipulation and information retrieval. This tool only works on macOS.

Usage

Add the following to your MCP client configuration file.

{
  "mcpServers": {
    "illustrator": {
      "command": "node",
      "args": [
        "~/Documents/web/illustrator-mcp/build/index.js"
      ]
    }
  }
}

Development

yarn
yarn test

About

An implementation of MCP server for Adobe Illustrator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published