JUHE API Marketplace
mattlemmone avatar
MCP Server

Expo MCP Server

A Model Context Protocol server that provides development and debugging tools for Expo-based React Native applications, enabling developers to manage Expo servers, capture logs, and manipulate project files.

0
GitHub Stars
8/22/2025
Last Updated
No Configuration
Please check the documentation below.

README Documentation

File MCP

A Model Context Protocol (MCP) server that provides file system operations through a standardized API. Mainly just doing this so I can prototype and integrate error logs into mcp clients.

Usage

CLI

npm run build
npm start

Development

npm run dev

Testing

npm run inspect

Available Tools

Tool NameDescription
readFileRead contents of a file
writeFileWrite content to a file
listFilesList files in a directory
tailFileRead the last N lines from a file
listToolsList all tools registered in the server

Installation

npm install

Build

npm run build

License

MIT

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source