Skip to main content
Glama
523,917 tools. Updated 2026-09-06 14:24

"Tools for embedding React and React Native in Android native applications" matching MCP tools:

  • Generate state management for React Native applications by providing a project directory. Set up state handling in your existing React Native codebase.
    MIT
  • 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
  • Restart the Metro JS bundle in a connected React Native app to apply code changes or reset JS state without restarting the native process. Specify device and port for targeted reload.
    Apache 2.0
  • Restore a previously captured profiling session from disk into memory for query tools. List available sessions or load React/native profiler data without recapturing.
    Apache 2.0
  • Generate a ready-to-paste SDK initialization snippet pre-filled with your API key, base URL, and app config for react-native, expo, ios, android, or flutter. Integrate LinkForty into your mobile app in under a minute.
    MIT
  • Fetch a compact component tree of the current React Native screen to find UI elements and obtain normalized tap coordinates for direct interaction.
    Apache 2.0

Matching MCP Servers

Matching MCP Connectors

  • 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.

  • Cloudflare Workers MCP server: embedding-search

  • 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
  • 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
  • Builds and launches native Expo/React Native development build for iOS or Android, streaming output to the timeline. If toolchain is missing, provides installation checklist.
    MIT
  • Reload the React Native app to apply code changes when Fast Refresh fails, fix broken app states, or reset app navigation and context completely.
    MIT
  • 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
  • Audit React Native/Expo source against iOS HIG and Android Material conventions, flagging accessibility gaps, small touch targets, font scaling issues, and missing dark-mode handling to ensure platform compliance.
    Apache 2.0
  • List connected React Native apps and their connection status for accessing Metro bundler logs.
    MIT
  • Retrieve and filter console logs from React Native apps via Metro bundler. Use summary mode for quick overviews or fetch specific logs for debugging.
    MIT
  • Execute JavaScript code in React Native apps to inspect app state, run diagnostics, or perform REPL-style interactions with Hermes compatibility.
    MIT
  • Run all applicable design checks for a target. Detects whether the surface is web, iOS, React Native, diff, or video, then runs contrast, layout, tap-target, and typography tests.
    Apache 2.0
  • Search iOS Human Interface Guidelines or Android Material 3 design patterns to implement platform-specific UI/UX with cross-platform code examples for Flutter and React Native.
    MIT
  • Inspect React components at specific screen coordinates to identify UI elements and their properties during React Native development.
    MIT