mcpbeat Sign in

ShapeWords MCP Server

by kirrrr-2423 Your server? Claim it
local only

ShapeWords MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 5 Jun 2026.

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

Installs per day peak 15 · avg 5 · -26% w/w
a month agotoday
32
Installs / week
npm · shapewords-mcp
0
Stars
0 open issues
5 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check ShapeWords MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add shapewords-mcp -- npx -y shapewords-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "shapewords-mcp": {
      "args": [
        "-y",
        "shapewords-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.shapewords-mcp]
command = "npx"
args = ["-y", "shapewords-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "shapewords-mcp": {
      "args": [
        "-y",
        "shapewords-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "shapewords-mcp": {
      "args": [
        "-y",
        "shapewords-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SHAPEWORDS_API_BASE_URL (ShapeWords Render API base URL. Defaults to the public ShapeWords service.), SHAPEWORDS_RENDER_API_KEY (Optional bearer token for protected ShapeWords Render API deployments.), SHAPEWORDS_POLL_TIMEOUT_MS (Maximum time to wait for hosted render jobs, in milliseconds.), SHAPEWORDS_REQUEST_TIMEOUT_MS (Per-request timeout for ShapeWords API calls, in milliseconds.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ShapeWords MCP

same job, measured the same way
Word Cloud Generator (word-cloud.net)
by word-cloud

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

3 tools answering
VoiceLabs
by voicelabs

AI voice generation: text-to-speech and voice cloning from any MCP client.

answering
SVG AI
by svgai

Generate and vectorize clean, editable SVG graphics from text, images, or both.

answering
Dgmo MCP
by diagrammo

Generate 40+ diagram types from text; render locally to SVG/PNG, open in the Diagrammo editor

936 installs/wk local only
MCP Server 3daistudio
by whale-professor

MCP server for 3D AI Studio — generate 3D models from text or images using Hunyuan and TRELLIS

62 installs/wk local only
Bitbucket MCP
by fabianschurig

Bitbucket Cloud MCP in Go: complete API auto-generated from spec, customizable prompts.

local only
Tunova
by erliona

Generate Suno AI music (v5.5) from any MCP client. Async; billed only on success.

3 tools answering
Summarizer AI MCP
by csoai-org

MCP server for summarizer ai. Features summarize text, extract key points, generate abstract. From

195 installs/wk local only

ShapeWords MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for ShapeWords MCP?
ShapeWords MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package shapewords-mcp was installed 32 times last week.
How do I connect ShapeWords MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls shapewords-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ShapeWords MCP?
The npm package shapewords-mcp was installed 32 times in the last week. Week over week that is -26%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ShapeWords MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.