Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub davedev42/expo-mcp --plugin expo-mcpCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"expo": {
"command": "npx",
"args": [
"-y",
"github:DaveDev42/expo-mcp"
],
"env": {
"EXPO_APP_DIR": "${user_config.app_dir}"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
EXPO_APP_DIR=${user_config.app_dir}Share bugs, ideas, or general feedback.