Odel
StackFiesta

StackFiesta

@stackfiesta2JavaScriptMITUpdated 1mo ago

Discover AI tools for game development — 100+ tools indexed by engine, task, and pricing.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

StackFiesta MCP

Glama

NPM NPM Downloads MIT License

AI tools for game development — searchable from Claude Code, Cursor, Windsurf, or any MCP-compatible agent. 100+ tools for Unity, Unreal, Godot, Bevy, GameMaker, indexed by engine, task, and pricing.


Quick Install

Add the server to Claude Code:

claude mcp add stackfiesta --url https://stackfiesta.dev/mcp

Same URL works for any MCP client — see Client Setup below.

Or add to opencode:

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stackfiesta": {
      "type": "remote",
      "url": "https://stackfiesta.dev/mcp"
    }
  }
}

Table of Contents


Usage

Ask your AI agent queries like:

"Find AI tools for generating pixel art sprites"

"What AI tools work with Godot?"

"I need a free QA testing tool for my Unity game"

"Tools for writing RPG dialogue"

"Show me the details on Godogen"

"Free tools for procedural level generation"

"AI tools that export to FBX"


Client Setup

Via URL (Streamable HTTP)

All clients use the same configuration:

{
  "mcpServers": {
    "stackfiesta": {
      "url": "https://stackfiesta.dev/mcp"
    }
  }
}
ClientConfig location
Claude Codeclaude mcp add stackfiesta --url https://stackfiesta.dev/mcp
CursorSettings → MCP → Add Server
Windsurf~/.codeium/windsurf/config.json
Claude Desktopclaude_desktop_config.json
Cline~/.config/cline/mcp_settings.json
Zed~/.config/zed/settings.json (key: mcp_servers)
GitHub CopilotVS Code → MCP Servers → Add URL
Codex CLIcodex mcp add stackfiesta --url https://stackfiesta.dev/mcp
Gemini CLIgemini config set mcpServers.stackfiesta.url https://stackfiesta.dev/mcp
opencodeopencode.jsoncmcp key (см. ниже)

opencode

{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "stackfiesta": {
      "type": "remote",
      "url": "https://stackfiesta.dev/mcp"
    }
  }
}

Via npm

npx @stackfiesta/mcp

Via Smithery

npx @smithery/cli install stackfiesta/gamedev

Connection details

FieldValue
Endpointhttps://stackfiesta.dev/mcp
TransportStreamable HTTP
AuthNone

Tools

find_tools

Search the catalog. Full-text search with optional filters by engine, pricing, type, and category.

Parameters:

ParamTypeRequiredDescription
querystringyesFull-text search query
enginestringnoGame engine filter: unity, unreal, godot, bevy, etc.
pricingstringnofree, freemium, paid, open-source
typestringnomcp-server, plugin, skill, prompt, api
categorystringnoCategory slug: ai-coding, level-design, npc-ai
limitnumbernoMax results (default 10, max 24)

get_tool

Full details for one tool by slug. Returns use cases, features, pricing tiers, integrations, links, FAQ.

Parameters:

ParamTypeRequiredDescription
slugstringyesURL slug (e.g. unity-mcp, meshy)

Example session

You: "Find me AI tools for generating 2D sprites that work with Godot"

Agent calls find_tools({ query: "2D sprite generation", engine: "godot" }) → results appear.

You: "Show me the details on the first one"

Agent calls get_tool({ slug: "somestring" }) → full details with pricing, features, and links.


Catalog

100+ AI tools for Unity, Unreal, Godot, GameMaker, Bevy, and more. Browse the full catalog at stackfiesta.dev.


Self-Hosting

npx @stackfiesta/mcp

Analytics

Anonymous tool-call data collected via PostHog to improve the catalog. No personal data collected.


License

MIT