-
Install the Meshagent CLI
-
Sign Up and Authenticate
- Follow the authentication steps here: https://docs.meshagent.com/cli/getting_started
-
Start the MCP Minecraft Wiki Server in a Room
- This launches a Meshagent Room (
test
) with a deployable, callable MCP server. Rooms automatically close if inactive.
- This launches a Meshagent Room (
-
Join the Room with a Chatbot
- This starts a chatbot in the same Meshagent Room, giving it access to the Minecraft Wiki toolkit.
- The command’s output will include a link to the Room.
-
Interact with the Tools
- Visit the Room link in your browser. Send a message to the agent to leverage the Minecraft Wiki tools in real-time!
Project Level Deployment (Persistent Services)
For production use-cases, you may want the MCP server tools and chatbot to be available in all Rooms in a Meshagent project, automatically. The following steps create persistent services at the project level—so every new Room instantly has access to the Minecraft Wiki tools and chatbots without any manual step.-
Create Persistent MCP Minecraft Wiki Service
-
Create Persistent Chatbot Service
There’s no need to run MCP or chatbots locally—they’re provisioned and managed by Meshagent with every Room.
Tools Available
Below are the available tools provided via the MCP Minecraft Wiki server:Tool | Short Description |
---|---|
MinecraftWiki_getCategoriesForPage | Get categories associated with a specific page. |
MinecraftWiki_getPageContent | Get the raw wikitext content of a specific Minecraft Wiki page. |
MinecraftWiki_getPageSection | Get a specific section from a Minecraft Wiki page. |
MinecraftWiki_getPageSummary | After searching, get the page summary and a list of all available sections. |
MinecraftWiki_getSectionsInPage | Get an overview of all sections in the page. |
MinecraftWiki_listAllCategories | List all categories in the Minecraft Wiki. |
MinecraftWiki_listCategoryMembers | List all pages in a specific category. |
MinecraftWiki_resolveRedirect | Resolve a redirect and return the target page title. |
MinecraftWiki_searchWiki | Search for a specific structure, entity, item, or block. |
Tools Details
MinecraftWiki_getCategoriesForPage
Get categories associated with a specific page.Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page |
MinecraftWiki_getPageContent
Get the raw wikitext content of a specific Minecraft Wiki page.Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page to retrieve content for |
MinecraftWiki_getPageSection
Get a specific section from a Minecraft Wiki page.Parameter | Type | Description |
---|---|---|
sectionIndex | number | Index of the section to retrieve (0 = main, 1 = first, etc.) |
title | string | Title of the Minecraft Wiki page |
MinecraftWiki_getPageSummary
Get the page summary and a list of all available sections.Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page |
MinecraftWiki_getSectionsInPage
Get an overview of all sections in a page.Parameter | Type | Description |
---|---|---|
title | string | Title of the page to obtain sections for |
MinecraftWiki_listAllCategories
List all categories in the Minecraft Wiki.Parameter | Type | Description |
---|---|---|
limit | number | Optional: Max number of categories (default: 10, max: 500) |
prefix | string | Optional: Filters categories by prefix |
MinecraftWiki_listCategoryMembers
List all pages that are members of a specific category.Parameter | Type | Description |
---|---|---|
category | string | Name of the category (e.g. ‘Items’, ‘Blocks’, …) |
limit | number | Optional: Max number of pages (default: 100, max: 500) |
MinecraftWiki_resolveRedirect
Resolve a redirect and return the title of the target page.Parameter | Type | Description |
---|---|---|
title | string | Title of the page to resolve |
MinecraftWiki_searchWiki
Search the Minecraft Wiki for a specific structure, entity, item or block.Parameter | Type | Description |
---|---|---|
query | string | Term to search for (item/block/entity name) |
Meshagent & MCP Server Links
- Meshagent Home: meshagent.com
- Meshagent Documentation: Read The Docs
- Meshagent MCP Minecraft Wiki Image: Docker Hub: meshagent/mcp-minecraft-wiki