mine_mcp
MCP server for Minecraft that manages map points, provides recipes and guides, and enables inspection/download of files and worlds via the exaroton REST API.
README
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 build
Configuração (env do client MCP)
| Variável | Default | Função |
|---|---|---|
MINE_MCP_DATA_DIR |
<repo>/data |
Pasta com points.json e recipes.json |
MINE_MCP_DOWNLOADS_DIR |
<repo>/downloads |
Sandbox de downloads exaroton |
EXAROTON_API_TOKEN |
— | Obrigatório para tools exaroton |
EXAROTON_SERVER_ID |
— | 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 |
|---|---|
pnpm run check |
typecheck + test |
pnpm run typecheck |
tipos sem emit |
pnpm run test |
Jest (inclui e2e stdio) |
pnpm run build |
gera dist/ (prebuild roda check) |
pnpm run dev |
tsx src/index.ts |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.