
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
minecraft-mcp-client
Advanced tools
MCP client bridge for connecting Claude Desktop to Minecraft servers
A bridge client that connects Claude Desktop to Minecraft servers running the MinecraftMCP Paper plugin.
This package is designed to be used with NPX, so no installation is required:
npx minecraft-mcp-client --server http://localhost:25575 --api-key your-api-key
You need the MinecraftMCP Paper plugin installed and running on your Minecraft server:
plugins/
directoryAdd this configuration to your Claude Desktop MCP settings:
{
"mcpServers": {
"minecraft": {
"command": "npx",
"args": [
"-y",
"minecraft-mcp-client",
"--server",
"http://localhost:25575",
"--api-key",
"your-secure-api-key-from-plugin-config"
]
}
}
}
Important: Replace your-secure-api-key-from-plugin-config
with the actual API key you configured in the MinecraftMCP plugin's config.yml
.
-s, --server <url>
: Required - Minecraft MCP server URL (e.g., http://localhost:25575)-k, --api-key <key>
: Required - API key for authenticating with the Minecraft MCP server-v, --verbose
: Enable verbose logging (default: false)-h, --help
: Display help informationnpx minecraft-mcp-client --server http://localhost:25575 --api-key my-secure-api-key --verbose
This client acts as a bridge between Claude Desktop and your Minecraft MCP server:
When connected, Claude Desktop will have access to these Minecraft management tools:
"Cannot connect to Minecraft MCP server"
"Authentication failed"
config.yml
"MCP server endpoint not found"
MIT
FAQs
MCP client bridge for connecting Claude Desktop to Minecraft servers
The npm package minecraft-mcp-client receives a total of 0 weekly downloads. As such, minecraft-mcp-client popularity was classified as not popular.
We found that minecraft-mcp-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.