mcp-builder

mcp-builder is a skill for Claude Code, Codex from finasteos/gamedev-mcp-hub. It costs 47 tokens per session (3,157 once invoked), scanned A, original, MIT.

A guide for building MCP servers for GameDev MCP Hub. MCP, or Model Context Protocol, lets AI tools interact with connected software and services.

In plain words
What is it for?
Use it when creating an MCP server for game engines, 3D tools, asset libraries, version control, or other game-development services.
Why use it?
It provides project-specific guidance for designing and integrating new game-development connections into the hub.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when creating an MCP server for game engines, 3D tools, asset libraries, version control, or other game-development services.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/finasteos/gamedev-mcp-hub/mcp-builder
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add finasteos/gamedev-mcp-hub --skill mcp-builder
Clone the repo
git clone --depth 1 https://github.com/finasteos/gamedev-mcp-hub

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mcp-builder

README.md
[![agentmods](https://agentmods.dev/badge/skills/finasteos/gamedev-mcp-hub/mcp-builder/github.svg)](https://agentmods.dev/skills/finasteos/gamedev-mcp-hub/mcp-builder)
Your own site
<a href="https://agentmods.dev/skills/finasteos/gamedev-mcp-hub/mcp-builder"><img src="https://agentmods.dev/badge/skills/finasteos/gamedev-mcp-hub/mcp-builder/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mcp-builder

Your own site · 80×15
<a href="https://agentmods.dev/skills/finasteos/gamedev-mcp-hub/mcp-builder"><img src="https://agentmods.dev/badge/skills/finasteos/gamedev-mcp-hub/mcp-builder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,157 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.03157
Opus 5 $0.00023 $0.01579
Sonnet 5 $0.00009 $0.00631
Haiku 4.5 $0.00005 $0.00316

Measured 10d ago against content hash 312d07e37e49, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

mcp-builder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mcp-builder/SKILL.md · 530 lines

How it starts

The opening of the file, as written. The whole thing — 530 lines — stays where its author put it; the contents beside it link to each section on GitHub.

MCP Builder Skill - GameDev MCP Hub

Build production-quality MCP servers to integrate game development tools and services into the GameDev MCP Hub.


OVERVIEW

This skill guides you through creating MCP servers that integrate external game development services into the hub. An MCP server provides tools that allow AI to interact with game engines, 3D software, asset libraries, version control, and other gamedev services.

Quality is measured by: How well the server enables AI to accomplish real game development tasks.


GAMEDEV MCP HUB CONTEXT

What is the Hub?

The GameDev MCP Hub is a centralized gateway that:

  • Aggregates multiple MCP servers (Blender, Obsidian, GitHub, Godot, etc.)
  • Provides a unified interface for AI clients
  • Manages server lifecycle and connections
  • Routes tool calls to appropriate servers

Current Hub Architecture

Existing servers:

  • Obsidian (18 tools) - Knowledge management
  • Blender (17 tools) - 3D modeling and rendering
  • GitHub (43 tools) - Version control
  • Godot (~22 tools) - Game engine operations
  • Thingiverse (~10 tools) - 3D model library

Your new server will:

  • Join this ecosystem
  • Be configured in config/mcp-servers.json
  • Run as a separate process managed by the hub
  • Expose tools through the MCP protocol

PHASE 1: RESEARCH & PLANNING

1.1 Understand Agent-Centric Design

Build for Workflows, Not Just API Endpoints:

  • Don't wrap APIs 1:1 - create workflow tools
  • Consolidate operations (e.g., create_scene_with_character not just create_scene)
  • Focus on complete tasks AI actually needs

Optimize for Limited Context:

  • Return high-signal information only
  • Provide "concise" vs "detailed" modes
  • Use names over IDs (e.g., "PlayerCharacter" not "uuid-1234")

Actionable Error Messages:

  • Guide AI toward correct usage
  • Suggest specific next steps
  • Make errors educational

1.2 Study MCP Protocol

Fetch latest documentation:

WebFetch: https://modelcontextprotocol.io/llms-full.txt

Read the full file on GitHub · 530 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 530 lines · 47 tokens per session scan A 312d07e37e49

Subscribe to this mod's changes

mcp-builder is a skill published in the GitHub repository finasteos/gamedev-mcp-hub (0 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 3,157 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

gameobject-component-destroy

Destroy one or more Components from a target GameObject. Missing (null) components are skipped — they cannot be destroyed. Use 'gameobject-find' and 'gameobject-component-get' to identify the components first.

IvanMurzak/Unity-MCP · 49 tokens

unity-version-split

Split a C# file into Unity 6.5+ and pre-Unity 6.5 variants. Use when a file needs different implementations for different Unity versions due to API changes (e.g., EntityId vs int, GetEntityId vs GetInstanceID).

IvanMurzak/Unity-MCP · 59 tokens

godot-signals-groups

Build event-driven, decoupled Godot 4.7 gameplay with signals and node groups: declare and emit custom signals, connect with Callables (incl. bind/one-shot), and broadcast to many nodes via groups and callgroup. Use when wiring node communication in a Godot project, replacing tight references with signals…

gamedev-skills/awesome-gamedev-agent-skills · 95 tokens

unity-addressables

Manage Addressables groups, entries, profiles and content builds (com.unity.addressables, reflection-based).

Besty0728/Unity-Skills · 25 tokens

motion

How an agent turns a character mesh into a usable animated FBX — and how to judge whether the result is shippable.

OpenDCAI/GameFactory-3A · 0 tokens

threejs-exposure-color-grading

Build a measured exposure and grading path in Three.js. Use for a 64x36 encoded luminance meter, asynchronous readback, weighted log-average exposure, asymmetric adaptation, single tone-map ownership, and a generated 32-cube post-tone-map LUT.

scottstts/Threejs-Awesome-Graphics-Agent-Skills · 60 tokens