

Minecraft Custom Mod Builder
Function
Available ActionsEach successful request consumes credits as outlined below.
list_capabilities25crvalidate_mod_project25crcreate_mod_project25crrender_preview_image25cr
Details
Create your own custom Minecraft mods and add-ons — no coding required. Just describe what you want to add to the game, from a flaming sword or a glowing ore to a rideable mob, a custom skin pack, or a whole new dimension, and get back a ready-to-install file in seconds. Build for Minecraft Bedrock (.mcaddon) and Java with Fabric and NeoForge (.jar). Create items, weapons, tools, armor, blocks, ores, food, mobs, bosses, biomes, structures, recipes, loot tables, enchantments, trades, and special in-game behavior — each with its own custom texture from a color, your own artwork, or generated pixel art. Preview every icon before you install, and download editable source so you can keep building. Perfect for creators, streamers, server owners, and players who want their own Minecraft content fast.
Use Cases
Create installable Minecraft Bedrock add-ons (.mcaddon) from a simple description, Build Java mods for Fabric and NeoForge and download the .jar, Design custom swords, pickaxes, tools, and armor with their own textures, Add new blocks, ores, and crops with world generation, Create custom mobs from passive animals to hostile bosses and tameable pets, Make Bedrock skin packs (.mcpack) for a fresh character look, Give items special behavior like a sword that sets enemies on fire, Add custom crafting recipes, loot tables, enchantments, and villager trades, Generate custom biomes, dimensions, and structures, Use a color, your own image, or generated pixel art for every texture, Preview textures and icons before installing, Get editable source files to keep customizing your mod
Dynamic MCP Setup
Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.
30 Second Setup
STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.
npm install -g @agentpmt/mcp-routeragentpmt-setupHosted Streamable HTTPS
MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.
https://api.agentpmt.com/mcpConfig Example
Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}Need client videos, organization controls, audit details, and the full feature overview?
More About Dynamic MCPAbout this Product
Your own Minecraft mods — no coding required
Minecraft Custom Mod Builder turns a simple description into a finished, installable mod. Tell it what you want to add to the game — a glowing ore, a flaming sword, a rideable beast, or a brand-new dimension — and get back a ready-to-play file in seconds. Build for Minecraft Bedrock (phones, console, and Windows) or Minecraft Java with Fabric and NeoForge.
What you can build
- Items & gear — swords, pickaxes, axes, shovels, hoes, armor sets, food, fuel, and projectiles, each placed in the right creative-inventory tab.
- Blocks & world content — custom blocks, ores with world generation, crops, plants, machines, and storage containers.
- Mobs & bosses — passive animals, hostile monsters, neutral and tameable creatures, rideable mounts, and boss battles.
- Gameplay systems — crafting recipes, loot tables, enchantments, status effects, villager-style trades, and custom commands.
- Worlds — custom biomes, dimensions, structures, and spawn rules.
- Skin packs — Bedrock skin packs (.mcpack) for a fresh look.
- Special behavior — wire up actions like a sword that ignites enemies on hit or a block that triggers an effect when used.
Make it look exactly how you want
Give every item, block, and creature its own texture. Pick a color, upload your own artwork, or drop in a generated pixel-art sprite. Preview each texture and icon in advance so you know it looks right before you ever install the mod.
How it works
- Describe it. Say what you want to add to Minecraft.
- Preview it. Check the generated textures and icons.
- Install & play. Download the ready-to-install file and load it into your game or server.
What you get
- Ready-to-install .mcaddon, .mcpack, and .jar files.
- Editable source projects so you can keep building and customizing.
- Preview images of your textures and icons.
Who it's for
Creators, streamers, realm and server owners, educators, and players who want custom Minecraft content — fast, and without learning to code.
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 69f94706113a9d7251fe31e2 ("Minecraft Custom Mod Builder"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.
Can I use my own artwork for textures?
Yes. Give any item, block, or creature a solid color, upload your own image, or use a generated pixel-art sprite — and preview it before you install.
Do I need to know how to code?
No. Just describe what you want to add to Minecraft and you'll get back a finished, installable mod file — textures, items, behavior, and all.
What can I create?
Items, weapons, tools, and armor; blocks, ores, and crops; custom mobs and bosses; recipes, loot tables, enchantments, and trades; plus biomes, dimensions, and structures.
What do I get when my mod is finished?
A ready-to-install file you can load straight into Minecraft, preview images of your textures and icons, and editable source files so you can keep customizing.
Which versions of Minecraft does it support?
Both editions. It builds Bedrock add-ons (.mcaddon) and skin packs (.mcpack) for phones, console, and Windows, plus Java mods for Fabric and NeoForge (.jar).


