MCP.so
Sign In
A

Ai Dance Mcp Server

@rocnubie

About Ai Dance Mcp Server

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

rocnubie

Submitted by

Chen Roc

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "aidance-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/aidance-mcp/src/index.mjs"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Ai Dance Mcp Server?

Ai Dance Mcp Server is a read-only Model Context Protocol server that exposes knowledge about the AI Dance platform—including image-generation styles, pricing, FAQ, and official links—to MCP-compatible AI clients like Claude Desktop, Cursor, Windsurf, and Continue. Designed for developers integrating AI assistants, it requires no API key, has no quota, and starts in ~50 ms.

How to use Ai Dance Mcp Server?

Install via Smithery (npx -y @smithery/cli install aidance-mcp --client claude) or clone from source, then add the server to your MCP client configuration (e.g., claude_desktop_config.json for Claude Desktop). The server runs over stdio and exposes tools (list_styles, get_pricing, get_official_links), resources (site://aidance/styles, site://aidance/pricing, etc.), and prompts (tell_me_about_aidance, try_image_style_aidance). No API key or setup beyond installation is needed.

Key features of Ai Dance Mcp Server

  • Read-only MCP server – no API keys or quota required.
  • Exposes AI Dance’s motion library and pricing surface.
  • Provides canonical style list and official links.
  • Fast cold start (~50 ms) over stdio transport.
  • Compatible with Claude Desktop, Cursor, Windsurf, Continue.

Use cases of Ai Dance Mcp Server

  • Enabling an AI assistant to answer questions about AI Dance features and pricing.
  • Letting an AI client recommend image-generation styles to users.
  • Providing quick access to official AI Dance URLs and support channels.
  • Embedding AI Dance knowledge into custom MCP‑powered workflows.

FAQ from Ai Dance Mcp Server

What does Ai Dance Mcp Server do?

It exposes the public knowledge surface of the AI Dance platform—styles, pricing, FAQ, official links—as read‑only MCP resources, tools, and prompts for use by MCP‑compatible AI clients.

Do I need an API key to use this server?

No. The server is read‑only and requires no API key, authentication, or usage quota.

What transport does the server use?

It uses stdio transport, as indicated by the “Stdio Transport” badge in the README.

What are the runtime requirements?

Node.js is required. The server can be run directly with node src/index.mjs after cloning and installing dependencies with pnpm install.

Where does the data come from?

All data is sourced from the public AI Dance website (aidance.live), including its style listings, pricing page, and official links. The server does not access private user data.

Comments

More Other MCP servers