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 | — | — |
| Score | 50 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Dart | TypeScript |
| Last commit | this month | this 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
- Install the binary:
curl -fsSL https://raw.githubusercontent.com/Arenukvern/mcp_flutter/main/install.sh | bash- Add the toolkit to your Flutter app:
cd my-flutter-app
flutter-mcp-toolkit codegen-init # adds flutter_mcp_toolkit + emits main.dart snippet- Install skills for your AI agent:
flutter-mcp-toolkit init claude-code # or: cursor | codex | cline | all- Run your app:
flutter run --debugClaude 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"]
}
}
}