Loading MCP server directory, please wait...
Generate game-ready 3D models, textures, and audio from natural language, over MCP.
npx @getmcp/cli add ai.gessa/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
GESSA_API_KEYGessa MCP API key (mcpkey_...). Mint one anonymously at https://api.gessa.ai/api/agent-onboarding or claim a workspace at create.gessa.ai. Scopes: mcp:read, mcp:write.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai.gessa/mcp-server": {
"command": "npx",
"args": [
"-y",
"@gessa/mcp-server"
],
"env": {
"GESSA_API_KEY": "",
"GESSA_API_URL": "https://api.gessa.ai"
}
}
}
}