Generate Logos in Claude Code, Cursor & ChatGPT with the DesignForYou MCP Server

You're in your AI tool and you need a logo, an Instagram post, or an app-store screenshot. Instead of switching to a design app, you can generate it right where you are. DesignForYou is a remote MCP server that plugs design generation into Claude Code, Cursor, Claude Desktop, and ChatGPT — 119 templates, driven entirely by natural language.

This guide shows the one-line install for each client and the prompts that work.

What you get

A single hosted MCP endpoint:

https://designforyou.swapp1990.org/mcp/v2/

It exposes 8 tools. The discovery tools are free; generation is metered (you get 50 free credits on first sign-in):

Tool Cost What it does
browse_templates free Browse the 119-template catalog
recommend_template free Recommend templates for a described use case
get_text_fields free List a template's editable text fields
get_credits free Check your balance
generate paid Generate a finished design
generate_variations paid Style variations of a template
edit_text paid Edit text on an existing design
vn_generate_sprite_sheet paid Visual-novel character sprite sheet

Install (pick your tool)

Claude Code

claude mcp add --transport http designforyou https://designforyou.swapp1990.org/mcp/v2/

Cursor

Add to .cursor/mcp.json (or use the one-click Add to Cursor button on the homepage):

{
  "mcpServers": {
    "designforyou": { "url": "https://designforyou.swapp1990.org/mcp/v2/" }
  }
}

Claude Desktop

{
  "mcpServers": {
    "designforyou": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://designforyou.swapp1990.org/mcp/v2/"]
    }
  }
}

ChatGPT

Add the URL above as a custom connector in Developer Mode (a directory listing is in progress).

How sign-in works

The free tools work with no account. The first time you call a paid tool, your client discovers the OAuth flow automatically and opens a browser to sign in (Google or email/password) and approve the connection. After that, generation runs against your credit balance — you buy more on the website, never in chat.

Prompts that work

Tip: if you describe the design clearly, the agent recommends the best template and generates it in one turn. Ask for "options" if you'd rather compare templates first.

Why MCP instead of a web app?

Because the design lives next to your work. An agent can read your repo's README, write the tagline, and generate the logo — in one conversation. DesignForYou is listed on the official MCP Registry and is open for install today.

Ready? Add it to your tool and ship your first design in a minute.