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.
npx agentmods add instructions/ie3jp/illustrator-mcp-server/claude-mdgit clone --depth 1 https://github.com/ie3jp/illustrator-mcp-serverWrote 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.
[](https://agentmods.dev/instructions/ie3jp/illustrator-mcp-server/claude-md)<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>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.
| Model | Per session | Once 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 |
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.
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
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.
- 6d ago First seen · 143 lines · 1,937 tokens per session scan A 42c1b5708dd7
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.
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).
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.
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).
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.
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.
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.