CreateMod.com Schematics
Read-only search and details for Minecraft Create Mod schematics on CreateMod.com.
Open source Repository Open in the app JSON README (API)
About
Read-only search and details for Minecraft Create Mod schematics on CreateMod.com.
Details
- Kind
- MCP servers
- Topic
- Media, design & games
- Publisher
- com.createmod
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 1.0.0
- Last push
- 2026-07-13T08:20:30Z
- Repository state
- ativo
- Language
- JavaScript
- License
- MIT
- Added
- 2026-08-29 03:01:04
- Updated
- 2026-08-29 03:01:04
- Origin id
com.createmod/schematics
README
# CreateMod.com plugin for Claude Code Search and reference [Minecraft Create Mod](https://createmod.com) schematics from Claude. This plugin connects Claude Code to CreateMod.com's public, read-only MCP server and bundles skills that teach Claude how to find schematics and work with the parametric ship hull, airship balloon and propeller generators. ## Install ``` /plugin marketplace add uberswe/createmod-claude /plugin install createmod@createmod ``` ## What you get **MCP tools** (remote server at `https://createmod.com/api/mcp`, no authentication required): - `search_schematics` — search the schematic library by terms and category - `get_schematic` — details for one schematic: description, author, rating, game versions, required mods, video **Skills:** - `find-schematics` — how to discover and reference schematics - `generator-links` — how to configure the ship hull / balloon / propeller generators and produce shareable configuration links ## Notes - The server is read-only and deliberately does not expose schematic (.nbt) files to agents — Claude sends you to the schematic page to download. - No account or API key is needed for the MCP tools. The site's authenticated JSON API is documented at <https://createmod.com/api>. - These skills mirror the ones the site publishes at `https://createmod.com/.well-known/agent-skills/index.json`. - You can also use the server without this plugin: add `https://createmod.com/api/mcp` as a custom connector in claude.ai or Claude Desktop, or `claude mcp add --transport http createmod https://createmod.com/api/mcp` in Claude Code. ## Other ways to get the server - **npm**: [`createmod-mcp`](https://www.npmjs.com/package/createmod-mcp) — a stdio bridge for MCP clients without remote server support (see `npm/`). - **MCP Registry**: published as `com.createmod/schematics` on [registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io/) (see `server.json` and `PUBLISHING.md`). ## License MIT