- Home
- MCP servers
- Fleur
Fleur
- other
1
GitHub Stars
other
Language
6 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"fleuristes-fleur-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/fleuristes/fleur-mcp",
"fleur-mcp"
]
}
}
}You deploy Fleur MCP to onboard Fleur within Claude and enable a dedicated MCP server that coordinates data sources and actions for Claude integrations. This server runs as an MCP endpoint you can connect to with an MCP client, handling requests and responses in a consistent, scalable way.
How to use
Start the Fleur MCP server and connect your MCP client to it. You will run the MCP using the runtime tool and then point your client at the running endpoint. Once the server is up, you can initiate MCP operations that align Fleur workflows with Claude, enabling automated actions, data fetches, and command execution through the MCP interface.
How to install
uvx --from git+https://github.com/fleuristes/fleur-mcp fleur-mcp
Additional content
Notes about usage, security, and maintenance:
- The server is intended to run in environments where you can execute the uvx command and access the Fleur MCP project repository.
- Ensure you have network access to fetch the MCP source and that your runtime environment permits executing the uvx tool.
- The server license is Apache 2.0, so you may use, modify, and distribute the server within the terms of that license.