MCP Connect
M

MCP Connect

An MCP server that integrates iOS simulator control and browser automation functions, providing tools such as device management, screen capture, gesture operation, and DOM interaction for AI assistants, and supporting quick installation and configuration of multiple MCP clients.
2 points
6.1K

What is MCP Connect?

MCP Connect is a Model Context Protocol (MCP) server that integrates iOS simulator control and browser automation functions into a unified tool. Through an AI assistant, you can perform operations such as taking screenshots, simulating gestures, navigating web pages, and debugging React Native applications without manually operating the device or browser.

How to use MCP Connect?

Using MCP Connect is very simple: First, configure your AI assistant (such as Claude Code, Cursor, etc.) through a one-click installation script, and then restart the editor. After that, you can directly control the iOS simulator and browser through natural language instructions, such as 'Take a screenshot of the simulator screen' or 'Open a certain web page in the browser and click the button'.

Applicable scenarios

MCP Connect is particularly suitable for the following scenarios: Mobile app developers need to quickly test the iOS app interface; React Native developers need to debug applications; Quality assurance engineers need to automate the testing process; Content creators need to quickly obtain device screenshots; Any automation tasks that require simultaneous control of simulated devices and browsers.

Main features

iOS simulator control
Fully control the iOS simulator, including functions such as taking screenshots, device management, gesture simulation, text input, URL navigation, and UI inspection. Supports multiple screenshot formats and precise coordinate control.
Browser automation
Automate Chrome/Chromium browsers, supporting functions such as page navigation, element interaction, JavaScript execution, DOM inspection, and taking screenshots. Particularly optimized for the React Native development experience.
Smart tool filtering
Automatically detect the system environment and only display available tools. If Xcode is not installed on the system, the iOS simulator tool will not be displayed, reducing interference and optimizing the use of the AI assistant context.
One-click installation and configuration
Provide one-click installation scripts for different AI assistants (Claude Code, Cursor, Windsurf, etc.), and automatically configure the MCP server settings without manually editing the configuration file.
React Native development support
Provide shortcut tools specifically for React Native developers, including functions such as opening the Metro Bundler interface, obtaining logs, and triggering reloading, to improve development efficiency.
Advanced gesture support
Support precise click and swipe gestures through fb-idb, including controlling the gesture duration and coordinate accuracy, providing a more natural interaction simulation.
Advantages
Unified interface: Integrate iOS simulator and browser control into one tool, eliminating the need to switch between different tools
Natural language control: Use natural language instructions through an AI assistant, reducing the technical threshold
High degree of automation: Reduce repetitive manual operations and improve testing and development efficiency
Intelligent adaptation: Automatically detect the system environment and only display available functions
Easy to install: Provide automatic installation scripts for different editors
Open source and free: Based on the MIT license, it can be freely used and modified
Limitations
Platform limitation: Only supports the macOS system and requires an Xcode environment
Dependence on external tools: Some functions require fb-idb support for the best experience
Learning curve: Requires an understanding of basic iOS simulator and browser automation concepts
Permission requirements: Gesture functions require system accessibility permissions
Resource consumption: Running the simulator and browser simultaneously may consume more system resources

How to use

Environment preparation
Ensure that your system meets the basic requirements: macOS operating system, Xcode and iOS simulator installed, Node.js version 18 or higher, Chrome or Chromium browser.
Install MCP Connect
Select the corresponding installation command according to the AI assistant you are using. The installation script will automatically configure the editor settings.
Restart the editor
After the installation is complete, restart your code editor or AI assistant client for the configuration to take effect.
Start using
Use natural language instructions in the AI assistant to control the simulator and browser. The tool will automatically display available functions based on your system environment.
Optional: Install fb-idb for enhanced functionality
If you need more precise gesture control, you can install fb-idb to enhance the click and swipe gesture functions.

Usage examples

