About
Flutter Mobile Workbench is a comprehensive mobile development toolset that streamlines Flutter, Android, and iOS development workflows through AI-powered automation. Key capabilities include: - Smart device management for Android emulators and iOS simulators with automated selection and control - End-to-end build, run, and test automation with self-healing processes that resolve common issues automatically - Hot reload development sessions and parallel testing across multiple devices - Automated environment setup and dependency management for Flutter projects - Log capture, screenshot generation, and performance profiling tools - Release build management with built-in health checks for confident app deployment - Support for 36+ development tools including emulator control, build automation, and intelligent error resolution Designed for integration with Claude Desktop and other MCP-compatible clients, enabling natural language commands for mobile development tasks.
README
🚀 MCP Mobile Server
Supercharge Your Mobile Development with AI-Powered Tools
36 powerful tools for mobile development • 10 intelligent super-tools • Cross-platform support
---
🌟 Why MCP Mobile Server?
MCP Mobile Server transforms your AI assistant into a mobile development powerhouse. Whether you're building with Flutter, developing for iOS, or creating Android apps, this server provides seamless integration with Claude Desktop, Windsurf, and other MCP-compatible clients.
✨ Key Features
🎯 Intelligent Automation
⚡ Developer Productivity
🔧 Complete Toolchain
🤖 AI-First Design
---
🚀 Quick Start
Installation
# Install globally
npm install -g @cristianoaredes/mcp-mobile-serverOr run directly with npx
npx @cristianoaredes/mcp-mobile-server
Claude Desktop Integration
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"mobile-dev": {
"command": "npx",
"args": ["@cristianoaredes/mcp-mobile-server"]
}
}
}
First Steps
# Check your environment
mcp-mobile-server health_checkSetup Flutter automatically
mcp-mobile-server flutter_setup_environment --action=fullStart developing
mcp-mobile-server flutter_dev_session --cwd=/path/to/project
---
🛠️ Available Tools
🚀 Super Tools - Complete Workflows
These intelligent tools combine multiple operations for maximum productivity:
| Tool | Description | Example Use Case |
|------|-------------|------------------|
| flutter_dev_session | Complete dev environment with hot reload | Start coding immediately with best device auto-selected |
| flutter_test_suite | Run all tests with coverage analysis | CI/CD pipeline integration |
| flutter_release_build | Multi-platform release builds | Deploy to stores with one command |
| mobile_device_manager | Intelligent device orchestration | Auto-start best available device |
| flutter_fix_common_issues | Auto-fix common problems | Resolve build errors automatically |
View All 36 Tools (click to expand)
🔧 Core Tools (5)
health_check - System diagnostics and environment validationflutter_doctor - Flutter environment verificationflutter_version - SDK version managementflutter_list_devices - Device discoveryandroid_list_devices - Android device detection📱 Device Management (9)
native_run_list_devices - Universal device listingnative_run_install_app - Cross-platform app installationios_list_simulators - iOS simulator discoveryandroid_list_emulators - AVD managementandroid_create_avd - Virtual device creationandroid_start_emulator - Emulator lifecycleandroid_stop_emulator - Resource managementios_shutdown_simulator - iOS cleanupflutter_launch_emulator - Quick emulator start⚡ Development (6)
flutter_run - Hot reload serverflutter_build - ProduRelated MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support