ModSDK

v1.0.0Developer Toolsstable

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

modsdk-mcp-servermcpai-integration
Share:
46
Stars
0
Downloads
0
Weekly
0/5

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

Generate Minecraft China (NetEase) mod projects and JSON configs
Enable AI-assisted mod development with compliance checking
MCNeteaseDevs

Maintainer

LicenseGPL-3.0
Languagepython
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx modsdk-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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_server
2

Install Python dependencies

Install all required packages from the project's requirements.txt file.

pip install -r requirements.txt
3

Configure 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=./standard
4

Configure 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.

5

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.

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.

Quick Config Preview

{ "mcpServers": { "modsdk-mcp-server": { "command": "npx", "args": ["-y", "modsdk-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides