Skip to main content

Claude Desktop Integration

Connect JsonCut with Claude Desktop to generate images and videos through natural conversations with Claude.

Prerequisites

Configuration

The Claude Desktop configuration file is located at:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json

Add the JsonCut MCP server to your configuration:

{
"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, restart Claude Desktop completely.

Verification

To verify the integration is working:

  1. Open a new conversation in Claude Desktop
  2. Ask: "Can you list the available JsonCut tools?"
  3. Claude should respond with a list of JsonCut capabilities

Troubleshooting

Claude Doesn't See JsonCut Tools

Solutions:

  • Verify the configuration file is in the correct location
  • Check the JSON syntax is valid
  • Ensure you've restarted Claude Desktop completely
  • Verify the API key is correct

Authentication Errors

Solutions:

  • Verify your API key in the dashboard
  • Ensure the key is copied correctly (no extra spaces)
  • Check the key hasn't expired
  • Generate a new key if needed

Connection Issues

Solutions:

  • Check your internet connection
  • Verify the URL is correct: https://mcp.jsoncut.com/mcp
  • Ensure your firewall allows the connection
  • Try restarting Claude Desktop