Get up and running fast! Here’s how to run the MCP Minecraft Wiki server and a Meshagent-powered chatbot in a temporary Meshagent Room for testing.
Install the Meshagent CLI
Sign Up and Authenticate
Start the MCP Minecraft Wiki Server in a Room
test
) with a deployable, callable MCP server. Rooms automatically close if inactive.Join the Room with a Chatbot
Interact with the Tools
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
Now, every time a Meshagent Room is created within your project, the MCP server and chatbot will join automatically.
There’s no need to run MCP or chatbots locally—they’re provisioned and managed by Meshagent with every Room.
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. |
Get categories associated with a specific page.
Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page |
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 |
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 |
Get the page summary and a list of all available sections.
Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page |
Get an overview of all sections in a page.
Parameter | Type | Description |
---|---|---|
title | string | Title of the page to obtain sections for |
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 |
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) |
Resolve a redirect and return the title of the target page.
Parameter | Type | Description |
---|---|---|
title | string | Title of the page to resolve |
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) |
For more information on why running MCP Servers via Docker is safer, see: Docker + MCP
Get up and running fast! Here’s how to run the MCP Minecraft Wiki server and a Meshagent-powered chatbot in a temporary Meshagent Room for testing.
Install the Meshagent CLI
Sign Up and Authenticate
Start the MCP Minecraft Wiki Server in a Room
test
) with a deployable, callable MCP server. Rooms automatically close if inactive.Join the Room with a Chatbot
Interact with the Tools
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
Now, every time a Meshagent Room is created within your project, the MCP server and chatbot will join automatically.
There’s no need to run MCP or chatbots locally—they’re provisioned and managed by Meshagent with every Room.
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. |
Get categories associated with a specific page.
Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page |
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 |
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 |
Get the page summary and a list of all available sections.
Parameter | Type | Description |
---|---|---|
title | string | Title of the Minecraft Wiki page |
Get an overview of all sections in a page.
Parameter | Type | Description |
---|---|---|
title | string | Title of the page to obtain sections for |
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 |
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) |
Resolve a redirect and return the title of the target page.
Parameter | Type | Description |
---|---|---|
title | string | Title of the page to resolve |
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) |
For more information on why running MCP Servers via Docker is safer, see: Docker + MCP