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
ask-gemini-mcp
MCP server that enables AI assistants to interact with Google Gemini CLI
SuperCollider MCP Server
An MCP server for the SuperCollider programming language that executes synths using supercolliderjs.
iTerm
Access and control local iTerm2 terminal sessions.
MCP Playground
A playground for MCP implementations featuring multiple microservices, including news and weather examples.
MCP Bridge API
A lightweight, LLM-agnostic RESTful proxy that unifies multiple MCP servers under a single API.
Odoo XML-RPC MCP Server
Interact with Odoo instances using the XML-RPC API. Requires configuration via environment variables or config files.
Basalt
Design system MCP server — query tokens, components, icons, and WCAG contrast data from Git-backed design systems.
Adobe After Effects MCP
An MCP server that allows AI assistants to interact with Adobe After Effects.
Neo N3 MCP Server
Integrates with the Neo N3 blockchain for wallet management, asset transfers, contract interactions, and blockchain queries.
MCP Documentation Server
An AI-powered documentation server for code improvement and management, with Claude and Brave Search integration.