Skip to main content
ClaudeWave
swapp1990 avatar
swapp1990

designforyou-mcp

View on GitHub

DesignForYou MCP server — generate logos, social posts, app screenshots & visual-novel assets from prompts. Remote MCP for Claude Code, Cursor, ChatGPT.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/swapp1990/designforyou-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "designforyou-mcp": {
      "command": "node",
      "args": ["/path/to/designforyou-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/swapp1990/designforyou-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# DesignForYou — MCP server

Generate **logos, social posts, app-store screenshots, comic panels, and
visual-novel assets** from natural-language prompts — directly inside Claude
Code, Cursor, ChatGPT, or any MCP client.

DesignForYou is an MCP-native design generator backed by 119 templates. Browse
and recommend tools are free; generation is metered per user (50 free credits on
sign-up).

- **Website:** https://designforyou.swapp1990.org
- **MCP endpoint (remote, streamable HTTP):** `https://designforyou.swapp1990.org/mcp/v2/`
- **Auth:** OAuth 2.1 + Dynamic Client Registration (sign in with Google or
  email/password). Read-only tools work without auth.
- **Privacy:** https://designforyou.swapp1990.org/privacy

## Install

### Claude Code
```bash
claude mcp add --transport http designforyou https://designforyou.swapp1990.org/mcp/v2/
```
Then run any prompt below; Claude Code opens a browser for sign-in on the first
paid call.

### Cursor
Add to `.cursor/mcp.json` (or **Settings → MCP → Add**):
```json
{
  "mcpServers": {
    "designforyou": {
      "url": "https://designforyou.swapp1990.org/mcp/v2/"
    }
  }
}
```

### Claude Desktop
Add to `claude_desktop_config.json`:
```json
{
  "mcpServers": {
    "designforyou": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://designforyou.swapp1990.org/mcp/v2/"]
    }
  }
}
```

### ChatGPT
DesignForYou is being submitted to the ChatGPT app directory. Until then, use the
remote URL above in any MCP-capable client.

## Tools

| Tool | Cost | What it does |
|------|------|--------------|
| `browse_templates` | free | Browse the 119-template catalog (filter by category) |
| `recommend_template` | free | Recommend the best templates for a described use case |
| `get_text_fields` | free | List a template's editable text fields |
| `get_credits` | free | Check your credit balance |
| `generate` | paid | Generate a finished design from a template + description |
| `generate_variations` | paid | Generate style variations of a template |
| `edit_text` | paid | Edit text on an existing design |
| `vn_generate_sprite_sheet` | paid | Generate a visual-novel character sprite sheet |

## Example prompts

- *"Browse logo templates on DesignForYou."*
- *"I'm opening a coffee shop called NEXUS — minimalist, warm earth tones. Make me a logo."*
- *"Generate an Instagram post announcing a 20%-off flash sale for a vegan bakery."*
- *"Create an app-store screenshot for a meditation app, calm gradient background."*

## How it works

DesignForYou exposes a remote MCP server. On the first paid tool call, your MCP
client discovers the OAuth flow (RFC 9728 protected-resource metadata →
Supabase OAuth server with Dynamic Client Registration), opens a browser for
sign-in + consent, and then calls tools with your token. Generation is metered
against your credit balance; you buy more on the website (never in-chat).

This repository is the public home for install docs and the MCP `server.json`.
The product itself is a hosted service — there is no self-host package.

## Links
- App: https://designforyou.swapp1990.org
- MCP docs: https://designforyou.swapp1990.org/docs/mcp
- Listed on the [official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=designforyou) as `org.swapp1990.designforyou/designforyou`.
aichatgptclaudecursordesigngenerative-ailogo-generatormcpmcp-servermodel-context-protocol

What people ask about designforyou-mcp

What is swapp1990/designforyou-mcp?

+

swapp1990/designforyou-mcp is mcp servers for the Claude AI ecosystem. DesignForYou MCP server — generate logos, social posts, app screenshots & visual-novel assets from prompts. Remote MCP for Claude Code, Cursor, ChatGPT. It has 0 GitHub stars and was last updated today.

How do I install designforyou-mcp?

+

You can install designforyou-mcp by cloning the repository (https://github.com/swapp1990/designforyou-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is swapp1990/designforyou-mcp safe to use?

+

swapp1990/designforyou-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains swapp1990/designforyou-mcp?

+

swapp1990/designforyou-mcp is maintained by swapp1990. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to designforyou-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy designforyou-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: swapp1990/designforyou-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/swapp1990-designforyou-mcp)](https://claudewave.com/repo/swapp1990-designforyou-mcp)
<a href="https://claudewave.com/repo/swapp1990-designforyou-mcp"><img src="https://claudewave.com/api/badge/swapp1990-designforyou-mcp" alt="Featured on ClaudeWave: swapp1990/designforyou-mcp" width="320" height="64" /></a>

More MCP Servers

designforyou-mcp alternatives