MCP for Cursor
1. Overview
MCP (Model Context Protocol) is a protocol that enables AI applications to connect to external AI services through API systems. This guide covers configuring MCP to connect to Creative AI models, allowing you to access flexible AI capabilities within applications like Cursor Desktop, Claude Desktop, and other compatible tools.
How It Works
MCP acts as a bridge between your AI application and the Creative AI API:
- You send a query through your application's interface
- MCP forwards the request to the Creative AI API endpoint
- The Creative AI API processes your request and returns the response
- You see the result in your application's interface
Prerequisites
- An MCP-compatible Cursor Desktop
- An active API key from Creative AI provider
2. Configuration Setup
Step 1: Edit the configuration file
Option 1: Through Install Link (Recommended)
- Click into this URL
- Insert YOUR_ETERNAL_AI_API_KEY and complete the installation
Option 2: Through Cursor Settings
- Open Cursor Settings
- Click the gear icon (⚙️) in the top right corner
- Navigate to Tools & MCP section in the left sidebar
- Under "Installed MCP Servers", you'll see your existing servers
- Click the "+ New MCP Server" button at the bottom
- This will open the configuration interface to add a new MCP server
- Add the following configuration to the
mcpServersfield:
{
"eternal-ai": {
"type": "sse",
"url": "https://smart-agent-api.eternalai.org/mcp/sse",
"headers": {
"Authorization": "Bearer <YOUR_ETERNAL_AI_API_KEY>"
}
}
}
The complete configuration file will look like this:
{
"mcpServers": {
...,
"eternal-ai": {
"type": "sse",
"url": "https://smart-agent-api.eternalai.org/mcp/sse",
"headers": {
"Authorization": "Bearer sa_9022..."
}
}
}
}
Step 2: Save and Restart
- Save the configuration file
- Restart Cursor Desktop completely for changes to take effect
- In the Tools & MCP section, you should see the "eternal-ai" server with a green indicator (●) and "... tools enabled" message in the Installed MCP Servers list, confirming successful installation.
3. Usage Guide
Starting a Conversation with MCP
Once configured, MCP tools are automatically available when you chat in Cursor.
- Open Cursor Desktop
- Open the chat panel (usually on the right side or via Command Palette)
- Start asking questions that involve your configured resources
Example Use Cases
Prompt 1: Generate with visual effect
can you use eternal ai to apply a nurse outfit effect to this image? https://cdn.eternalai.org/feed/2025/12/31/cc040feb-237e-4e53-847d-95182e90fd23.jpg
.png)
Prompt 2: Poll generation result
check the status of that nurse outfit generation i just requested
.png)
Prompt 3: Generate with base model (prompt-based)
Can you use Eternal AI base model to change the style to anime art in this image? Keep everything else the same
https://cdn.eternalai.org/effects-19-11/videos/Zoom%20out/input_1.jpg
.png)
