MCP Server
MCP
ShapeWords MCP
Generate ShapeWords word clouds as SVG, PNG, or JSON from text or weighted words.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "shapewords-mcp",
"version": "0.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "ShapeWords Render API base URL. Defaults to the public ShapeWords service.",
"default": "https://shapewords.fun",
"name": "SHAPEWORDS_API_BASE_URL"
},
{
"description": "Optional bearer token for protected ShapeWords Render API deployments.",
"isSecret": true,
"name": "SHAPEWORDS_RENDER_API_KEY"
},
{
"description": "Maximum time to wait for hosted render jobs, in milliseconds.",
"format": "number",
"default": "90000",
"name": "SHAPEWORDS_POLL_TIMEOUT_MS"
},
{
"description": "Per-request timeout for ShapeWords API calls, in milliseconds.",
"format": "number",
"default": "30000",
"name": "SHAPEWORDS_REQUEST_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment