
ShapeWords MCP
Generate word-cloud visuals as SVG, PNG, or JSON from agent sessions for landing pages, reports, and social assets.
Overview
ShapeWords MCP is a MCP server for the Build phase that generates word-cloud graphics as SVG, PNG, or JSON via the ShapeWords Render API.
What is this MCP server?
- Renders ShapeWords clouds as SVG, PNG, or JSON from plain text or weighted terms
- npm package shapewords-mcp v0.2.2 with stdio MCP transport
- Configurable SHAPEWORDS_API_BASE_URL (default https://shapewords.fun) and optional bearer key
- Poll and request timeouts: SHAPEWORDS_POLL_TIMEOUT_MS default 90000, request 30000
- Hosted render jobs suitable for dashboards, newsletters, and launch graphics without manual design tools
- MCP package version 0.2.2 (npm shapewords-mcp)
- Default SHAPEWORDS_POLL_TIMEOUT_MS: 90000
- Default SHAPEWORDS_REQUEST_TIMEOUT_MS: 30000
What problem does it solve?
Creating on-brand word clouds for landing pages and content means leaving the agent to fiddle with external design sites or one-off scripts.
Who is it for?
Indie makers who need fast, repeatable word-cloud assets for sites, reports, and social posts from agent-driven builds.
Skip if: Teams needing full interactive data visualization or BI dashboards beyond word-cloud summaries.
What do I get? / Deliverables
After registration, your agent can request rendered clouds and drop vector or raster assets straight into your repo or CMS workflow.
- SVG, PNG, or JSON word-cloud assets from agent prompts
- Configured timeout env vars for hosted render polling
- Reusable MCP hook for launch and content visuals
Recommended MCP Servers
Journey fit
Visual word clouds are usually produced while building UI and marketing surfaces, then reused at launch and in content loops. Frontend is the canonical shelf for asset generators that feed components, hero graphics, and downloadable charts.
How it compares
Render-API MCP for word clouds, not a general charting library or SEO research suite.
Common Questions / FAQ
Who is ShapeWords MCP for?
Solo builders and marketers who want Claude Code or Cursor to generate word-cloud images and SVGs without manual design tooling.
When should I use ShapeWords MCP?
Use it while building landing pages or growth content when you need weighted or text-based clouds exported as SVG, PNG, or JSON.
How do I add ShapeWords MCP to my agent?
Install shapewords-mcp from npm, set SHAPEWORDS_API_BASE_URL if needed, optionally SHAPEWORDS_RENDER_API_KEY, add the stdio MCP server entry, and restart your host.