MCSManager MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCSManager MCP Serverset the weather to rain on the survival server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCSManager MCP Server
这是一个用于管理 Minecraft 服务器的 MCP (Model Context Protocol) 服务器,支持通过 npm 安装和 npx 直接执行。
功能特性
执行 Minecraft 服务器命令
获取在线玩家列表
获取服务器状态信息
设置服务器天气
通过命令行参数安全配置敏感信息
Related MCP server: Minecraft MCP Server
安装和使用
全局安装(推荐)
npm install -g mcsmanager-mcp使用 npx(无需安装)
npx mcsmanager-mcp --base-url <url> --api-key <key> --uuid <uuid> --daemon-id <id>本地开发
# 安装依赖
pnpm install
# 开发模式
pnpm run dev -- --base-url <url> --api-key <key> --uuid <uuid> --daemon-id <id>
# 构建
pnpm run build
# 运行构建后的版本
pnpm start -- --base-url <url> --api-key <key> --uuid <uuid> --daemon-id <id>配置
命令行参数
所有敏感信息都通过命令行参数提供,确保安全性:
mcsmanager-mcp --base-url <url> --api-key <key> --uuid <uuid> --daemon-id <id>必需参数:
--base-url <url>: MCSManager API 基础URL--api-key <key>: API密钥--uuid <uuid>: UUID--daemon-id <id>: Daemon ID
可选参数:
--help, -h: 显示帮助信息
示例
# 使用 npx 运行
npx mcsmanager-mcp \
--base-url http://localhost:23333 \
--api-key your-api-key \
--uuid your-uuid \
--daemon-id your-daemon-id
# 全局安装后运行
mcsmanager-mcp \
--base-url http://your-server:23333 \
--api-key your-api-key \
--uuid your-uuid \
--daemon-id your-daemon-id可用工具
execute_command
执行 Minecraft 服务器命令
参数:
cmd(string): 要执行的命令
示例:
{
"cmd": "/say Hello World"
}get_players
获取当前在线玩家列表
参数: 无
get_server_status
获取服务器状态信息
参数: 无
返回:
{
"online_players": 2,
"player_names": ["player1", "player2"],
"status": "online"
}set_weather
设置服务器天气
参数:
weather(string): 天气类型,可选值: "clear", "rain", "thunder"
示例:
{
"weather": "rain"
}发布到 npm
发布前准备
确保你已经登录到 npm:
npm login更新版本号(如果需要):
npm version patch # 或 minor, major构建项目:
pnpm run build发布
npm publish发布到测试环境(可选)
npm publish --tag beta许可证
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Create, configure, manage Minecraft servers — plugins, files, console, modpacks, backups, metrics.
Generate AI images, video, music, and sound effects, and upscale them, from any MCP client.
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
Synap (pool.linkrra.com/v1), Linkrra's OpenAI-compatible LLM API, as an MCP server.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Minecraft servers through MCSManager, including instance control (start/stop/restart), file management, scheduled tasks, user management, and backup operations.5-
- FlicenseNot gradedqualityDmaintenanceEnables control of a Minecraft server through RCON commands via natural language, including game commands, chat-based AI interactions, and server management capabilities.6-
- FlicenseNot gradedqualityDmaintenanceEnables natural language management of Minecraft Bedrock Edition servers through AI assistants. Supports server lifecycle operations, player/world management, backups, add-ons, and automated tasks via the Bedrock Server Manager API.1-
- AlicenseBqualityCmaintenanceEnables AI assistants to interact with and manage Minecraft servers through a standardized interface, supporting server monitoring, player management, log analysis, and command execution.11MIT