MCP Catalogs
首页

time vs minecraft-mcp-server

并排对比,帮你在这两个 MCP server 之间做选择。

time
by modelcontextprotocol
minecraft-mcp-server
by yuniko-software
Stars★ 85,748★ 578
30天用量
综合分7751
官方
分类
效率工具开发者工具沟通协作
AI / LLM 工具开发者工具其它
实现语言TypeScriptTypeScript
最近提交本月1 个月前

time · 概述

功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。

minecraft-mcp-server · 概述

Minecraft MCP服务器通过Mineflayer API使AI助手能够控制游戏角色。

time · 使用场景

  • 协助安排跨时区的国际会议
  • 为基于位置的查询提供实时时间信息
  • 为旅行计划和行程安排提供时间转换

minecraft-mcp-server · 使用场景

  • AI辅助建造Minecraft建筑
  • 探索和映射游戏环境
  • 自动化游戏中的重复任务

time · 安装

安装选项

**使用 uv(推荐):**

uvx mcp-server-time

**使用 PIP:**

pip install mcp-server-time
python -m mcp_server_time

**为 Claude Desktop 配置:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}

minecraft-mcp-server · 安装

先决条件

  • Node.js (>= 20.10.0)
  • 运行中的Minecraft游戏(已测试1.21.8 Java版)
  • MCP兼容客户端(示例使用Claude Desktop)

安装步骤

  1. 打开Minecraft创建单人世界,然后打开局域网(ESC -> 打开局域网)
  2. 安装Claude Desktop并打开文件 -> 设置 -> 开发者 -> 编辑配置
  3. claude_desktop_config.json中添加以下MCP服务器配置:
{
  "mcpServers": {
    "minecraft": {
      "command": "npx",
      "args": [
        "-y",
        "github:yuniko-software/minecraft-mcp-server",
        "--host",
        "localhost",
        "--port",
        "25565",
        "--username",
        "ClaudeBot"
      ]
    }
  }
}
  1. 完全重启Claude Desktop
对比内容由 README + GitHub 公开数据自动生成,定期更新。