What is the ShapeWords MCP MCP server?
Generate ShapeWords word clouds as SVG, PNG, or JSON from text or weighted words.
How to install ShapeWords MCP
Copy-paste configuration for popular MCP clients.
SHAPEWORDS_API_BASE_URLShapeWords Render API base URL. Defaults to the public ShapeWords service.
SHAPEWORDS_RENDER_API_KEYsecretOptional bearer token for protected ShapeWords Render API deployments.
SHAPEWORDS_POLL_TIMEOUT_MSMaximum time to wait for hosted render jobs, in milliseconds.
SHAPEWORDS_REQUEST_TIMEOUT_MSPer-request timeout for ShapeWords API calls, in milliseconds.
{
"mcpServers": {
"shapewords-mcp": {
"command": "npx",
"args": [
"-y",
"shapewords-mcp"
],
"env": {
"SHAPEWORDS_API_BASE_URL": "<YOUR_SHAPEWORDS_API_BASE_URL>",
"SHAPEWORDS_RENDER_API_KEY": "<YOUR_SHAPEWORDS_RENDER_API_KEY>",
"SHAPEWORDS_POLL_TIMEOUT_MS": "<YOUR_SHAPEWORDS_POLL_TIMEOUT_MS>",
"SHAPEWORDS_REQUEST_TIMEOUT_MS": "<YOUR_SHAPEWORDS_REQUEST_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"shapewords-mcp": {
"command": "npx",
"args": [
"-y",
"shapewords-mcp"
],
"env": {
"SHAPEWORDS_API_BASE_URL": "<YOUR_SHAPEWORDS_API_BASE_URL>",
"SHAPEWORDS_RENDER_API_KEY": "<YOUR_SHAPEWORDS_RENDER_API_KEY>",
"SHAPEWORDS_POLL_TIMEOUT_MS": "<YOUR_SHAPEWORDS_POLL_TIMEOUT_MS>",
"SHAPEWORDS_REQUEST_TIMEOUT_MS": "<YOUR_SHAPEWORDS_REQUEST_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"shapewords-mcp": {
"command": "npx",
"args": [
"-y",
"shapewords-mcp"
],
"env": {
"SHAPEWORDS_API_BASE_URL": "<YOUR_SHAPEWORDS_API_BASE_URL>",
"SHAPEWORDS_RENDER_API_KEY": "<YOUR_SHAPEWORDS_RENDER_API_KEY>",
"SHAPEWORDS_POLL_TIMEOUT_MS": "<YOUR_SHAPEWORDS_POLL_TIMEOUT_MS>",
"SHAPEWORDS_REQUEST_TIMEOUT_MS": "<YOUR_SHAPEWORDS_REQUEST_TIMEOUT_MS>"
}
}
}
}{
"servers": {
"shapewords-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shapewords-mcp"
],
"env": {
"SHAPEWORDS_API_BASE_URL": "<YOUR_SHAPEWORDS_API_BASE_URL>",
"SHAPEWORDS_RENDER_API_KEY": "<YOUR_SHAPEWORDS_RENDER_API_KEY>",
"SHAPEWORDS_POLL_TIMEOUT_MS": "<YOUR_SHAPEWORDS_POLL_TIMEOUT_MS>",
"SHAPEWORDS_REQUEST_TIMEOUT_MS": "<YOUR_SHAPEWORDS_REQUEST_TIMEOUT_MS>"
}
}
}
}claude mcp add shapewords-mcp --env SHAPEWORDS_API_BASE_URL=<YOUR_SHAPEWORDS_API_BASE_URL> --env SHAPEWORDS_RENDER_API_KEY=<YOUR_SHAPEWORDS_RENDER_API_KEY> --env SHAPEWORDS_POLL_TIMEOUT_MS=<YOUR_SHAPEWORDS_POLL_TIMEOUT_MS> --env SHAPEWORDS_REQUEST_TIMEOUT_MS=<YOUR_SHAPEWORDS_REQUEST_TIMEOUT_MS> -- npx -y shapewords-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.