Ai Dance Mcp Server
@rocnubie
About Ai Dance Mcp Server
No overview available yet
Basic information
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.
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments