Gessa: game asset generation for AI agents
Rank #69,200ai.gessa/mcp-server
Generate game-ready 3D models, textures, and audio from natural language, over MCP.
Gessa: game asset generation for AI agents is a Model Context Protocol (MCP) server published by gessa-ai. It ranks #69,200 of 132,113 servers tracked on MCP Toplist. Gessa: game asset generation for AI agents is listed on Official MCP, with 1 tracked version. It was first listed on Aug 25, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 62,913 of 132,113 servers on MCP Toplist.
Use Gessa: game asset generation for AI agents
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http gessa https://api.gessa.ai/mcp/rpcThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add gessa -e "GESSA_API_KEY=<your GESSA_API_KEY>" -e "GESSA_API_URL=<your GESSA_API_URL>" -- npx -y @gessa/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.gessa]
url = "https://api.gessa.ai/mcp/rpc"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.gessa]
command = "npx"
args = ["-y", "@gessa/mcp-server"]
[mcp_servers.gessa.env]
GESSA_API_KEY = "<your GESSA_API_KEY>"
GESSA_API_URL = "<your GESSA_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.gessa.ai/mcp/rpcSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gessa": {
"command": "npx",
"args": [
"-y",
"@gessa/mcp-server"
],
"env": {
"GESSA_API_KEY": "<your GESSA_API_KEY>",
"GESSA_API_URL": "<your GESSA_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gessa": {
"url": "https://api.gessa.ai/mcp/rpc"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gessa": {
"command": "npx",
"args": [
"-y",
"@gessa/mcp-server"
],
"env": {
"GESSA_API_KEY": "<your GESSA_API_KEY>",
"GESSA_API_URL": "<your GESSA_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gessa": {
"type": "http",
"url": "https://api.gessa.ai/mcp/rpc"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"gessa": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@gessa/mcp-server"
],
"env": {
"GESSA_API_KEY": "<your GESSA_API_KEY>",
"GESSA_API_URL": "<your GESSA_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gessa": {
"serverUrl": "https://api.gessa.ai/mcp/rpc"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gessa": {
"command": "npx",
"args": [
"-y",
"@gessa/mcp-server"
],
"env": {
"GESSA_API_KEY": "<your GESSA_API_KEY>",
"GESSA_API_URL": "<your GESSA_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gessa": {
"url": "https://api.gessa.ai/mcp/rpc"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"gessa": {
"command": "npx",
"args": [
"-y",
"@gessa/mcp-server"
],
"env": {
"GESSA_API_KEY": "<your GESSA_API_KEY>",
"GESSA_API_URL": "<your GESSA_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.gessa%2Fmcp-server)<a href="https://mcptoplist.com/server/ai.gessa%2Fmcp-server"><img src="https://mcptoplist.com/badge/ai.gessa%2Fmcp-server.svg" alt="MCP Toplist: #69,200 of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
gessa-ai
Other servers by gessa-ai
View all gessa-ai servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Aug 25, 2026 |
Frequently asked questions
- Who maintains Gessa: game asset generation for AI agents?
- Gessa: game asset generation for AI agents is maintained by gessa-ai, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Gessa: game asset generation for AI agents listed on the Official MCP Registry?
- Yes — Gessa: game asset generation for AI agents is listed on the Official MCP Registry.
- How many versions does Gessa: game asset generation for AI agents have?
- MCP Toplist tracks 1 version of Gessa: game asset generation for AI agents, most recently published on Aug 25, 2026.
- Where can I find the source code for Gessa: game asset generation for AI agents?
- The source code for Gessa: game asset generation for AI agents is hosted at github.com/gessa-ai/gessa.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.