MineCode MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_wikiA | Search Minecraft Wiki for pages matching a query. Use fulltext=true for snippet-based search. Returns titles, URLs, and optional snippets. |
| get_wiki_pageA | Get a short summary and section list of a Minecraft Wiki page. For full content use get_wiki_page_content instead. |
| get_wiki_commandsA | List all Minecraft commands from the wiki with their URLs. For detailed syntax of one command use get_wiki_command_info. |
| get_wiki_categoryA | List all pages in a Minecraft Wiki category (e.g. 'Blocks', 'Items', 'Mobs', 'Commands'). |
| search_mojiraA | Search the Mojira bug tracker. Returns issue key, URL, summary, status, reporter, assignee, and creation date. Filter by project (MC, MCPE, etc.), status, or resolution. |
| spyglass_get_versionsA | List Minecraft Java Edition versions with their data/resource pack versions. Filter by release or snapshot. Includes latest release & snapshot info. |
| spyglass_get_registriesB | Get registry entries for a Minecraft version. Supports item, block, entity_type, biome, enchantment, and many more. Use the optional search param to filter results. |
| spyglass_get_block_statesA | Get all block state properties (e.g. facing, waterlogged, power) and their default values for a specific block ID. |
| spyglass_get_commandsA | Get the full command tree/syntax for a Minecraft version. Optionally pass a command name to get its specific argument tree. |
| misode_get_generatorsA | List all available datapack generators from Misode (loot tables, recipes, worldgen, advancements, etc.) with their URLs. |
| misode_get_presetsA | List vanilla preset IDs for a generator type (e.g. 'loot_table', 'recipe', 'worldgen/biome'). Use search to filter. Get full JSON with misode_get_preset_data. |
| misode_get_preset_dataA | Get the full vanilla JSON for a specific preset. Use misode_get_presets first to discover available preset IDs. |
| misode_get_loot_tablesA | List vanilla loot table IDs by category (blocks, chests, entities, archaeology, gameplay). Includes per-category counts. |
| misode_get_recipesA | List vanilla recipe IDs with optional filtering by type (crafting_shaped, smelting, stonecutting, etc.) and search query. |
| get_wiki_page_contentA | Get the full structured content of a Minecraft Wiki page (all sections, text, tables). Use get_wiki_page for a quick summary instead. |
| get_wiki_command_infoB | Get detailed syntax documentation for a specific Minecraft command from the wiki (arguments, permissions, examples). |
| misode_list_versionsA | List all Minecraft versions available in the Misode API for datapack data lookups. |
| spyglass_get_mcdoc_symbolsA | Get vanilla mcdoc type symbols from Spyglass. Useful for understanding NBT/datapack data structures. |
| get_logsA | Get Minecraft instance logs. Auto-detects launcher or specify 'default', 'prism', or 'tlauncher'. For Prism, optionally specify an instance name. Returns the latest log file content with configurable line count. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 19 tools
Tools are clearly grouped by prefix (get_logs, get_wiki, misode, search, spyglass) and each has a distinct purpose. Cross-references in descriptions prevent confusion between similar tools like get_wiki_page and get_wiki_page_content.
All tool names follow a consistent verb_noun pattern with snake_case and server-specific prefixes. The naming is predictable across all 19 tools, e.g., misode_get_generators, spyglass_get_versions.
With 19 tools, the set is slightly above the ideal 3-15 range but remains well-scoped for a Minecraft helper server covering logs, wiki, datapack generation, bug tracking, and game data.
The tool surface covers major Minecraft domains (logs, wiki, datapacks, bugs, game data) with reasonable depth. Minor gaps exist (e.g., no world editing or mod management) but are not central to the server's purpose.