mcbedrock-mcp
Gives your AI assistants access to Minecraft Bedrock Edition scripting and addon documentation.
mcbedrock-mcp
A Model Context Protocol (MCP) server that gives AI assistants access to Minecraft Bedrock Edition scripting and addon documentation.
Setup
1. Install dependencies
npm install
2. Build
npm run build
3. Index documentation (run once)
npm run index-docs
4. Test it works
npm start
You should see: [mcbedrock-mcp] Server started and ready.
Press Ctrl+C.
Claude Desktop Configuration
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS)
or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"mcbedrock": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/mcbedrock-mcp/dist/src/index.js"]
}
}
}
Replace /ABSOLUTE/PATH/TO/ with the real path to this project folder.
Available MCP Tools
| Tool | Description |
|---|---|
search_bedrock_docs | Full-text search across all indexed Bedrock docs |
get_bedrock_example | Get code examples for a specific scripting topic |
explain_bedrock_concept | Get an explanation of a Bedrock addon concept |
Adding More Docs
Edit config.json and add entries to the sources array, then run npm run rebuild-db.
Verwandte Server
Alpha Vantage MCP Server
SponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Cargo Package README MCP Server
Fetches Rust crate READMEs, metadata, dependencies, and usage information from crates.io.
ArchiveNet
A context insertion and search server for Claude Desktop and Cursor IDE, using configurable API endpoints.
Gwirian
Modern Open source Test Management with MCP Server integration
vnsh
Ephemeral encrypted file sharing for AI. Client-side AES-256 encryption, 24h auto-vaporization.
Rust Docs Server
Fetches Rust crate documentation from docs.rs using the rustdoc JSON API.
Next.js DevTools MCP
next-devtools-mcp is a MCP server that provides Next.js development tools and utilities for AI coding assistants like Claude and Cursor.
Code Reasoning
Enhances Claude's ability to solve complex programming tasks through structured, step-by-step thinking.
Enoch
MCP server for the Enoch control plane: dispatch gates, evidence sync, provenance, and quality gates for long-running autonomous AI work.
Cloudflare MCP Server Example
An example of deploying a remote MCP server on Cloudflare Workers without authentication.
OpenTofu MCP Server
A Model Context Protocol (MCP) server for accessing the OpenTofu Registry.