What are MCP servers?
MCP servers let AI assistants like Claude call external tools. With Ace Data Cloud’s MCP servers, Claude can:- Generate music with Suno
- Create videos with Sora, Veo, Luma
- Generate images with Midjourney, Nano Banana
- Search the web with Google SERP
Setup
1. Install MCP servers
2. Get your API key
Sign up at platform.acedata.cloud and get your Bearer token.3. Configure Claude Desktop
Edit~/Library/Application Support/Claude/claude_desktop_config.json:
4. Restart Claude Desktop
After saving the config, restart Claude Desktop. You’ll see the tools icon (🔨) in the chat input.Example prompts
- “Generate a jazz song about rainy days”
- “Create a video of a cat playing piano”
- “Search for the latest AI news”
- “Generate an image of a futuristic city”
Available MCP servers
| Server | PyPI | Features |
|---|---|---|
| mcp-suno | PyPI | Music generation, lyrics, covers, stems |
| mcp-serp | PyPI | Google search (web, images, news) |
| mcp-midjourney | GitHub | Image generation, upscale, variations |
| mcp-luma | GitHub | Video generation (Dream Machine) |
| mcp-sora | GitHub | Video generation (OpenAI Sora) |
| mcp-veo | GitHub | Video generation (Google Veo) |

