Skip to main content
Glama
gpt-img-2

C Dance Prompt MCP

by gpt-img-2

C Dance Prompt MCP

C Dance Prompt MCP ist ein schreibgeschützter MCP-Server für die Video-Prompt-Recherche zu Seedance 2.0. Er ermöglicht Codex, Claude Code, Cursor, OpenClaw und anderen MCP-Hosts, die öffentliche Prompt-Galerie von C Dance AI zu durchsuchen, vollständige Prompts zu prüfen, Produktions-Workflows zu vergleichen und grobe Ideen in strukturierte Video-Prompt-Briefs zu verwandeln.

Der Server ist bewusst schreibgeschützt. Er erzeugt keine Videos, verbraucht keine Credits, erstellt keine Konten und benötigt keinen API-Schlüssel.

Werkzeuge

Werkzeug

Zweck

search_prompts

Durchsucht öffentliche Beispiele für Seedance 2.0 nach Abfrage, Sprache oder Featured-Status.

get_prompt

Ruft einen vollständigen, bereinigten Prompt per slug ab.

list_workflows

Vergleicht praktische Workflows für Seedance und findet nützliche Suchbegriffe.

build_video_prompt_brief

Verwandelt eine grobe Idee in einen deterministischen Video-Prompt-Brief.

Jedes Prompt-Ergebnis enthält seine kanonische Quellseite von C Dance AI.

Related MCP server: Prompt Bookmarks

Installation von GitHub

{
  "mcpServers": {
    "cdance": {
      "command": "npx",
      "args": ["-y", "github:gpt-img-2/cdance-prompt-mcp"]
    }
  }
}

Codex:

codex mcp add cdance -- npx -y github:gpt-img-2/cdance-prompt-mcp

OpenClaw:

openclaw mcp add cdance \
  --command npx \
  --arg -y \
  --arg github:gpt-img-2/cdance-prompt-mcp \
  --include 'search_prompts,get_prompt,list_workflows,build_video_prompt_brief'

openclaw mcp doctor cdance --probe

Optionale Umgebungsvariablen

Variable

Standardwert

Zweck

CDANCE_API_BASE_URL

https://cdance.ai

Origin der Prompt-API von C Dance AI.

CDANCE_APP_BASE_URL

https://cdance.ai

Origin für kanonische Quelllinks.

CDANCE_FETCH_TIMEOUT_MS

20000

Timeout der Prompt-API von 1.000 bis 60.000 ms.

Entwicklung

pnpm install
pnpm validate
pnpm smoke:live

pnpm validate führt Typprüfung, Unit-Tests, einen Build und einen lokalen MCP-Handshake-/Tool-Call-Smoke-Test aus. pnpm smoke:live verifiziert zusätzlich die öffentliche Prompt-API von C Dance AI.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Create, browse, remix, collaborate on, and run durable AI workflow nodes from MCP hosts.

  • Generate logos, social posts, app screenshots, comic panels & visual-novel assets from prompts.

  • Create videos with prompts, and use Rendley’s video editor to adjust anything you need.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/gpt-img-2/cdance-prompt-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server