AgentPMT
Minecraft Custom Mod Builder

Minecraft Custom Mod Builder

Function

Available ActionsEach successful request consumes credits as outlined below.

list_capabilities2crvalidate_mod_project5crcreate_mod_project15crstart_build_job15crget_build_job2crlist_build_jobs2crrender_preview_image5cr

Details

Create structured Minecraft Bedrock add-ons, Bedrock skin packs, and Java Fabric/NeoForge mod projects with strict schemas, texture binding, validation, async build jobs, and install-readiness reporting. Use the verified async build path for anything a user should install; use source output and uploaded-source test jobs when an agent needs to edit code directly.

Use Cases

Create verified Minecraft Bedrock add-ons (.mcaddon), Build Fabric and NeoForge source projects and jars through async build jobs, Generate Bedrock skin packs (.mcpack), Create items, weapons, tools, armor, blocks, ores, food, mobs, bosses, recipes, loot tables, enchantments, trades, scoreboards, events, commands, particles, sounds, worldgen, biomes, structures, and dimensions, Preview texture and icon assets before installation, Download editable source projects, Upload agent-edited source archives for compile/package/runtime quality-gate testing, Detect non-install-ready builds before users install broken mods

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-setup

Hosted 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/mcp

Config Example

Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.

Full connection guide
{
  "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 MCP

About 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

  1. Items & gear — swords, pickaxes, axes, shovels, hoes, armor sets, food, fuel, and projectiles, each placed in the right creative-inventory tab.
  2. Blocks & world content — custom blocks, ores with world generation, crops, plants, machines, and storage containers.
  3. Mobs & bosses — passive animals, hostile monsters, neutral and tameable creatures, rideable mounts, and boss battles.
  4. Gameplay systems — crafting recipes, loot tables, enchantments, status effects, villager-style trades, and custom commands.
  5. Worlds — custom biomes, dimensions, structures, and spawn rules.
  6. Skin packs — Bedrock skin packs (.mcpack) for a fresh look.
  7. 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

  1. Describe it. Say what you want to add to Minecraft.
  2. Preview it. Check the generated textures and icons.
  3. Install & play. Download the ready-to-install file and load it into your game or server.

What you get

  1. Ready-to-install .mcaddon, .mcpack, and .jar files.
  2. Editable source projects so you can keep building and customizing.
  3. 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?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

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\"}"
      }
    }
  }
}

How does an external agent use this tool?

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

Can I use my own artwork for textures?

Do I need to know how to code?

What can I create?

What do I get when my mod is finished?

Which versions of Minecraft does it support?

Dependencies

1 dependencies will be automatically added when you enable this product.

Dependencies are not available to view right now.

Looking for help integrating AI into your business? Set up a free consultation.

Minecraft Custom Mod Builder by Apoth3osis | AgentPMT