- Explore MCP Servers
- fireworks
Fireworks
What is Fireworks
Fireworks is a modern MCP (Machine Control Protocol) client application designed for all users, built using Expo React Native.
Use cases
Use cases for Fireworks include controlling machinery remotely, managing local devices, performing file operations on connected devices, and developing cross-platform applications for both mobile and web environments.
How to use
To use Fireworks, clone the repository from GitHub, install the necessary dependencies using npm or yarn, and start the development server. You can run the app on iOS, Android, or the web using specific commands.
Key features
Key features of Fireworks include remote MCP service integration, local MCP capabilities, file system operations, and cross-platform support for both iOS and Android.
Where to use
Fireworks can be used in various fields that require machine control and monitoring, such as industrial automation, robotics, and remote device management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Fireworks
Fireworks is a modern MCP (Machine Control Protocol) client application designed for all users, built using Expo React Native.
Use cases
Use cases for Fireworks include controlling machinery remotely, managing local devices, performing file operations on connected devices, and developing cross-platform applications for both mobile and web environments.
How to use
To use Fireworks, clone the repository from GitHub, install the necessary dependencies using npm or yarn, and start the development server. You can run the app on iOS, Android, or the web using specific commands.
Key features
Key features of Fireworks include remote MCP service integration, local MCP capabilities, file system operations, and cross-platform support for both iOS and Android.
Where to use
Fireworks can be used in various fields that require machine control and monitoring, such as industrial automation, robotics, and remote device management.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Fireworks
A modern MCP (Machine Control Protocol) client application built with Expo React Native.
Features
- Remote MCP service integration
- Local MCP capabilities
- File system operations
- Cross-platform support (iOS & Android)
Prerequisites
- Node.js (v14 or later)
- npm or yarn
- Expo CLI
- iOS Simulator (for iOS development)
- Android Studio (for Android development)
Installation
- Clone the repository:
git clone https://github.com/open-mcp-app/fireworks.git
cd fireworks
- Install dependencies:
npm install
# or
yarn install
- Start the development server:
npm start
# or
yarn start
Development
Running the App
- iOS:
npm run iosoryarn ios - Android:
npm run androidoryarn android - Web:
npm run weboryarn web
Project Structure
fireworks/ ├── app/ # Main application code ├── components/ # Reusable components ├── services/ # Business logic and services │ └── mcp/ # MCP related services ├── hooks/ # Custom React hooks ├── constants/ # Constants and configurations ├── assets/ # Static assets └── scripts/ # Utility scripts
Contributing
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
License
This project is licensed under the Apache License 2 .0 - see the LICENSE file for details.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










