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: Layer.ai MCP Server
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
Related MCP Servers
- Flicense-quality-maintenanceBridges ComfyUI's AI image generation workflows with game development, enabling dynamic generation of game assets like character portraits, item icons, and environment textures through natural language prompts.Last updated
- Alicense-qualityCmaintenanceEnables users to generate and manage 2D game assets like sprites, characters, and backgrounds directly from their development environment using the Layer.ai platform. It supports asset creation with transparency, prompt optimization, and automatic saving of generated files to local project directories.Last updatedMIT
- AlicenseBqualityBmaintenanceUnifies Roblox Studio, Unity, Unreal Engine, and Blender into a single AI-powered control plane with 78 tools for automated game development.Last updated78AGPL 3.0

antics-mcpofficial
AlicenseAqualityBmaintenanceEnables AI agents to deploy multiplayer web games as playable URLs with rooms, live state sync, and leaderboards, all through a single tool call.Last updated44844Inno Setup
Related MCP Connectors
Generate game assets with AI: sprites, 3D models, animations, sound effects, music, and voices.
Vendor intelligence for AI coding agents choosing developer tools and stacks.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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