ModSDK
Enables document retrieval, code generation, and code review for Minecraft China (NetEase) ModSDK development. It automates the creation of Mod projects, JSON configurations, and Python scripts while ensuring compliance with official development stan
What is ModSDK?
ModSDK is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables document retrieval, code generation, and code review for minecraft china (netease) modsdk development. it automates the creation of mod projects, json configurations, and python scripts while ...
Enables document retrieval, code generation, and code review for Minecraft China (NetEase) ModSDK development. It automates the creation of Mod projects, JSON configurations, and Python scripts while ensuring compliance with official development stan
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Enables document retrieval, code generation, and code review
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx modsdk-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use ModSDK
The ModSDK MCP Server connects AI assistants to the official Minecraft China (NetEase) ModSDK documentation and code generation toolchain, exposing over 30 tools for searching API docs, generating mod project scaffolding, creating JSON configurations for items/blocks/entities, and reviewing Python 2.7 mod code. It enables developers to ask natural language questions about ModSDK APIs and receive ready-to-use Python scripts and JSON configs that comply with official Bedrock Edition standards.
Prerequisites
- Python 3.10 or higher installed on your machine
- pip package manager available
- The ModSDK MCP server repository cloned locally
- An MCP-compatible client such as Claude Desktop, Cursor, VS Code, or Claude Code CLI
Clone the repository
Clone the official MCNeteaseDevs repository to your local machine.
git clone https://github.com/MCNeteaseDevs/modsdk_mcp_server.git
cd modsdk_mcp_serverInstall Python dependencies
Install all required packages from the project's requirements.txt file.
pip install -r requirements.txtConfigure environment variables (optional)
The server uses sensible defaults for doc paths. Override them if your docs are in a non-standard location. MODSDK_DOCS_PATH defaults to ./docs, MODSDK_SKILLS_PATH to ./skills, and MODSDK_STANDARD_PATH to ./standard.
export MODSDK_DOCS_PATH=./docs
export MODSDK_SKILLS_PATH=./skills
export MODSDK_STANDARD_PATH=./standardConfigure your MCP client
Add the server entry to your MCP client configuration file, pointing to the start_mcp.py entry point with the absolute path to your cloned directory.
Restart the MCP client and verify
Restart Claude Desktop or your IDE. Test connectivity by asking the AI to search for a ModSDK API function such as GetEngineCompFactory.
ModSDK Examples
Client configuration
Add this block to claude_desktop_config.json (macOS) or the equivalent config for your client. Replace /absolute/path/to with the real path on your system.
{
"mcpServers": {
"modsdk": {
"command": "python",
"args": ["/absolute/path/to/modsdk_mcp_server/start_mcp.py"],
"env": {
"MODSDK_DOCS_PATH": "/absolute/path/to/modsdk_mcp_server/docs"
}
}
}
}Prompts to try
Use natural language to generate mods, search docs, and review code.
- "Search for the usage of GetEngineCompFactory in the ModSDK docs"
- "Generate a mod project named TeleportSystem with ID teleport_sys that lets players teleport via command"
- "Create a custom diamond sword with namespace mymod, ID diamond_blade, attack 10, durability 500"
- "Create a custom block with namespace mymod, ID glowing_stone, with light emission level 15"
- "Review this Python 2.7 mod code for compatibility and architecture issues: [paste code]"Troubleshooting ModSDK
Server fails to start with ModuleNotFoundError
Ensure you ran `pip install -r requirements.txt` inside the correct virtual environment or global Python 3.10+ environment. Check `python --version` returns 3.10 or higher.
Doc search returns no results
Verify MODSDK_DOCS_PATH points to the directory containing the actual ModSDK documentation files. The default ./docs path is relative to the working directory when the server starts.
MCP client shows the server as disconnected
Check that the `args` path in your config points to `start_mcp.py` using an absolute path. Relative paths are often resolved differently by MCP clients.
Frequently Asked Questions about ModSDK
What is ModSDK?
ModSDK is a Model Context Protocol (MCP) server that enables document retrieval, code generation, and code review for minecraft china (netease) modsdk development. it automates the creation of mod projects, json configurations, and python scripts while ensuring compliance with official development stan It connects AI assistants to external tools and data sources through a standardized interface.
How do I install ModSDK?
Follow the installation instructions on the ModSDK GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with ModSDK?
ModSDK works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is ModSDK free to use?
Yes, ModSDK is open source and available under the GPL-3.0 license. You can use it freely in both personal and commercial projects.
ModSDK Alternatives — Similar Developer Tools Servers
Looking for alternatives to ModSDK? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up ModSDK in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use ModSDK?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.