DesignForYou

Created By
swapp19903 hours ago
Generate finished, on-brand designs — logos, social posts, app-store screenshots, comic panels, and visual-novel assets — from a prompt. A remote MCP server backed by 119 templates: free browse/recommend tools, metered generation, OAuth sign-in. Works in Claude Code, Cursor, and ChatGPT.
Overview

DesignForYou

Generate finished, on-brand designs — logos, social posts, app-store screenshots, comic panels, and visual-novel assets — from a prompt, inside Claude Code, Cursor, or ChatGPT.

  • 119 templates with editable text fields, variants, and refinement
  • Free tools: browse_templates, recommend_template, get_text_fields, get_credits
  • Paid (metered; 50 free credits): generate, generate_variations, edit_text, vn_generate_sprite_sheet
  • Remote streamable-HTTP MCP with OAuth (Google or email/password)

Install (Claude Code)

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

Website: https://designforyou.swapp1990.org · MCP Registry: org.swapp1990.designforyou/designforyou

Server Config

{
  "mcpServers": {
    "designforyou": {
      "url": "https://designforyou.swapp1990.org/mcp/v2/"
    }
  }
}
Project Info
Created At
3 hours ago
Updated At
3 hours ago
Author Name
swapp1990
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Jiebang Tools

a day ago
Tavily Mcp
@tavily-ai

JavaScript
a year ago
Debmatic Mcp
@claymore666

# debmatic-mcp Connects to a **HomeMatic CCU**'s built-in JSON-RPC API and exposes your devices, rooms, programs, and system variables as MCP tools — **no addons, no XML-API, no cloud**, just a direct connection on your local network. Works with **debmatic**, **CCU3**, and **RaspberryMatic**. ## Features - **25 tools** spanning device control, diagnostics, and configuration - **Read**: list devices/rooms/functions/programs/system variables, read values & paramsets, describe device types, list links - **Control**: set values, run programs, set/create/delete system variables, assign/unassign channels, execute HM-Script - **Diagnostics**: RSSI/radio quality, service messages (read + acknowledge), system info - **Production-hardened**: bearer-token auth with expiry & rotation, optional native TLS, CCU certificate verification (fingerprint pin or CA), rate limiting, DNS-rebinding protection, and structured tool output (`outputSchema`) ## Install ```json { "mcpServers": { "debmatic": { "command": "npx", "args": ["-y", "debmatic-mcp", "--stdio"], "env": { "CCU_HOST": "your-ccu-host", "CCU_PASSWORD": "your-ccu-password" } } } } Configuration Required: CCU_HOST, CCU_PASSWORD Common optional: CCU_USER (default Admin), CCU_HTTPS (default false), CCU_PORT (80/443), CACHE_DIR (default /data) Also runs as a standalone HTTP server (Docker) for networked clients. Full docs in the README. Repo: https://github.com/claymore666/debmatic-mcp · npm: debmatic-mcp · License: MIT

18 hours ago