Argent
OfficialProvides AI agents with direct access to Android Emulators, enabling UI interactions (tapping, swiping, typing), running apps, and capturing logs and crash reports for debugging.
Enables AI agents to control iOS Simulators, perform gestures and hardware button actions, run profilers, and reproduce issues manually.
Offers native support for React Native apps, allowing agents to build, launch, and iterate on React Native projects with UI interaction and profiling capabilities.
Integrates with Xcode Instruments to perform and analyze profiling sessions on iOS apps, providing comprehensive summaries for performance optimization.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Argentopen the iOS simulator and tap the login button"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Argent is an agentic toolkit that gives your AI assistant direct access to iOS Simulators and Android Emulators. Ask it to tap a button, run a profiler or reproduce an issue manually - all from within your CLI, without switching context.
npx @swmansion/argent initCapabilities
Autonomous iOS and Android development - Allow your agent to work with iOS and Android apps on its own - let it build, open, interact with the app and debug it. Ask for reproducing issues, testing features manually, profiling your app and much more, without ever interrupting your work.
UI interaction - Give your agent full control toolkit - tapping, swiping, pinching, typing, gestures, hardware buttons and all other gears included. Let it navigate your app exactly as a user would, without lifting a finger.
Profiling with batteries included - Argent can perform and analyze both React-Native and Xcode Instruments profiling sessions. Get comprehensive summaries and ask to optimise your app where you find fit.
Debugging and diagnostics - Let your agent inspect logs, capture crash reports, and reproduce failing states on the simulator, so you can jump straight to the fix.
React Native out of the box - Argent works with React Native apps natively, so your agent can build, launch, and iterate on your RN project the same way it would any native app - no extra setup required.
Tip: Once installed, ask your assistant "What can Argent do?" - it will walk you through all capabilities available.
Installation
Prerequisites
Node.js 18 or later
For iOS: macOS with Xcode installed
For Android: Android SDK Platform Tools (
adb) onPATH, and the Android Emulator package if you want to boot AVDs from Argent. Create AVDs via Android Studio oravdmanager.
Run init in your project
From your project root:
npx @swmansion/argent initThis command triggers an installation wizard which:
Installs
@swmansion/argentgloballyDetects your editor and registers the MCP server
Copies skills, rules, and agent definitions into your workspace
Prefer a manual install?
npm install -g @swmansion/argent
argent initCLI Reference
Command | Description |
| Install globally and configure MCP in the current workspace |
| Alias for |
| Pull the latest version and refresh workspace configuration |
| Unregister the MCP server and uninstall the package |
| Alias for |
| Start MCP server instance, used internally by agent |
Supported Editors
argent init auto-detects and configures MCP for:
Editor | Config location |
Claude Code |
|
Cursor |
|
VS Code |
|
Windsurf |
|
Zed |
|
Gemini CLI |
|
Codex CLI |
|
opencode |
|
Privacy
Argent does not collect or transmit any user data. No telemetry, no analytics, no crash reporting.
Argent integrates with your agent locally over MCP stdio.
Its internal tools are not reachable from outside your machine.
The only outbound network call we make is the version check against our public npm package, which sends no user data and fails gracefully if blocked.
License
Argent uses a mixed licensing model.
Source code is released under the Apache License 2.0.
Proprietary binaries (the bin/simulator-server and bin/ax-service executables and the .dylib files in native-devtools-ios) are the intellectual property of Software Mansion S.A. and are licensed solely for use within this project. Decompiling, reverse-engineering, or redistributing them without explicit written permission is prohibited.
By using Argent, you acknowledge and agree to this structure. See LICENSE for full details.
Argent is created by Software Mansion
Since 2012 Software Mansion is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – Hire us.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/software-mansion/argent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server