iOS app interface testing
As a mobile app developer, you need to quickly test the interface display of the app in different states. Using MCP Connect, you can automate the screenshot process and check if the UI elements are displayed correctly.
React Native development debugging
When developing a React Native application, you often need to view the Metro Bundler logs and reload the application. MCP Connect provides specialized shortcut tools to simplify these operations.
Web automation testing
Test the submission process of a web form, including filling in fields, clicking buttons, and verifying the results. MCP Connect can simulate real user operations.
Cross-device workflow
You need to perform related operations in the iOS simulator and the browser simultaneously, such as testing the interaction between the app and the web page, or comparing the display effects of mobile and desktop versions.

Frequently Asked Questions

Which AI assistants does MCP Connect support?
Why do the gesture functions (clicking, swiping) not work?
How can I use only some of the functions? For example, I only want to use the browser functions?
Do I need to restart the editor after installation?
Does it support the Windows or Linux systems?
How do I uninstall MCP Connect?
Can I control multiple iOS simulators simultaneously?
Where are the screenshot files saved?

Related resources

GitHub repository
The source code and latest version of MCP Connect
Model Context Protocol official website
Understand the technical details and specifications of the MCP protocol
Xcode download
Download the Xcode development tool (including the iOS simulator)
fb-idb documentation
The official documentation and installation guide for fb-idb
React Native documentation
The official documentation for the React Native framework
Problem feedback
Report bugs or propose feature suggestions

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "mcp-connect": {
      "command": "mcp-connect"
    }
  }
}

{
  "mcpServers": {
    "mcp-connect": {
      "command": "npx",
      "args": ["-y", "@plaintest/mcp-connect"]
    }
  }
}

{
  "mcpServers": {
    "mcp-connect": {
      "command": "npx",
      "args": ["-y", "@plaintest/mcp-connect", "--only=browser"]
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

R
Rsdoctor
Rsdoctor is a build analysis tool specifically designed for the Rspack ecosystem, fully compatible with webpack. It provides visual build analysis, multi - dimensional performance diagnosis, and intelligent optimization suggestions to help developers improve build efficiency and engineering quality.
TypeScript
7.7K
5 points
N
Next Devtools MCP
The Next.js development tools MCP server provides Next.js development tools and utilities for AI programming assistants such as Claude and Cursor, including runtime diagnostics, development automation, and document access functions.
TypeScript
8.3K
5 points
T
Testkube
Testkube is a test orchestration and execution framework for cloud-native applications, providing a unified platform to define, run, and analyze tests. It supports existing testing tools and Kubernetes infrastructure.
Go
6.2K
5 points
M
MCP Windbg
An MCP server that integrates AI models with WinDbg/CDB for analyzing Windows crash dump files and remote debugging, supporting natural language interaction to execute debugging commands.
Python
8.6K
5 points
R
Runno
Runno is a collection of JavaScript toolkits for securely running code in multiple programming languages in environments such as browsers and Node.js. It achieves sandboxed execution through WebAssembly and WASI, supports languages such as Python, Ruby, JavaScript, SQLite, C/C++, and provides integration methods such as web components and MCP servers.
TypeScript
7.5K
5 points
N
Netdata
Netdata is an open-source real-time infrastructure monitoring platform that provides second-level metric collection, visualization, machine learning-driven anomaly detection, and automated alerts. It can achieve full-stack monitoring without complex configuration.
Go
9.6K
5 points
M
MCP Server
The Mapbox MCP Server is a model context protocol server implemented in Node.js, providing AI applications with access to Mapbox geospatial APIs, including functions such as geocoding, point - of - interest search, route planning, isochrone analysis, and static map generation.
TypeScript
6.7K
4 points
U
Uniprof
Uniprof is a tool that simplifies CPU performance analysis. It supports multiple programming languages and runtimes, does not require code modification or additional dependencies, and can perform one-click performance profiling and hotspot analysis through Docker containers or the host mode.
TypeScript
7.2K
4.5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
18.9K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
20.6K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
63.0K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
31.2K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
58.4K
4.5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
27.0K
5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
42.2K
4.8 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
86.6K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase