Skip to main content
Glama
524,660 tools. Updated 2026-09-06 17:51

"Improving React Native Development Experience" matching MCP tools:

  • Combine React Profiler and native profiler data to map native hangs to React commits, revealing memory leaks and investigation hints. Use when both profilers have been run in parallel.
    Apache 2.0
  • Get a curated implementation bundle for any CometChat integration scenario with prerequisites, install commands, configuration, code examples, and common pitfalls. Covers React, Flutter, iOS, Android, React Native, and JS SDK.
    Apache 2.0
  • Prepare a React Native development server or reload connected apps, leveraging the current session's bound server. Override the binding per call with explicit runtime inputs.
    MIT
  • Dismiss a visible development error overlay to unblock UI automation. Use this helper to clear the screen before continuing tests; times out after 90 seconds.
    MIT
  • Writes the API origin and location ID into an Expo/React Native .env file, enabling storefronts to connect directly without an API key.
    MIT
  • Open a native target for Expo/React Native apps: iOS simulator or Android device mirror. Drive the app via idb/adb and stream JS/native logs to the timeline.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Real-time booking, 7-currency pricing, and FAQ for Reykjavik's Viking portrait photo studio.

  • Open-source AI presentation builder from Builder.io: every app action — generating a deck from a prompt, editing and reordering slides, applying brand styles, sharing — is exposed as an MCP tool, plus an ask-agent meta-tool that hands complex requests to the app's own agent loop. Streamable HTTP with OAuth 2.1 dynamic client registration; MIT-licensed and self-hostable.

  • Type text into an iOS simulator field, optionally tapping it first. Uses clipboard paste for reliable React Native input, or HID keyboard events otherwise.
    MIT
  • Diagnose React Native development environment health: OS, iOS/Android toolchains, Metro status, and project info. Use first when something fails or before device/build operations.
    MIT
  • List connected React Native apps and their connection status for accessing Metro bundler logs.
    MIT
  • Inspect React components at specific screen coordinates to identify UI elements and their properties during React Native development.
    MIT
  • Read console logs from a running React Native app. Use cursor to get only new entries, specifying severity level and optional filter.
    MIT
  • Fill React Native TextInput fields by matching accessibilityLabel, testID, or placeholder and invoking onChangeText via Hermes debugger. Requires Metro dev server.
    MIT
  • Generate a detailed upgrade diff between React Native versions to identify required changes in dependencies, native configurations, project files, and troubleshooting steps.
    MIT
  • Discover available debugging objects like Apollo Client, Redux store, and React DevTools in a connected React Native app to identify state management and debugging tools.
    MIT
  • Forwards a port on an Android device to a local host, enabling reverse socket connections. Essential for React Native bundler tcp:8081.
    MIT
  • Convert Figma frames to React Native components: generates StyleSheet output, mobile UI library suggestions, asset hints, and TypeScript prop interfaces.
    MIT