Skip to main content

Cursor Integration

Connect JsonCut with Cursor IDE to generate images and videos while coding with AI assistance.

Prerequisites

Configuration

In Cursor:

  1. Open Settings (Cmd/Ctrl + ,)
  2. Search for "MCP" or navigate to MCP configuration
  3. 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:

  1. Open the Cursor chat (Cmd/Ctrl + L)
  2. Ask: "What JsonCut capabilities do you have?"
  3. 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