Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Word Cloud Generator (word-cloud.net)

net.word-cloud/wordcloud

Generate word clouds from text with custom fonts, colors, backgrounds, gradients, and shape masks

Uptime
100.0%
1 direct probes · 30d
Response
157ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

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.

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.

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.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "word_cloud_generator_(word-cloud.net)": {
      "url": "https://word-cloud.net/mcp",
      "transport": "streamable-http"
    }
  }
}