@ie3jp/illustrator-mcp-server
MCP server package illustrator-mcp-server
Install
agr install @ie3jp/illustrator-mcp-server --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "illustrator-mcp-server", "version": "1.5.1", "mcpName": "io.github.ie3jp/illustrator-mcp-server", "description": "MCP server for reading, manipulating, and exporting Adobe Illustrator design data", "type": "module", "main": "dist/index.js", "bin": { "illustrator-mcp-server": "dist/index.js" }, "files": [ "dist/**/*" ], "scripts": { "build": "tsc && node -e "require('fs').cpSync('src/jsx','dist/jsx',{recursive:true})" && node -e "require('esbuild').buildSync({entryPoints:['src/index.ts'],bundle:true,platform:'node',format:'cjs',outfile:'dist/bundle.cjs',define:{'import.meta.url':'_importMetaUrl'},banner:{js:'const _importMetaUrl = require(\"url\").pathToFileURL(__filename).href;'}})"", "dev": "node -e "require('fs').cpSync('src/jsx','dist/jsx',{recursive:true})" && tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build", "test": "vitest run", "test:watch": "vitest", "pack:mcpb": "npm run build && npm ci --omit=dev && npx @anthropic-ai/mcpb pack && npm install", "release": "npm run build && npm test && git push && git push --tags" }, "keywords": [ "mcp", "model-context-protocol", "illustrator", "adobe", "extendscript", "jsx", "design", "svg" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ie3jp/illustrator-mcp-server.git" }, "homepage": "https://github.com/ie3jp/illustrator-mcp-server", "bugs": { "url": "https://github.com/ie3jp/illustrator-mcp-server/issues" }, "engines": { "node": ">=20.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "p-limit": "^7.3.0" }, "devDependencies": { "@types/node": "^25.9.1", "tsx": "^4.22.3", "typescript": "^6.0.3", "vitest": "^4.1.7" } }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-e8e2dec7a4d62026-08-04