God Mode AI Sprite Generator for LangChain
co.godmodeai/sprites
Generate game sprite sheets and animations from an image, and clean up sprite backgrounds.
client:LangChain
transport:streamable-http
Install God Mode AI Sprite Generator in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sprites": {
"transport": "streamable_http",
"url": "https://www.godmodeai.co/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs