Minecraft Survival MCP Server

35 tools. 13 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

13 can modify or destroy data
22 read-only
35 tools total

Community server · catalogue entry verified 29/06/2026

How to control Minecraft Survival MCP Server ↓

What Minecraft Survival MCP Server exposes to your agents

Read (22) Write / Execute (12) Destructive / Financial (1)
Critical Risk

The most dangerous Minecraft Survival MCP Server tools

13 of Minecraft Survival MCP Server's 35 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Minecraft Survival MCP Server

PolicyLayer is an MCP gateway — it sits between your AI agents and Minecraft Survival MCP Server, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "drop_inventory_item": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "mine_stairs": {
    "limits": [
      {
        "counter": "mine_stairs_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "break_tree": {
    "limits": [
      {
        "counter": "break_tree_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Minecraft Survival MCP Server — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON MINECRAFT SURVIVAL →

Instant setup, no code required.

All 35 Minecraft Survival MCP Server tools

READ 22 tools
Read break_tree Break all connected logs starting from one tree log block. Read capture_bot_view Capture a first-person screenshot after looking at the target coordinates. Read craft_item Craft an item by name and amount. Uses inventory crafting or a nearby crafting table when available, and retur Read distance_to_player Calculate 3D distance from bot to a player in blocks. Read find_nearest_players Find the nearest X visible players to the bot. Read find_player Search players by partial username (case-insensitive). Read get_biome_info Get biome info at current position or optional target coordinates. Read get_chest_contents List the nearest chest contents (within 4 blocks) with item names and counts. Read get_chest_status Get nearest chest slot usage (used/free/total slots) within 4 blocks. Read get_crafting_recipe Get crafting recipe requirements for an item and amount, including whether a crafting table is required. Read get_daytime_info Get daytime state and ticks until sleep window starts. Uses world timeOfDay where 24000 ticks is one full day. Read get_inventory_contents List the bot inventory contents with item names and counts. Read get_inventory_status Get inventory slot usage (used/free/total slots). Read get_own_position Get the bot Read get_player_coordinates Get exact coordinates of a visible player. Read list_players List all currently known players on the server. Read locate_blocks_in_area Locate blocks by query in an area and return nearest matches with optional result limit. Supports OR queries w Read locate_dropped_items Locate dropped item entities in a radius and return nearest matches with optional result limit. Read mine_block_by_coords Mine one block by coordinates after mineability and tool checks. Read place_block_at Place one block at exact coordinates after validating support, occupancy, and inventory. Read search_blocks_wiki Search Minecraft blocks by name, wildcard, or numeric id. Read search_items_wiki Search Minecraft items by name, wildcard, or numeric id.

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Minecraft Survival MCP Server

Can an AI agent delete data through the Minecraft Survival MCP Server MCP server? +

Yes. The Minecraft Survival MCP Server server exposes 1 destructive tools including drop_inventory_item. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Minecraft Survival MCP Server? +

The Minecraft Survival MCP Server server has 4 write tools including mine_stairs, place_ceiling, put_item_in_chest. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Minecraft Survival MCP Server.

How many tools does the Minecraft Survival MCP Server MCP server expose? +

35 tools across 4 categories: Destructive, Execute, Read, Write. 22 are read-only. 13 can modify, create, or delete data.

How do I enforce a policy on Minecraft Survival MCP Server? +

Register the Minecraft Survival MCP Server MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Minecraft Survival MCP Server tool call.

Deterministic rules across all 35 Minecraft Survival MCP Server tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

35 Minecraft Survival MCP Server tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.