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.

评论

其他 分类下的更多 MCP 服务器