CreateMod.com Schematics
Read-only search and details for Minecraft Create Mod schematics on CreateMod.com.
Links
README
From the repo.
CreateMod.com plugin for Claude Code
Search and reference Minecraft Create Mod 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 categoryget_schematic— details for one schematic: description, author, rating, game versions, required mods, video
Skills:
find-schematics— how to discover and reference schematicsgenerator-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/mcpas a custom connector in claude.ai or Claude Desktop, orclaude mcp add --transport http createmod https://createmod.com/api/mcpin Claude Code.
Other ways to get the server
- npm:
createmod-mcp— a stdio bridge for MCP clients without remote server support (seenpm/). - MCP Registry: published as
com.createmod/schematicson registry.modelcontextprotocol.io (seeserver.jsonandPUBLISHING.md).
License
MIT
Config for your environment
Use the endpoint URL below in your config. No API key — you connect directly.
Tool
OS
Config file: ~/.cursor/mcp.json
{
"mcpServers": {
"mcp-server": {
"url": "https://createmod.com/api/mcp"
}
}
}Paste into mcpServers in the config file. Restart Cursor after saving.
If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.