MCP Catalogs
首页

time vs MCP

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

time
by modelcontextprotocol
MCP
by SelviAkdag
Stars★ 85,748★ 0
30天用量
综合分7733
官方
分类
效率工具开发者工具沟通协作
浏览器自动化本地文件系统开发者工具
实现语言TypeScript
最近提交本月10 个月前

time · 概述

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

MCP · 概述

专为Windows设计的MCP服务器,提供无需Docker或WSL的浏览器自动化和文件管理功能。

time · 使用场景

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

MCP · 使用场景

  • 在Windows系统上自动化浏览器任务,无需虚拟化
  • 通过AI命令在Windows上管理文件和目录
  • 编程执行网络搜索和截图

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"]
    }
  }
}

MCP · 安装

安装

  1. 克隆仓库: git clone https://github.com/SelviAkdag/MCP.git
  2. 进入项目目录: cd MCP
  3. 创建并激活虚拟环境:

``bash python -m venv venv venv\Scripts\activate ``

  1. 全局安装npx: npm install -g npx
  2. 安装支持MCP的Hugging Face Hub: pip install "huggingface_hub[mcp]>=0.32.0"
  3. 登录Hugging Face: huggingface-cli login
  4. 安装MCP服务器: npm install @playwright/test @modelcontextprotocol/server-filesystem
  5. 安装浏览器: npx playwright install(需要管理员权限)
  6. 运行浏览器代理: tiny-agents run agents/agent_browser.json

对于Claude Desktop,在config.json中添加:

{
  "mcpServers": {
    "mcp-windows": {
      "command": "python",
      "args": ["-m", "tiny_agents", "run", "/path/to/MCP/agents/agent_browser.json"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。