Odel
ShapeWords MCP

ShapeWords MCP

Local
@kirrrr-2423JavaScriptMITUpdated 3mo ago

Generate ShapeWords word clouds as SVG, PNG, or JSON from text or weighted words.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmshapewords-mcpv0.2.2

Run

npx -y shapewords-mcp

MCP client config

{
  "mcpServers": {
    "shapewords-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shapewords-mcp"
      ]
    }
  }
}