MCP.so
ログイン
A

Ai Dance Mcp Server

@rocnubie

Ai Dance Mcp Server について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

rocnubie

投稿者

Chen Roc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