AgentHubAgentHub

Word Cloud Generator (word-cloud.net)

MCP ServerMCP Registry官方收录

net.word-cloud/wordcloud · v1.0.1

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

概览

Word Cloud Generator (word-cloud.net) 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "wordcloud": {
      "url": "https://word-cloud.net/mcp"
    }
  }
}

相关资源

统一 Manifest

{
  "id": "net.word-cloud/wordcloud",
  "type": "mcp-server",
  "version": "1.0.1",
  "displayName": "Word Cloud Generator (word-cloud.net)",
  "description": "Generate word clouds from text with custom fonts, colors, backgrounds, gradients, and shape masks",
  "repository": {
    "url": "https://github.com/pilotso11/wordcloud",
    "source": "github"
  },
  "homepage": "https://word-cloud.net/ai.html",
  "distribution": {
    "packages": [],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://word-cloud.net/mcp"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "net.word-cloud/wordcloud",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/net.word-cloud%2Fwordcloud/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
Word Cloud Generator (word-cloud.net) — MCP Server 安装与配置 · AgentHub