Expo MCP ServerServer

mattlemmone
GitHub
React NativeDevelopment ToolsMCP

Loading subscription status...

πŸ’‘ Description

A Model Context Protocol (MCP) server providing tools for managing Expo development servers for React Native applications. It allows starting, stopping, and monitoring servers, capturing logs, and performing file system operations within project directories.

πŸ“ JSON Entries

{
  "mcpServers": [
    {
      "Expo MCP Server": {
        "env": {},
        "args": [],
        "command": "npm run start"
      }
    }
  ]
}

πŸ› οΈ Tools

readFilewriteFilelistFilesexpoStartexpoLogsexpoStopexpoStatusexpoGetLogs

⚑ Features

  • Start, stop, and monitor Expo servers
  • Capture logs
  • Perform file system operations

πŸ’¬ Example Queries

  • Start an Expo server
  • Retrieve logs from the Expo server
  • List files in the project directory