PluginBench
MCP Server

ShapeWords MCP MCP Server

io.github.kirrrr-2423/shapewords-mcp

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.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • SHAPEWORDS_API_BASE_URL

    ShapeWords Render API base URL. Defaults to the public ShapeWords service.

  • SHAPEWORDS_RENDER_API_KEY
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "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>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "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>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "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>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "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 Code
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-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →