Word Cloud Generator
Generate beautiful word clouds from text with customizable fonts, colors, and sizes
API Documentation
Request Endpoint
POST /en/api/tools/word-cloud-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| textData | textarea | Yes | Text to analyze for word frequency. Longer texts provide better word clouds |
| chartTitle | text | No | Title that will be displayed above the word cloud |
| fontFamily | select | No | - |
| colorScheme | select | No | - |
| backgroundColor | color | No | Background color for the word cloud |
| maxWords | number | No | Maximum number of words to display in the cloud |
| minFontSize | number | No | Smallest font size for less frequent words (pixels) |
| maxFontSize | number | No | Largest font size for most frequent words (pixels) |
| spiralType | select | No | - |
| rotationAngles | select | No | - |
| padding | number | No | Minimum spacing between words (pixels) |
| chartWidth | number | No | Width of the word cloud in pixels |
| chartHeight | number | No | Height of the word cloud in pixels |
| showBorder | checkbox | No | Display a border around the word cloud |
Response Format
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-word-cloud-generator": {
"name": "word-cloud-generator",
"description": "Generate beautiful word clouds from text with customizable fonts, colors, and sizes",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=word-cloud-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]