Model Context Protocol

Generate on-brand illustrations from inside your AI agent

Brushless is an MCP server. Connect it to Claude Code, Cursor, Codex or any other MCP-capable agent, and that agent can generate transparent-background illustrations, icons and spot art in a consistent style — without you leaving the editor.

Connecting requires a Brushless account. The first time an agent connects, a browser window opens to sign in and approve access — there is no API key to create or paste. Generating illustrations spends credits from your account.

What you get

Illustrations, in your workflow

Ask your agent for an icon, a spot illustration or a simple logo and it calls Brushless directly. Output is a lossless WebP at the exact aspect ratio you asked for, with a transparent background by default so it drops straight into a layout.

One style, chosen once

The first time an agent needs a style it opens the style picker, and the choice is written to .brushless/config.json in your project. Every later illustration reads that file, so a project stays visually consistent instead of drifting style by style.

The agent learns it itself

There is nothing to install. The agent pulls the Brushless guide straight from the server — the get_started tool and the skill://brushless/how-to-use resource teach it the styles, palette rules and prompting conventions on its own.

Connect it

Brushless speaks MCP over HTTP with OAuth, so the server URL is the whole integration. The tabs below are each tool's own documented way of adding an HTTP MCP server — the URL is the same in all of them.

Server URL
https://www.illustration.brushless.ai/api/mcp

Brushless is an MCP server over HTTP with OAuth — any MCP-capable agent can connect with just this URL. You'll be asked to sign in and approve access the first time it connects. No API key to create, copy, or paste.

Universal config
{
  "mcpServers": {
    "brushless": {
      "type": "http",
      "url": "https://www.illustration.brushless.ai/api/mcp"
    }
  }
}

Most tools accept this block — only the file it belongs in differs. Pick your tool below for the exact spot.

Setup by tool

Run this, then /mcp inside Claude Code to authenticate the Brushless server.

claude mcp add --transport http brushless https://www.illustration.brushless.ai/api/mcp
After connecting

Your agent picks up the Brushless guide straight from the server — it can call the get_started tool (or read the skill://brushless/how-to-use resource) to learn the styles, palette rules and prompting conventions on its own. Nothing else to install. Just ask it for an illustration.

Some hosts go further and do it for you. Codex reads the MCP instructions we return at initialization and applies them as server-wide guidance — so it absorbs the Brushless conventions the moment it connects, with no install step and nothing for you to paste.

Already have an account?

Manage your connected tools, set a default illustration style and revoke access from your account.

Go to MCP settings
Start Generating Graphics.

No credit card required

Asset Image Banner
Brushless MCP Server — AI Illustrations in Claude Code, Cursor & Codex