illustrator mcp server for Grok
io.github.ie3jp/illustrator-mcp-server
Adobe Illustrator MCP with 67 tools — more than the official Illustrator MCP. macOS | Windows.
client:Grok
transport:stdio
runtime:npm
Install illustrator mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"illustrator-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"illustrator-mcp-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs