Loading languages...
AN

AnshulDalua/illustrator-mcp

@AnshulDalua1

MCP that connects illustrator to claude desktop

illustrator
adobe
claude
macos

Illustrator MCP Server

Adobe Illustrator is compatible with JavaScript. In fact, some super big stuff you need to programmatically generate with these scripts. Bots are good at JavaScript.

This MCP server let's bots send scripts straight to Illustrator and look at the result.

Since it depends on AppleScript, it's only compatible with MacOS. and I've only tested it with Claude Desktop. ~/Library/Application\\ Support/Claude/claude_desktop_config.json

{
    "mcpServers": {
        "illustrator": {
            "command": "uv",
            "args": [
                "--directory",
                "/Users/you/code/mcp/illustrator-mcp-server",
                "run",
                "illustrator"
            ]
        }
    }
}

# mcpServer Config

{
  "mcpServers": {
    "illustrator": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/you/code/mcp/illustrator-mcp-server",
        "run",
        "illustrator"
      ]
    }
  }
}

# stdio

uv run illustrator
Transport:
stdio
Language:
Python
Created: 4/11/2025
Updated: 4/11/2025

Recommend MCP Servers 💡

ayushps1/remote-mcp-server

ayushps1/remote-mcp-server

ayushps1

A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, providing tools (like a math tool) accessible via SSE with OAuth login.

2025-04-16
sse
@pyroprompts/mcp-stdio-to-streamable-http-adapter

@pyroprompts/mcp-stdio-to-streamable-http-adapter

pyroprompts

An MCP server that acts as a STDIO to Streamable HTTP adapter, enabling existing MCP clients to interact with Streamable HTTP MCP servers.

2025-05-01
JavaScript
@bharathvaj/whois-mcp

@bharathvaj/whois-mcp

bharathvaj-ganesan

MCP Server for whois lookups, allowing AI agents to perform domain, IP, ASN whois queries

2025-03-05
JavaScript
PRIMS

PRIMS

hileamlakB

PRIMS is a lightweight, open-source Model Context Protocol (MCP) server that lets LLM agents safely execute arbitrary Python code in a secure, throw-away sandbox.

2025-06-26
streamable
mcp-code-executor

mcp-code-executor

bazinga012

An MCP server enabling Large Language Models to execute Python code within configurable environments (Conda, virtualenv, UV virtualenv), supporting incremental code generation and dynamic environment configuration.

2025-02-06
JavaScript
label-studio

label-studio

HumanSignal

This project provides a Model Context Protocol (MCP) server that allows interaction with a Label Studio instance using the label-studio-sdk. It enables programmatic management of labeling projects, tasks, and predictions via natural language or structured calls from MCP clients. Using this MCP Server, you can make requests like: * "Create a project in label studio with this data ..." * "How many tasks are labeled in my RAG review project?" * "Add predictions for my tasks." * "Update my labeling template to include a comment box."

2025-04-25
Python