Skip to main content
Glama

Expo MCP Server

by mattlemmone
package.json952 B
{ "name": "expo-mcp-server", "version": "1.0.0", "description": "MCP server for working with Expo applications", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "tsc --watch", "inspect": "npx @modelcontextprotocol/inspector dist/index.js", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.6.1", "dotenv": "^16.5.0", "fastmcp": "^1.22.4", "zod": "^3.24.3" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.17.30", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "files": [ "dist" ], "keywords": [ "mcp", "model-context-protocol", "claude", "ai", "expo", "react-native" ], "author": "", "license": "MIT" }

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