← Back to Plugins
MCP Server MCP

rn-devtools-hub

github By github 👁 1 views ▲ 0 votes

Drive a running React Native or Expo app from inside its JS runtime: see, act, prove.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "rn-devtools-hub",
      "version": "0.15.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Speak MCP over stdio, bridging to the local hub and starting it if needed",
          "value": "mcp",
          "type": "positional",
          "valueHint": "mcp"
        }
      ]
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "rn-devtools-hub",
      "version": "0.15.1",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:8973/mcp"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...