streamable-httpMITupdated 1mo ago
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.
What can you do with CreateMod com Schematics?
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
Install
Add CreateMod com Schematics to your client. Pick the one you use.
claude mcp add --transport http createmod-com-schematics https://createmod.com/api/mcpcodex mcp add createmod-com-schematics --url https://createmod.com/api/mcp{
"mcpServers": {
"createmod-com-schematics": {
"url": "https://createmod.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"createmod-com-schematics": {
"type": "http",
"url": "https://createmod.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"createmod-com-schematics": {
"url": "https://createmod.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"createmod-com-schematics": {
"serverUrl": "https://createmod.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 50 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 21, 2026 |