mcp-server-simulator-ios-idb
A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators through natural language commands.
GitHub Stars
238
User Rating
Not Rated
Favorites
0
Views
55
Forks
19
Issues
5
Installation
Installation
Prerequisites
Installation Steps
1. Clone Repository
bash
git clone https://github.com/InditexTech/mcp-server-simulator-ios-idb.git
cd mcp-server-simulator-ios-idb
2. Install Dependencies
bash
npm install
3. Build the Project
bash
npm run build
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Simulator won't launch Solution: Ensure XCode is installed correctly.Additional Resources
Host of some of the INDITEX Tech's contributions to FOSS (Free, Open Source Software)
184
Followers
29
Repositories
0
Gists
0
Total Contributions
Mobile MCP is an MCP server that provides mobile automation capabilities. It enables LLMs to interact with mobile devices using structured UI dumps without relying on screenshots or other visual inputs. Currently, it supports only Android devices, with iOS support planned for the future.
Kratos MCP is a memory system for AI coding tools that allows AI to retain information about project architecture and patterns between sessions. This eliminates the need for developers to repeatedly explain their codebase, thereby enhancing workflow efficiency. It is specifically designed to address the issue of AI tools forgetting information between sessions.