setup-mcp-server

Configure MCP server environment and permissions for Minecraft Bedrock integration.

2|Updated May 15, 2026
One-click install
npx skills add https://github.com/chapmanjw/minecraft-bedrock-claude-plugin --skill setup-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-mcp-server
Source: https://github.com/chapmanjw/minecraft-bedrock-claude-plugin/tree/main/skills/setup-mcp-server
Command: npx skills add https://github.com/chapmanjw/minecraft-bedrock-claude-plugin --skill setup-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the complex configuration of the Minecraft Bedrock MCP server, ensuring secure communication between the Claude plugin and the game world.

Core Features & Use Cases

  • Environment Configuration: Automatically generates and sets up the required bearer tokens and environment variables for the MCP server.
  • Bridge Verification: Validates the handshake between the Bedrock Dedicated Server and the MCP bridge to ensure connectivity.
  • Use Case: Use this skill when you have a running Bedrock server and need to bridge it to Claude to enable AI-driven world building and management.

Quick Start

Run the setup-mcp-server skill to configure the bridge and verify the connection to your Minecraft Bedrock world.

Frequently Asked Questions about setup-mcp-server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure the MCP server for Minecraft Bedrock integration?

Configuring the MCP server for Minecraft Bedrock integration involves generating bearer tokens, setting environment variables, and validating the handshake between the Bedrock Dedicated Server and the MCP bridge via authenticated HTTP long-polling.

What is needed to set up a Minecraft Bedrock MCP bridge?

Setting up a Minecraft Bedrock MCP bridge requires Node.js 20+ and valid file system access to the Bedrock Dedicated Server directory structure to successfully establish the authenticated HTTP long-polling connection.

How does the secure handshake between Bedrock Dedicated Server and Claude work?

The secure handshake between the Bedrock Dedicated Server and the Claude plugin works via authenticated HTTP long-polling, utilizing automatically generated bearer tokens to verify connectivity and secure the communication channel.

Can I use this to automate behavior pack permissions for Minecraft Bedrock?

Yes, you can automate behavior pack permissions for Minecraft Bedrock. This skill configures the required server environment and behavior pack permissions to enable AI-driven world building and management through Claude.

Why is my Claude plugin not connecting to the Minecraft Bedrock server?

Your Claude plugin may not be connecting to the Minecraft Bedrock server due to invalid bearer tokens or environment variables. This skill validates the handshake between the Bedrock Dedicated Server and the MCP bridge to troubleshoot connectivity issues.