Skip to main content
ClaudeWave
uberswe avatar
uberswe

createmod-claude

View on GitHub

A Claude plugin for createmod.com to search for Minecraft Schematics for the Create Mod

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated 8d ago
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/uberswe/createmod-claude
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "createmod-claude": {
      "command": "node",
      "args": ["/path/to/createmod-claude/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/uberswe/createmod-claude and follow its README for install instructions.
Use cases

MCP Servers overview

# 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

What people ask about createmod-claude

What is uberswe/createmod-claude?

+

uberswe/createmod-claude is mcp servers for the Claude AI ecosystem. A Claude plugin for createmod.com to search for Minecraft Schematics for the Create Mod It has 0 GitHub stars and was last updated 8d ago.

How do I install createmod-claude?

+

You can install createmod-claude by cloning the repository (https://github.com/uberswe/createmod-claude) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is uberswe/createmod-claude safe to use?

+

uberswe/createmod-claude has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains uberswe/createmod-claude?

+

uberswe/createmod-claude is maintained by uberswe. The last recorded GitHub activity is from 8d ago, with 0 open issues.

Are there alternatives to createmod-claude?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy createmod-claude to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: uberswe/createmod-claude
[![Featured on ClaudeWave](https://claudewave.com/api/badge/uberswe-createmod-claude)](https://claudewave.com/repo/uberswe-createmod-claude)
<a href="https://claudewave.com/repo/uberswe-createmod-claude"><img src="https://claudewave.com/api/badge/uberswe-createmod-claude" alt="Featured on ClaudeWave: uberswe/createmod-claude" width="320" height="64" /></a>

More MCP Servers

createmod-claude alternatives