StackFiesta MCP Server
OfficialSearch and explore a catalog of 100+ AI tools curated for game development using two core functions:
find_tools– Full-text search with optional filters:Engine: Unity, Unreal, Godot, Bevy, GameMaker, and more
Pricing: free, freemium, paid, or open-source
Type: MCP server, plugin, skill, prompt, or API
Category: e.g., AI coding, level design, NPC AI
Results capped at 24 per query (default: 10)
get_tool– Retrieve full details for a specific tool by its URL slug, including use cases, features, pricing tiers, integrations, links, and FAQs
Use cases include finding AI tools for sprite generation, procedural level design, NPC dialogue, QA testing, 3D asset creation, and comparing free or open-source alternatives across multiple engines.
Click on "Install 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., "@StackFiesta MCP ServerFind open-source MCP servers for Unity"
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.
StackFiesta MCP
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/mcpSame 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"
}
}
}Related MCP server: Godot MCP Unified
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"
}
}
}Client | Config location |
Claude Code |
|
Cursor | Settings → MCP → Add Server |
Windsurf |
|
Claude Desktop |
|
Cline |
|
Zed |
|
GitHub Copilot | VS Code → MCP Servers → Add URL |
Codex CLI |
|
Gemini CLI |
|
opencode |
|
opencode
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"stackfiesta": {
"type": "remote",
"url": "https://stackfiesta.dev/mcp"
}
}
}Via npm
npx @stackfiesta/mcpVia Smithery
npx @smithery/cli install stackfiesta/gamedevConnection details
Field | Value |
Endpoint |
|
Transport | Streamable HTTP |
Auth | None |
Tools
find_tools
Search the catalog. Full-text search with optional filters by engine, pricing, type, and category.
Parameters:
Param | Type | Required | Description |
| string | yes | Full-text search query |
| string | no | Game engine filter: |
| string | no |
|
| string | no |
|
| string | no | Category slug: |
| number | no | Max results (default 10, max 24) |
get_tool
Full details for one tool by slug. Returns use cases, features, pricing tiers, integrations, links, FAQ.
Parameters:
Param | Type | Required | Description |
| string | yes | URL slug (e.g. |
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/mcpAnalytics
Anonymous tool-call data collected via PostHog to improve the catalog. No personal data collected.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- 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/stackfiesta/stackfiesta-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server