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.
संबंधित सर्वर
Alpha Vantage MCP Server
प्रायोजकAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
BlenderMCP
Integrates with Blender to enable text and image-based 3D model editing using the Model Context Protocol.
mcproc
Manage background processes for AI agents using the Model Context Protocol (MCP).
CodeSeeker
Advanced code search and transformation powered by ugrep and ast-grep for modern development workflows.
Airflow MCP Server
MCP server for Airflow
MCP Gateway
A reverse proxy gateway for managing and accessing multiple MCP servers through a single entry point, deployable via Docker.
Vercel Domains MCP
Query domains on Vercel
Remote MCP Server (Authless)
An example of a remote MCP server without authentication, deployable on Cloudflare Workers.
Claude Code Bridge
A bridge server connecting Claude Desktop with the Claude Code agent API.
Supervisord MCP
A tool for managing Supervisord processes, integrated with AI agents via the Model Context Protocol (MCP). It offers standardized process control, real-time monitoring, and robust operations.
nf-core MCP Server
Manage and navigate local nf-core pipeline repositories.