What is MCP
Model Context Protocol (MCP) is an open protocol that allows AI assistants (such as Claude, Cursor) to directly call external tools and APIs. With MCP, AI can not only answer questions but also perform actual operations.MCP Servers Provided by Ace Data Cloud
| MCP Server | PyPI Package Name | Function |
|---|---|---|
| MCPSuno | mcp-suno | AI Music Generation |
| MCPSerp | mcp-serp | Google Search |
| MCPMidjourney | mcp-midjourney | AI Image Generation |
| MCPLuma | mcp-luma | AI Video Generation |
| MCPSora | mcp-sora | AI Video Generation |
| MCPVeo | mcp-veo | AI Video Generation |
| MCPNanoBanana | mcp-nano-banana | AI Image Generation |
Installation and Usage
Installation
Configure Environment Variables
Configuration in Cursor
Add the following in Cursor’s MCP settings:Configuration in Claude Desktop
Edit the Claude Desktop configuration file to add MCP Server settings.Use Cases
- Generate music in Cursor: Tell the AI “Generate a cheerful song with Suno,” and the AI will directly call the API.
- Search real-time information: AI can search the latest information via the SERP MCP Server.
- Generate project assets: AI can call Midjourney to generate images needed for projects.
MCP vs Direct API Calls
- MCP: Suitable for use within AI programming tools, automatically called by AI.
- API: Suitable for integration in your own applications with programmatic control.

