Windsurf Integration
Connect JsonCut with Windsurf (formerly Cascade) by Codeium to generate images and videos while coding.
Prerequisites
- Windsurf installed (Download here)
- JsonCut API Key from app.jsoncut.com
Configuration
In Windsurf:
- Open Settings (Cmd/Ctrl + ,)
- Search for "MCP" or navigate to MCP Server settings
- 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 Windsurf (Cmd/Ctrl + Shift + P → "Reload Window")
Verification
To verify the integration is working:
- Open the Cascade chat panel
- Ask: "What JsonCut tools are available?"
- Cascade should list the JsonCut capabilities
Troubleshooting
Windsurf Doesn't Recognize JsonCut
Solutions:
- Check the MCP configuration is saved correctly
- Verify JSON syntax is valid
- Reload Windsurf window
- Verify the API key is correct
Authentication Errors
Solutions:
- Verify API key in dashboard
- Check for extra spaces in configuration
- Ensure key hasn't expired
- Generate a new key if needed
Connection Issues
Solutions:
- Verify the URL:
https://mcp.jsoncut.com/mcp - Check internet connection
- Ensure firewall allows the connection
- Try restarting Windsurf