MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

M
Melobot Protocol Mcpm

MCP server by aicorein

Created 7/22/2025
Updated 11 days ago
Repository documentation and setup instructions
logo - Melobot Protocol Mcpm by aicorein

melobot-protocol-mcpm

适用于 Minecraft 服务端进程管理的 melobot 协议

license - BSD-3-Clause Made with Python GitHub Repo stars

uv - Managed Code style: black Checked with mypy

💬 简介

基于 melobot 的通用 Minecraft 服务端进程管理协议。

可实现类似于 MCDR 的功能,但提供更多 melobot 支持下的新功能与新特性,目前仍在开发中。

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/aicorein/melobot-protocol-mcpm
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "aicorein-melobot-protocol-mcpm": { "command": "git", "args": [ "clone", "https://github.com/aicorein/melobot-protocol-mcpm" ] } } }