backgrounds for LangChain
app.creatica/backgrounds
Deterministic procedural SVG/PNG backgrounds: 58 generators, curated palettes, brand kits.
client:LangChain
transport:streamable-http
runtime:npm
tools:6
Install backgrounds in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"backgrounds": {
"transport": "streamable_http",
"url": "https://api.creatica.app/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs