# fleur

> MCP Client

Fleur is an open-source desktop app marketplace for Claude Desktop and Cursor, enabling users to discover, install, and manage apps without using the command line. It is lightweight, fast, and extensible.

## Overview

- **Category:** Developer Tools
- **Language:** TypeScript
- **Stars:** 535
- **Forks:** 27
- **Owner:** fleuristes
- **GitHub:** https://github.com/fleuristes/fleur
- **Homepage:** https://www.fleurmcp.com/
- **Created:** 2025-02-09T15:15:56+00:00
- **Updated:** 2025-03-29T00:09:43+00:00
- **Source:** https://model-context-protocol.com/clients/app-marketplace-claude-cursor-install-manage

## Setup

## Setup
To install Fleur you can either download the [latest release](https://github.com/fleuristes/fleur/releases/latest/download/Fleur.dmg) or open the terminal and run the following command:

```bash
curl -fsSL fleur.sh | sh
```

For development:
1. Clone the repository:
   ```bash
   git clone https://github.com/fleuristes/fleur.git
   cd fleur
   ```
2. Install dependencies:
   ```bash
   bun install
   ```
3. Run the development version:
   ```bash
   bun tauri dev
   ```

To build the application for production:

```bash
bun tauri build
```

## Tools

## Available Tools

1. App Discovery: Browse and search for apps in the Fleur marketplace.
2. Lightweight and fast: Fleur is built with Rust and Bun, making it lightweight and fast.
3. App Installation: Easily install apps with a single click.
4. App Management: View installed apps and their status for each client (Claude Desktop and Cursor are supported).
5. Automatic Updates: Stay up-to-date with the latest app versions.
