mcp-react-native-expo
Verified Safeby Divagnz
Overview
Provides comprehensive development guidance, analysis, and automated remediation tools for React Native and Expo projects, covering performance, security, testing, and package management.
Installation
npx @mrnitro360/react-native-mcp-guideEnvironment Variables
- MCP_LOG_LEVEL
- ANDROID_HOME
- ANDROID_SDK_ROOT
- JAVA_HOME
- EXPO_TOKEN
- EAS_TOKEN
- EXPO_NO_TELEMETRY
- EXPO_NO_REDIRECT
Security Notes
The server includes robust security analysis tools that detect common vulnerabilities like hardcoded secrets, insecure network requests (HTTP instead of HTTPS), sensitive data logging, and potential code injection vectors (e.g., `eval()`, `Function` constructor). It also offers automatic remediation for some of these issues. For its own operation, the `ExpoExecutor` explicitly sanitizes command-line arguments (`DANGEROUS_CHARS` regex) and uses `shell: false` in `spawn` to mitigate command injection risks. The primary security concern comes from the inherent nature of a tool that executes arbitrary CLI commands and analyzes external code, but the codebase demonstrates strong defensive programming practices to handle these risks.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
f2c-mcp
A Model Context Protocol server for Figma Design to Code, enabling AI tools to convert Figma designs into production-ready frontend code.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.