What is the Ludo AI Game Assets MCP server?
Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.
How to install Ludo AI Game Assets
Copy-paste configuration for popular MCP clients.
AuthorizationrequiredsecretAPI key from Ludo AI (format: 'ApiKey your-api-key'). Get your key at https://app.ludo.ai
{
"mcpServers": {
"game-assets": {
"url": "https://mcp.ludo.ai/mcp"
}
}
}{
"mcpServers": {
"game-assets": {
"serverUrl": "https://mcp.ludo.ai/mcp"
}
}
}{
"servers": {
"game-assets": {
"type": "http",
"url": "https://mcp.ludo.ai/mcp"
}
}
}{
"mcpServers": {
"game-assets": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.ludo.ai/mcp"
]
}
}
}claude mcp add --transport http game-assets https://mcp.ludo.ai/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.