Expo MCP Server

by mattlemmone
Verified

expoStart

Initiate an Expo development server by specifying the project directory path, enabling immediate setup for React Native app development and debugging.

Instructions

Start an Expo development server

Input Schema

NameRequiredDescriptionDefault
projectPathYesPath to the Expo project directory

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "projectPath": { "description": "Path to the Expo project directory", "type": "string" } }, "required": [ "projectPath" ], "type": "object" }

You must be authenticated.

Other Tools from Expo MCP Server

Related Tools

ID: i97un228jp