
mcbedrock-mcp
from AbhayMalav
Gives your AI assistants access to Minecraft Bedrock Edition scripting and addon documentation.
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
mcbedrock-mcp
A Model Context Protocol (MCP) server that gives AI assistants access to Minecraft Bedrock Edition scripting and addon documentation.
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.
Copy & paste โ that's it
npm installSetup
1. Install dependencies
npm install2. Build
npm run build3. Index documentation (run once)
npm run index-docs4. Test it works
npm startYou should see: [mcbedrock-mcp] Server started and ready.
Press Ctrl+C.
Opencode/Claude/Codex/Antigravity or any agent Harnes Configuration
"mcbedrock": {
"type": "local",
"command": ["npx", "-y", "mcbedrock-mcp"],
"enabled": true
}No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.