MCP Catalogs
Home

mcp_flutter vs time

Side-by-side comparison to help you pick between these two MCP servers.

mcp_flutter
by Arenukvern
time
by modelcontextprotocol
Stars★ 294★ 85,748
30d uses
Score5077
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageDartTypeScript
Last committhis monththis month

mcp_flutter · Summary

MCP server for Flutter AI agents to inspect, interact with, and control running Flutter applications.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

mcp_flutter · Use cases

  • AI-driven Flutter app testing and debugging
  • Automated UI interaction and form filling in Flutter apps
  • Visual regression testing using AI agents

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

mcp_flutter · Install

Installation

  1. Install the binary:
curl -fsSL https://raw.githubusercontent.com/Arenukvern/mcp_flutter/main/install.sh | bash
  1. Add the toolkit to your Flutter app:
cd my-flutter-app
flutter-mcp-toolkit codegen-init   # adds flutter_mcp_toolkit + emits main.dart snippet
  1. Install skills for your AI agent:
flutter-mcp-toolkit init claude-code   # or: cursor | codex | cline | all
  1. Run your app:
flutter run --debug

Claude Desktop Configuration

Add to claude_desktop_config.json:

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

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.