mine_mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mine_mcpShow me the recipe for a netherite sword"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mine_mcp
Servidor MCP TypeScript (stdio) independente para:
pontos de mapa Minecraft (coordenadas X/Z);
receitas e guias (farm, build, potion, etc.);
inspeção/download de arquivos e mundos via API REST exaroton.
Requisitos
Node.js 20+
pnpm
pnpm install
pnpm run buildRelated MCP server: Minestom MCP Server
Configuração (env do client MCP)
Variável | Default | Função |
|
| Pasta com |
|
| Sandbox de downloads exaroton |
| — | Obrigatório para tools exaroton |
| — | Servidor padrão (opcional) |
Se recipes.json não existir em MINE_MCP_DATA_DIR, o servidor copia o seed empacotado data/recipes.seed.json. Edite o arquivo no data/ do client para incrementar/alterar receitas.
Exemplo de MCP client:
{
"mcpServers": {
"mine_mcp": {
"command": "node",
"args": ["C:/path/to/minecraft_mcp/dist/index.js"],
"env": {
"MINE_MCP_DATA_DIR": "C:/path/to/user-data"
}
}
}
}Scripts
Script | Ação |
| typecheck + test |
| tipos sem emit |
| Jest (inclui e2e stdio) |
| gera |
|
|
Estrutura
src/index.ts— MCP server, resources e toolssrc/config.ts— paths via envsrc/services/— regrassrc/repository/— persistência JSONdata/recipes.seed.json— seed de receitasskills/mine-mcp/— skill do agenteplugins/codex/mine-mcp/— plugin Codex (skill + MCP)plugins/cursor/mine-mcp/— plugin Cursor (skill + MCP)docs/backlog.md— backlog
Resources
mine-mcp://workspace/context— paths efetivosmine-mcp://integrations/exaroton— estado da integração (sem token)
Tools
Mapa: register_point, list_points, distance_to_point, nearest_point_by_type
Receitas: register_recipe, list_recipes, get_recipe
exaroton: exaroton_get_account, exaroton_list_servers, exaroton_get_server, exaroton_get_server_ram, exaroton_get_file_info, exaroton_get_text_file, exaroton_download_file, exaroton_download_directory, exaroton_download_world
Detalhes de parâmetros e casos de uso: skills/mine-mcp/SKILL.md.
Segurança
Não committe tokens.
Downloads restritos a
MINE_MCP_DOWNLOADS_DIR.stdout é JSON-RPC; logs em stderr.
CI
GitHub Actions (.github/workflows/ci.yml): install → typecheck → test → build em Node 20.
Versão
0.2.0 — servidor independente, data/ via env, seed de receitas, skill e plugins Codex/Cursor.
Comunidade
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP registry & directory: search, find & install 31k+ MCP servers & tools. Catalog and marketplace.
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for developer documentation, generated by doc2mcp.
MCP server for doc2mcp documentation, generated by doc2mcp.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.310 npmMIT
- AlicenseAqualityCmaintenanceAn MCP server designed for developers to build and manage Minestom-based Minecraft servers by inspecting project environments, build configurations, and API documentation. It enables users to plan features, review design patterns, and discover libraries within the Minestom ecosystem.94 npm6Apache 2.0
- AlicenseBqualityDmaintenanceAn MCP server for managing and operating Minecraft servers through multiple backend protocols including MCSManager API, RCON, and MSMP. It provides tools for instance lifecycle management, file operations, console commands, player administration, and server configuration with built-in security controls.712MIT
- AlicenseDqualityDmaintenanceMCP server for managing Pterodactyl game panel resources (users, servers, nodes, locations, etc.) via the Application API.503MIT