Cursor Integration
Connect JsonCut with Cursor IDE to generate images and videos while coding with AI assistance.
Prerequisites
- Cursor installed (Download here)
- JsonCut API Key from app.jsoncut.com
Configuration
In Cursor:
- Open Settings (Cmd/Ctrl + ,)
- Search for "MCP" or navigate to MCP configuration
- Add the JsonCut MCP server:
{
"mcpServers": {
"jsoncut": {
"url": "https://mcp.jsoncut.com/mcp",
"headers": {
"x-api-key": "your-api-key-here"
}
}
}
}
warning
Replace your-api-key-here with your actual JsonCut API key from app.jsoncut.com → Settings → API Keys.
After saving, reload Cursor (Cmd/Ctrl + Shift + P → "Reload Window")
Verification
To verify the integration is working:
- Open the Cursor chat (Cmd/Ctrl + L)
- Ask: "What JsonCut capabilities do you have?"
- Cursor should list the available JsonCut tools
Troubleshooting
Cursor Doesn't See JsonCut
Solutions:
- Verify MCP configuration is saved
- Check JSON syntax is valid
- Reload Cursor window
- Ensure API key is correct
Authentication Errors
Solutions:
- Verify API key in dashboard
- Check for extra spaces
- Ensure key hasn't expired
- Generate a new key
Connection Issues
Solutions:
- Verify URL:
https://mcp.jsoncut.com/mcp - Check internet connection
- Ensure firewall allows connection
- Try restarting Cursor