ai.gessa/mcp-server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ai.gessa/mcp-servergenerate a low-poly knight character model"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@gessa/mcp-server
mcp-name: ai.gessa/mcp-server
Generate game-ready 3D models, textures, and audio from natural language — zero configuration. No account, no signup, no API key: on first run the proxy provisions itself a free Gessa agent workspace (25 free models/month) and persists the credential locally. The only MCP server that sets itself up.
{
"mcpServers": {
"gessa": {
"command": "npx",
"args": ["-y", "@gessa/mcp-server"]
}
}
}That is the whole setup. 205 tools: generation (text→3D model on Gessa's premium Hunyuan3D lane, images, textures, audio), plus the full Gessa game engine surface (worlds, scripting, prefabs, multiplayer deploys).
Have a key already? Set GESSA_API_KEY and it wins unconditionally — the
network is never touched for provisioning. Other env vars: GESSA_API_URL
(default https://api.gessa.ai), GESSA_STATE_DIR (credential location,
default ~/.gessa), GESSA_AGENT_NAME (name your workspace).
The package does not run engine logic locally. It starts an SDK stdio MCP server, mirrors the remote Gessa tool/resource/prompt surface through the SDK Streamable HTTP client, and authenticates to /mcp/rpc with GESSA_API_KEY.
Release
Initial npm release: 0.1.0.
Publish by tagging the repo with the package version:
git tag mcp-server-v0.1.0
git push origin mcp-server-v0.1.0The publish workflow verifies the tag matches packages/mcp-server/package.json, builds the workspace, runs an npm pack dry-run, and publishes @gessa/mcp-server with npm provenance.
Related MCP server: Tripo AI MCP Server
Version Sync Policy
Keep the package version synchronized with the engine MCP API it proxies. Any change that alters /mcp/rpc authentication semantics, tool/resource/prompt names, required input schemas, or response shapes must update this package and the engine MCP docs in the same PR.
Use patch bumps for proxy-only fixes that do not change the remote MCP contract. Use minor bumps for additive MCP surface changes or authentication/client behavior changes. Reserve major bumps for breaking changes to the remote MCP contract.
This server cannot be deployed
Maintenance
Related MCP Connectors
Generate game-ready 3D models, textures, and audio from natural language, over MCP.
Generate reproducible image, video, and audio assets with leading models and your own provider keys.
Turn text or an image into an animation-ready 3D model (GLB): generate, rig, animate, retexture.
Generate AI images and videos from any compatible MCP client.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceWraps the Meshy AI API to enable generative 3D tools via Model Context Protocol, allowing creation of 3D models, textures, animations, and more from text or images.40 npm44MIT
- FlicenseNot gradedqualityDmaintenanceEnables generating, rigging, animating, and converting 3D models via Tripo AI API, with direct integration for Godot game engine through natural language.-
- AlicenseNot gradedqualityBmaintenanceGenerates 3D models, textures, rigs, animations, and 3D-print files from Meshy AI, plus image generation and task management tools.MIT
- AlicenseAqualityAmaintenanceEnables AI agents to generate game-ready 3D assets from reference images with PBR textures, and to retexture meshes the user already owns, while recording full provenance for every generated file.2011MIT