MCP Catalogs
首页

mcp_flutter vs time

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

mcp_flutter
by Arenukvern
time
by modelcontextprotocol
Stars★ 294★ 85,748
30天用量
综合分5077
官方
分类
开发者工具AI / LLM 工具其它
效率工具开发者工具沟通协作
实现语言DartTypeScript
最近提交本月本月

mcp_flutter · 概述

Fluter AI 代理的 MCP 服务器,用于检查、交互和控制正在运行的 Flutter 应用。

time · 概述

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

mcp_flutter · 使用场景

  • AI 驱动的 Flutter 应用测试和调试
  • Flutter 应用中的自动化 UI 交互和表单填写
  • 使用 AI 代理进行视觉回归测试

time · 使用场景

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

mcp_flutter · 安装

安装

  1. 安装二进制文件:
curl -fsSL https://raw.githubusercontent.com/Arenukvern/mcp_flutter/main/install.sh | bash
  1. 将工具包添加到你的 Flutter 应用:
cd my-flutter-app
flutter-mcp-toolkit codegen-init   # 添加 flutter_mcp_toolkit 并生成 main.dart 代码片段
  1. 为你的 AI 代理安装技能:
flutter-mcp-toolkit init claude-code   # 或者:cursor | codex | cline | all
  1. 运行你的应用:
flutter run --debug

Claude Desktop 配置

添加到 claude_desktop_config.json

{
  "mcpServers": {
    "flutter-mcp-toolkit": {
      "command": "flutter-mcp-toolkit",
      "args": ["server"]
    }
  }
}

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"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。