illustrator-mcp-server CLAUDE.md

illustrator-mcp-server CLAUDE.md is an instructions file for Claude Code from ie3jp/illustrator-mcp-server. It costs 1,937 tokens per session, scanned A, original, MIT.

Project instructions for releasing an Illustrator integration through automated GitHub Actions workflows. They also cover release notes and promotion channels.

In plain words
What is it for?
Use them when bumping versions, creating releases, publishing packages, attaching release files, updating the MCP Registry, and planning announcements.
Why use it?
They prevent unsafe manual publishing and help avoid release failures caused by incorrect versions or descriptions.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/ie3jp/illustrator-mcp-server/claude-md
Clone the repo
git clone --depth 1 https://github.com/ie3jp/illustrator-mcp-server

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for illustrator-mcp-server CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/ie3jp/illustrator-mcp-server/claude-md.svg)](https://agentmods.dev/instructions/ie3jp/illustrator-mcp-server/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/ie3jp/illustrator-mcp-server/claude-md"><img src="https://agentmods.dev/badge/instructions/ie3jp/illustrator-mcp-server/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,937 This file is loaded in full into every session.
When invoked 1,937 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.01937 $0.01937
Opus 5 $0.00968 $0.00968
Sonnet 5 $0.00387 $0.00387
Haiku 4.5 $0.00194 $0.00194

Measured 6d ago against content hash 42c1b5708dd7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

illustrator-mcp-server CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 143 lines

How it starts

The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.

リリース手順

  • npmへの直接publishは禁止。必ずCI(GitHub Actions)経由でリリースする
  • 手順: バージョンbump → コミット → タグ作成・push → GitHub Releaseを作成 → release CIが npm publish・mcpbのリリース添付・MCP Registry公開まで自動実行
  • mcpbの手動アップロードは不要(CIの Upload release asset ステップが自動添付する)
  • server.json の description は MCP Registry の100文字制限 あり。超えると release CI の Registry publish が422で失敗する(npm publishは成功してしまうので注意)
  • server.json / manifest.json のversionはCIがタグから自動更新するため、ローカルでは package.json のみbumpすればよい
  • npm publish をローカルで実行しない
  • GitHub Releaseのノートは以下のフォーマットで日英併記する:
    • セクション: ### 新機能 / New Features### 改善 / Improvements### バグ修正 / Bug Fixes### ドキュメント / Docs### その他 / Other(該当があるもののみ)
    • 各項目は「日本語説明 / English description」の1行形式
    • デザイナーなど非エンジニアにもわかりやすい表現にする
    • Full ChangelogリンクやPRリンクは不要

プロモーション計画

登録済み

  • Glama (READMEにバッジあり)

MCP公式ディレクトリ

  • modelcontextprotocol/servers のREADMEリストはメンテナンス終了、MCP Registryへ移行中
  • MCP Registry への登録を検討

すぐできること

  • Smithery / mcp.so — MCP系ディレクトリに登録
  • X/Twitter で動画デモ — Claudeと対話してIllustratorが動く短い動画
  • Reddit — r/ClaudeAI, r/AdobeIllustrator, r/graphic_design に投稿

記事・コンテンツ

  • Zenn / note / Qiita — 日本のデザイナー・DTP界隈向け実践記事(例:「入稿チェックをAIに任せてみた」)
  • YouTube / ショート動画 — 「AIでIllustratorを操作してみた」系

中長期

  • Adobe Community Forum — Illustratorユーザーが直接集まる場所。使い方紹介として投稿。ターゲットにダイレクトに届くので優先度高い
  • Product Hunt — 出すのは問題ないがMCP系のupvoteは全体的に低調。やるなら「ついで」の温度感で
  • デザイン系メディア寄稿 — CreatorZine等

デモ動画の録画

概要

Claude Desktop + Illustrator を左右に並べ、プロンプト自動入力→MCP経由でIllustratorを操作する様子を録画する。

3パターンのデモ

# スクリプト 内容 カラー
1 demo/record_01_business_card.sh 名刺 "KUMO Studio" CMYK
2 demo/record_02_poster.sh A3ポスター "SYNC TOKYO 2026" CMYK
3 demo/record_03_logo.sh ロゴ3案 "Slow Drip" RGB

録画の実行手順

# 0. 事前準備
#    - Claude Desktop と Illustrator を起動しておく
#    - Claude Desktop で新しいチャットを開いておく
#    - 前回の .mov ファイルが残っていたら削除する(上書きできないため)

# 1. スクリプト実行(ウィンドウ配置→録画開始→タイピング→送信を一括)
bash demo/record_01_business_card.sh

# 2. Claude Desktop が作業完了するまで待つ
#    - スクロールが止まったら End キーで最下部に飛ばす
#    - Continue ボタンが出たら手動で押す

# 3. 完了したら Ctrl+C で録画停止

# 4. 次のパターンは新しいチャットで繰り返し
bash demo/record_02_poster.sh
bash demo/record_03_logo.sh

Read the full file on GitHub · 143 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 143 lines · 1,937 tokens per session scan A 42c1b5708dd7

Subscribe to this mod's changes

illustrator-mcp-server CLAUDE.md is an instructions file published in the GitHub repository ie3jp/illustrator-mcp-server (97 stars, last pushed 3d ago), licensed MIT. It adds 1,937 tokens to every session, about $0.0097 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens