MCP server for Dare (trydare.com) AI video generation — use Seedance 2.5 from Claude Code and Claude desktop, billed to your Dare credits.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dare-mcp-server": {
"command": "npx",
"args": [
"-y",
"avi-aggarwal14/dare-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add dare-mcp-server npx -y avi-aggarwal14/dare-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"dare-mcp-server": {
"command": "npx",
"args": [
"-y",
"avi-aggarwal14/dare-mcp-server"
]
}
}
}