net.word-cloud/wordcloud
Official3 toolsWord Cloud Generator (word-cloud.net)
Generate word clouds from text with custom fonts, colors, backgrounds, gradients, and shape masks
Generate customizable word clouds from text with fonts, colors, gradients, and shape masks.
Captured live from the server via tools/list.
generate_wordcloud_svg
Generate a word cloud and return it as an SVG image. Data is sent to word-cloud.net servers for processing only and is not logged or stored.
Parameters (15)
- backgroundColorstring
Solid background hex color (e.g. #1a034f). Omit for transparent. Mutually exclusive with gradient and backgroundPreset.
- backgroundPresetstring
Built-in background image preset
- backgroundUrlstring
URL to a background image (PNG, JPEG, SVG).
- boldboolean
Use bold weight
- colorModestring
Color mode: 'palette' uses colorPalette colors, 'bw' is black & white, 'white' is all white text
- colorPalettestring
Color palette preset
- customColorsarray
Custom hex color values (e.g. ["#ff0000", "#00ff00"]). Overrides colorPalette when provided.
- fontstring
Font family. Built-in: Arial, Audiowide, Bangers, Black Ops One, Bungee, Caveat, Chewy, Comic Sans MS, Courier New, Creepster, Dancing Script, Fredoka One, Georgia, Great Vibes, Impact, Lobster, Luckiest Guy, MedievalSharp, Montserrat, Nosifer, Open Sans, Orbitron, Oswald, Pacifico, Passion One, Permanent Marker, Righteous, Roboto, Russo One, Satisfy, UnifrakturMaguntia. Or use any Google Font with googleFontsUrl.
- googleFontsUrlstring
Google Fonts CSS URL for custom fonts (e.g. https://fonts.googleapis.com/css2?family=Lobster&display=swap)
- gradientobject
Background gradient. Mutually exclusive with backgroundColor.
- maskstring
Shape mask preset constraining where words are placed
- maskUrlstring
URL to a custom mask image (PNG, JPEG, SVG). Black areas define where words are placed.
- rotationstring
Word rotation mode
- shapestring
Canvas shape
- wordsarrayrequired
Array of words with weights. Higher weight = larger text.
generate_wordcloud_image
Generate a word cloud and return it as a WebP image. Data is sent to word-cloud.net servers for processing only and is not logged or stored.
Parameters (15)
- backgroundColorstring
Solid background hex color (e.g. #1a034f). Omit for transparent. Mutually exclusive with gradient and backgroundPreset.
- backgroundPresetstring
Built-in background image preset
- backgroundUrlstring
URL to a background image (PNG, JPEG, SVG).
- boldboolean
Use bold weight
- colorModestring
Color mode: 'palette' uses colorPalette colors, 'bw' is black & white, 'white' is all white text
- colorPalettestring
Color palette preset
- customColorsarray
Custom hex color values (e.g. ["#ff0000", "#00ff00"]). Overrides colorPalette when provided.
- fontstring
Font family. Built-in: Arial, Audiowide, Bangers, Black Ops One, Bungee, Caveat, Chewy, Comic Sans MS, Courier New, Creepster, Dancing Script, Fredoka One, Georgia, Great Vibes, Impact, Lobster, Luckiest Guy, MedievalSharp, Montserrat, Nosifer, Open Sans, Orbitron, Oswald, Pacifico, Passion One, Permanent Marker, Righteous, Roboto, Russo One, Satisfy, UnifrakturMaguntia. Or use any Google Font with googleFontsUrl.
- googleFontsUrlstring
Google Fonts CSS URL for custom fonts (e.g. https://fonts.googleapis.com/css2?family=Lobster&display=swap)
- gradientobject
Background gradient. Mutually exclusive with backgroundColor.
- maskstring
Shape mask preset constraining where words are placed
- maskUrlstring
URL to a custom mask image (PNG, JPEG, SVG). Black areas define where words are placed.
- rotationstring
Word rotation mode
- shapestring
Canvas shape
- wordsarrayrequired
Array of words with weights. Higher weight = larger text.
generate_wordcloud
Generate a word cloud and return an embeddable URL. Data is sent to word-cloud.net servers for processing only and is not logged or stored.
Parameters (15)
- backgroundColorstring
Solid background hex color (e.g. #1a034f). Omit for transparent. Mutually exclusive with gradient and backgroundPreset.
- backgroundPresetstring
Built-in background image preset
- backgroundUrlstring
URL to a background image (PNG, JPEG, SVG).
- boldboolean
Use bold weight
- colorModestring
Color mode: 'palette' uses colorPalette colors, 'bw' is black & white, 'white' is all white text
- colorPalettestring
Color palette preset
- customColorsarray
Custom hex color values (e.g. ["#ff0000", "#00ff00"]). Overrides colorPalette when provided.
- fontstring
Font family. Built-in: Arial, Audiowide, Bangers, Black Ops One, Bungee, Caveat, Chewy, Comic Sans MS, Courier New, Creepster, Dancing Script, Fredoka One, Georgia, Great Vibes, Impact, Lobster, Luckiest Guy, MedievalSharp, Montserrat, Nosifer, Open Sans, Orbitron, Oswald, Pacifico, Passion One, Permanent Marker, Righteous, Roboto, Russo One, Satisfy, UnifrakturMaguntia. Or use any Google Font with googleFontsUrl.
- googleFontsUrlstring
Google Fonts CSS URL for custom fonts (e.g. https://fonts.googleapis.com/css2?family=Lobster&display=swap)
- gradientobject
Background gradient. Mutually exclusive with backgroundColor.
- maskstring
Shape mask preset constraining where words are placed
- maskUrlstring
URL to a custom mask image (PNG, JPEG, SVG). Black areas define where words are placed.
- rotationstring
Word rotation mode
- shapestring
Canvas shape
- wordsarrayrequired
Array of words with weights. Higher weight = larger text.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"wordcloud": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://word-cloud.net/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.