mine-mcp

mine-mcp is a skill for Claude Code, Codex from rodcordeiro/minecraft_mcp. It costs 57 tokens per session (1,060 once invoked), scanned A, original, MIT.

A local Minecraft MCP server for storing and finding map points, recipes, builds, and guides, with optional access to files and worlds from an exaroton server. MCP lets an AI client use these tools.

In plain words
What is it for?
Recording or looking up overworld coordinates, maintaining farm and build guides, checking recipes, and downloading selected exaroton files or worlds.
Why use it?
It keeps Minecraft locations and reference information available in organized data files, and can connect to an exaroton server when its API credentials are provided.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Recording or looking up overworld coordinates, maintaining farm and build guides, checking recipes, and downloading selected exaroton files or worlds.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rodcordeiro/minecraft_mcp/mine-mcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add rodcordeiro/minecraft_mcp --skill mine-mcp
Clone the repo
git clone --depth 1 https://github.com/rodcordeiro/minecraft_mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for mine-mcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/rodcordeiro/minecraft_mcp/mine-mcp/github.svg)](https://agentmods.dev/skills/rodcordeiro/minecraft_mcp/mine-mcp)
Your own site
<a href="https://agentmods.dev/skills/rodcordeiro/minecraft_mcp/mine-mcp"><img src="https://agentmods.dev/badge/skills/rodcordeiro/minecraft_mcp/mine-mcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for mine-mcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/rodcordeiro/minecraft_mcp/mine-mcp"><img src="https://agentmods.dev/badge/skills/rodcordeiro/minecraft_mcp/mine-mcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,060 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.01060
Opus 5 $0.00028 $0.00530
Sonnet 5 $0.00011 $0.00212
Haiku 4.5 $0.00006 $0.00106

Measured 8d ago against content hash a39f095a2463, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

mine-mcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/codex/mine-mcp/skills/mine-mcp/SKILL.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

mine_mcp

Servidor MCP TypeScript (stdio) independente para pontos de mapa, receitas e exaroton.

Quando usar

  • Registrar ou consultar bases/pontos no overworld (coordenadas X/Z).
  • Guardar/consultar farms, builds e guias (receitas).
  • Inspecionar ou baixar arquivos/mundos de um servidor exaroton.

Configuração do client

Env Obrigatório Função
MINE_MCP_DATA_DIR Não Pasta com points.json e recipes.json (default: <repo>/data)
MINE_MCP_DOWNLOADS_DIR Não Sandbox de downloads exaroton (default: <repo>/downloads)
EXAROTON_API_TOKEN Para tools exaroton Token da API
EXAROTON_SERVER_ID Não Servidor padrão

Receitas: se recipes.json não existir em MINE_MCP_DATA_DIR, o servidor copia o seed empacotado (data/recipes.seed.json). O usuário pode editar/incrementar o arquivo no data/ passado pelo client.

Comando típico:

{
  "command": "node",
  "args": ["<path-to>/dist/index.js"],
  "env": {
    "MINE_MCP_DATA_DIR": "<user-data-dir>",
    "EXAROTON_API_TOKEN": "<from-secret-store>"
  }
}

Resources

URI Uso
mine-mcp://workspace/context Paths efetivos (dataDir, downloadsDir, arquivos)
mine-mcp://integrations/exaroton configured sem expor token

Tools — mapa

Tool Caso de uso Parâmetros
register_point Criar/atualizar ponto name, type, x, z, description?, tags?
list_points Listar pontos type?
distance_to_point Distância até ponto nomeado currentX, currentZ, pointName
nearest_point_by_type Ponto mais próximo de um tipo currentX, currentZ, type

Tipos comuns: base, house, village, farm, fortress, stronghold, outpost, custom (aliases PT/EN aceitos no service).

Tools — receitas

Tool Caso de uso Parâmetros
register_recipe Upsert de guia/farm/build name, type, summary, resources[], process[], tags?
list_recipes Listar type?
get_recipe Buscar por nome name

Read the full file on GitHub · 93 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 93 lines · 57 tokens per session scan A a39f095a2463

Subscribe to this mod's changes

mine-mcp is a skill published in the GitHub repository rodcordeiro/minecraft_mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 57 tokens to every session and 1,060 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

minecraft-modpack-server

Host modded Minecraft servers (CurseForge, Modrinth).

NousResearch/hermes-agent · 19 tokens

okx-cex-portfolio

This skill should be used when the user asks about 'account balance', 'how much USDT do I have', 'my funding account', 'show my positions', 'open positions', 'position P&L', 'unrealized PnL', 'closed positions', 'position history', 'realized PnL', 'account bills', 'transaction history', 'trading fees', 'fee tier'…

okx/agent-trade-kit · 236 tokens

isuzu-unity-cli

Control Unity Editor from the CLI with the isuzu-unity-cli command. Execute C# code, browse scene hierarchy, inspect/modify GameObjects, capture screenshots, read console logs, check compile status, control play mode, and execute menu items. Use when: user wants to interact with Unity Editor programmatically, run C#…

isuzu-shiranui/UnityMCP · 97 tokens

maya-import-to-scene

Pipeline stage — structured asset import. Consume an AssetDescriptor produced by maya-asset-source and import the asset (FBX, OBJ, USD) into the current Maya scene via cmds.file(). Handles axis/unit conversion, MaterialMode, PlacementHint, and optional target collection grouping. Returns an ImportToSceneResult with…

dcc-mcp/dcc-mcp-maya · 78 tokens

add-mechanic

Add game mechanics with correct GDScript 4.x patterns -- movement, health, inventory, save/load.

n24q02m/better-godot-mcp · 26 tokens

rpgmaker-mv-mcp

Use when building, editing or reasoning about an RPG Maker MV game through the RpgMakerMVUltimate MCP server (tools prefixed rpgmaker / the 13 consolidated tools: querydatabase, createdatabaseentry, generatemap, managemapevent, analyzeproject, etc.). Covers the correct workflow so maps, NPCs, chests, shops, doors…

DiegoLopez0208/RpgMakerMVUltimate-MCP · 139 tokens