Cocos Asset Forge MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FAL_KEY | No | API key for fal.ai provider | |
| HF_TOKEN | No | Hugging Face API token | |
| FAL_API_KEY | No | Alternative API key for fal.ai provider | |
| HUGGINGFACE_API_KEY | No | Alternative Hugging Face API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| asset_forge_get_configA | Return the active Cocos Asset Forge MCP configuration with secrets redacted. |
| asset_forge_plan_packB | Create a concrete asset checklist for a Cocos game so the calling coding agent can generate assets systematically. |
| asset_forge_generate_spriteA | Generate a single sprite image, clean its alpha/background, and save a Cocos-ready PNG plus manifest. |
| asset_forge_generate_sprite_sheetC | Generate an animation as individual frames, pack them into a transparent PNG sprite sheet, and emit Cocos/TexturePacker metadata. |
| asset_forge_generate_sprite_grid_sheetC | Generate one AI contact sheet such as 3x3 or 4x3 for better character consistency, slice it into frames, clean alpha, and pack Cocos-ready sprite sheet metadata. |
| asset_forge_generate_tilesetC | Generate multiple seamless-ish tile sprites, pack them into a tileset sheet, and emit tile metadata. |
| asset_forge_generate_ui_packC | Generate Cocos-ready UI element sprites such as buttons, panels, icons, bars, badges, and cursors. |
| asset_forge_generate_sfxB | Generate a short sound effect and transcode it into a Cocos-ready AudioClip file. |
| asset_forge_generate_music_loopC | Generate background music and transcode it into a Cocos-ready looping AudioClip file. |
| asset_forge_adapt_imageC | Convert an existing image into a Cocos-ready transparent PNG. |
| asset_forge_adapt_audioB | Convert an existing audio file into a Cocos-ready AudioClip file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lightblink/cocos-asset-forge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server