E
Expo
Manage Expo projects, EAS builds and updates.
·No reviews yet
Share:
About
Auto-generated
Expo is a Model Context Protocol server in the Developer Tools category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Expo.
- What is the Expo MCP and what does it do?
- The Expo MCP allows you to manage Expo projects, EAS builds, and updates. It provides an interface to interact with the Expo ecosystem for React Native mobile application development.
- How can I install the Expo MCP in a client?
- Installation in an MCP client like Cline or Claude Desktop typically involves adding the 'expo' slug to your client's configuration. The transport is 'stdio', meaning it communicates via standard input/output.
- Does the Expo MCP require an API key for authentication?
- Yes, the Expo MCP uses 'apikey' for authentication. You will need to provide your Expo API key to the client for proper authorization and access to its features.
- What are the primary capabilities of the Expo MCP?
- The Expo MCP enables management of Expo projects, streamlining tasks related to EAS builds and updates. It integrates with the Expo platform for React Native mobile development workflows.
- What are the common limitations or prerequisites for using the Expo MCP?
- A key prerequisite for using the Expo MCP is having existing Expo projects and familiarity with the Expo and EAS ecosystem. It is designed to extend existing Expo workflows.
- Is there a cost associated with using the Expo MCP?
- The Expo MCP itself is provided by the Community and found in a public repository, implying it is open-source. However, usage costs may depend on the underlying Expo services or EAS plans.
Install Expo
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"expo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-expo"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"expo": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-expo"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"expo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-expo"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.