Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host for the remote server (default: '0.0.0.0'). | 0.0.0.0 |
| PORT | No | Port for the remote server (default: '3000'). | 3000 |
| MC_HOST | No | Minecraft server host used at startup (default: 'localhost'). | localhost |
| MC_PORT | No | Minecraft server port (default: '25565'). | 25565 |
| LOG_LEVEL | No | Pino log level (trace, debug, info, warn, error, fatal; default: 'info'). | info |
| MC_USERNAME | No | Bot username (default: 'MCP-Bot'). | MCP-Bot |
| VIEWER_PORT | No | Port for prismarine-viewer (default: '3000'). | 3000 |
| ENABLE_IMAGES | No | Set to '1' or 'true' to enable registration of 'capture_bot_view' tool. | |
| ENABLE_VIEWER | No | Set to '1' or 'true' to start prismarine-viewer web stream after bot spawn (default: disabled). | |
| MCP_TRANSPORT | No | Set to 'remote' to enable the HTTP/SSE server (default: 'stdio'). | stdio |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |