mine_mcp
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceProvides comprehensive access to MCP documentation through structured guides, full-text search, and interactive development workflows for building servers and clients.Last updated37MIT
- 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.Last updated966Apache 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.Last updated712MIT
- AlicenseDqualityCmaintenanceMCP server for managing Pterodactyl game panel resources (users, servers, nodes, locations, etc.) via the Application API.Last updated503MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
MCP server for doc2mcp documentation, generated by doc2mcp.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rodcordeiro/minecraft_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server