Skip to main content
Glama
gpt-img-2

C Dance Prompt MCP

by gpt-img-2

C Dance Prompt MCP

C Dance Prompt MCP is a read-only MCP server for Seedance 2.0 video prompt research. It lets Codex, Claude Code, Cursor, OpenClaw, and other MCP hosts search the public C Dance AI prompt gallery, inspect complete prompts, compare production workflows, and turn rough ideas into structured video prompt briefs.

The server is intentionally read-only. It does not generate videos, spend credits, create accounts, or require an API key.

Tools

Tool

Purpose

search_prompts

Search public Seedance 2.0 examples by query, language, or featured status.

get_prompt

Fetch one complete sanitized prompt by slug.

list_workflows

Compare practical Seedance workflows and discover useful search terms.

build_video_prompt_brief

Turn a rough idea into a deterministic video prompt brief.

Every prompt result includes its canonical C Dance AI source page.

Related MCP server: Prompt Bookmarks

Install from 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

Optional environment variables

Variable

Default

Purpose

CDANCE_API_BASE_URL

https://cdance.ai

C Dance AI prompt API origin.

CDANCE_APP_BASE_URL

https://cdance.ai

Origin used for canonical source links.

CDANCE_FETCH_TIMEOUT_MS

20000

Prompt API timeout from 1,000 to 60,000 ms.

Development

pnpm install
pnpm validate
pnpm smoke:live

pnpm validate runs type checking, unit tests, a build, and a local MCP handshake/tool-call smoke test. pnpm smoke:live additionally verifies the public C Dance AI prompt API.

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