Ceraph for Cursor
dev.ceraph/react-native-mcp
MCP server for agent-driven React Native and Expo development and mobile testing
client:Cursor
transport:stdio
runtime:npm
Install Ceraph in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"react-native-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ceraph/react-native-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs