Back to Browse

Stackfiesta MCP Server

Developer ToolsUse Caution2.5MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

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

About

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

Remote endpoints: streamable-http: https://stackfiesta.dev/mcp

Security Report

2.5
Use Caution2.5Critical Risk

The server implements a read-only search interface to a game development tools catalog with appropriate input validation and error handling. However, it embeds a PostHog analytics API key in plaintext source code, which is a confirmed dangerous pattern that exposes the analytics infrastructure to potential abuse. Additionally, anonymous analytics collection lacks explicit user consent mechanisms. These credential and privacy issues lower the score despite otherwise sound architecture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

5 files analyzed · 9 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!

Stackfiesta MCP Server - Discover AI tools for game development — 100+ tools indexed | MCP Marketplace