The easiest way to discover and install MCPs
A desktop app marketplace for Claude Desktop
Fleur is a desktop application that serves as an app marketplace for MCPs. It allows you to discover, install, and manage apps that extend the functionality of Claude Desktop and Cursor.
All without having to use a command line. Fleur is made for non-technical users in mind, but is open-source and extensible so developers can make it their own.
To install Fleur you can either download the latest release or open the terminal and run the following command:
curl -fsSL fleur.sh | sh
To submit your app to the Fleur marketplace, follow these steps:
Clone the repository:
git clone https://github.com/fleuristes/app-registry.git
cd app-registry
Add your app to the apps.json
file.
Submit a pull request to the app-registry repository.
Clone the repository:
git clone https://github.com/fleuristes/fleur.git
cd fleur
Install dependencies:
bun install
Run the development version:
bun tauri dev
To build the application for production:
bun tauri build
Fleur uses a centralized app registry to manage available apps. The registry is maintained at github.com/fleuristes/app-registry.
To add a new app to the registry, submit a pull request to the app-registry repository with your app's metadata.
src/
- React/TypeScript frontend codesrc-tauri/
- Rust backend codepublic/
- Static assetscd src-tauri
cargo test
All contributions are welcome!
fleur
: The main repository containing the Fleur app. It's built with Tauri, React and Typescript. In the src-tauri
folder, you'll find the Rust code. And in the src
folder, you'll find the React code for the UI.
app-registry
: is the repository that contains the list of all MCPs
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
No configuration available
Related projects feature coming soon
Will recommend related projects based on sub-categories