By SofianeBel
S&box game engine MCP for Claude Code. Search API types, methods, and properties. Browse wiki documentation (guides, tutorials, concepts). Find Workshop community assets (models, sounds, maps, and more).
MCP server for S&box game engine — API reference, wiki documentation, and Workshop assets. Indexes 1800+ types, 15,000+ members, and 8,000+ documentation entries from the S&box API, plus 200+ wiki pages (guides, tutorials, concepts) and community Workshop assets, all searchable directly from Claude Code.
claude plugin add sofianebel/sbox-api-mcp
claude mcp add sbox-api -- npx -y sbox-api-mcp
npx sbox-api-mcp
| Tool | Description | Example |
|---|---|---|
| API Reference | ||
search_types | Fuzzy search types (classes, structs, enums, interfaces) | search_types({ query: "GameObject" }) |
get_type | Full details of a specific type (methods, properties, fields) | get_type({ name: "Sandbox.GameObject" }) |
search_members | Search methods/properties across all types | search_members({ query: "Position", kind: "property" }) |
list_namespaces | List all API namespaces with type counts | list_namespaces({ filter: "Audio" }) |
search_docs | Full-text search in documentation summaries | search_docs({ query: "play sound" }) |
update_api_source | Update API data URL when S&box releases a new version | update_api_source({ url: "https://cdn.sbox.game/releases/..." }) |
| Wiki Documentation | ||
search_wiki | Search s&box wiki pages (guides, tutorials, concepts) | search_wiki({ query: "networking" }) |
get_wiki_page | Get the full content of a wiki page as markdown | get_wiki_page({ path: "scene/components" }) |
| Workshop (UGC) | ||
search_packages | Search community Workshop assets (models, sounds, maps, etc.) | search_packages({ query: "zombie" }) |
get_package | Get details of a specific Workshop package | get_package({ ident: "facepunch.zombiemale" }) |
Environment variables (optional):
| Variable | Description | Default |
|---|---|---|
SBOX_API_URL | Override the S&box API JSON URL | Latest known release |
SBOX_CACHE_DIR | Override cache directory | ~/.sbox-api-mcp/ |
When S&box releases a new version, the API JSON URL changes. You can update it in two ways:
update_api_source tool with the new URLSBOX_API_URL to the new URLThe URL format is: https://cdn.sbox.game/releases/YYYY-MM-DD-HH-MM-SS.zip.json
API Reference: On first startup, the server downloads the S&box API JSON (~9 MB) and caches it locally in ~/.sbox-api-mcp/. Subsequent startups use an ETag check to skip re-downloading if the data hasn't changed. The API data is indexed in-memory using Fuse.js for fast fuzzy search across type names, member names, and documentation summaries.
Wiki Documentation: Leverages S&box's LLM-optimized endpoints (llms.txt index + .md raw markdown pages). The wiki index is fetched on first use and cached in-memory for 1 hour. Individual pages are fetched live from sbox.game/dev/doc/ as raw markdown.
Workshop (UGC): Queries the Facepunch services API live for community-made assets.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub sofianebel/sbox-api-mcpEnforces the Git-at-Scale workflow: branch from dev, conventional commits per step, secret scanning, doc & semver maintenance, PR to dev, then wait for human review
Build s&box games by talking to Claude. Bundles the Claude Bridge MCP server, a screenshot-driven game-dev workflow skill, and an optional sbox-game-dev specialist agent. The s&box editor addon must be installed separately (see README).
MCP server for Roblox Studio integration - AI-powered game development with specialized agents and skills
BPX plugin for Unreal Engine asset inspection and safe edit workflows.
Agent tooling for Summer Engine: game-dev skills, lifecycle hooks, and a 44-tool MCP bridge to the local desktop app.
Comprehensive Godot Engine integration — 17 tools for game development
Fast code index for Unreal Engine projects — search types, members, files, assets, and grep across AngelScript, C++, and Blueprints via MCP tools.