Skip to content
VS Code

Ceraph for VS Code

dev.ceraph/react-native-mcp

MCP server for agent-driven React Native and Expo development and mobile testing

client:VS Code transport:stdio runtime:npm

Install Ceraph in VS Code

.vscode/mcp.json

{
  "servers": {
    "react-native-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ceraph/react-native-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Ceraph in other clients