Skip to main content
Glama

Expo MCP Server

by mattlemmone

writeFile

Write specified content to a file at a given file path using Expo MCP Server’s tool, enabling developers to manage and modify project files in React Native applications.

Instructions

Write content to a file

Input Schema

NameRequiredDescriptionDefault
contentYesThe content to write to the file
filePathYesThe path to the file to write

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "content": { "description": "The content to write to the file", "type": "string" }, "filePath": { "description": "The path to the file to write", "type": "string" } }, "required": [ "filePath", "content" ], "type": "object" }

You must be authenticated.

Other Tools from Expo MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mattlemmone/expo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server