Word Cloud Generator (word-cloud.net) for LangChain
net.word-cloud/wordcloud
Generate word clouds from text with custom fonts, colors, backgrounds, gradients, and shape masks
client:LangChain
transport:streamable-http
tools:3
Install Word Cloud Generator (word-cloud.net) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"wordcloud": {
"transport": "streamable_http",
"url": "https://word-cloud.net/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs