Flower Project Management MCP for Openclaw

A comprehensive Model Context Protocol integration for managing Flower projects, tasks, and team collaboration within AI-driven workflows.

parker-xferops
v1.0.4
Feb 21, 2026
0
1.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install flower

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install flower using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Flower Project Management MCP?

The Flower skill is a robust integration designed to connect AI agents with the Flower project management platform. By utilizing the Model Context Protocol (MCP), it allows developers and teams to interact with their Kanban boards, track task progress, and manage team resources directly from their AI-enabled environments. This skill is a vital component for those looking to build autonomous project management workflows using Openclaw Skills.

Through this integration, users can perform complex operations such as task lifecycle management, team member administration, and GitHub PR linking. It effectively bridges the gap between project planning and execution, ensuring that AI agents have the necessary context to assist in software development and project coordination.

Flower Project Management MCP Use Cases

  • Automating the creation of BUG or TASK tickets based on error logs or requirements.
  • Synchronizing development progress by moving tasks between Kanban columns via AI.
  • Enhancing team communication by programmatic adding comments to project tickets.
  • Searching for historical project context by querying task descriptions and ticket numbers.

How Flower Project Management MCP Works

  1. The AI agent connects to the Flower platform through the MCP server using a secure API token.
  2. The skill exposes a suite of 25 specialized tools for interacting with teams, projects, tasks, and comments.
  3. Agents can query the project structure to understand column workflows (e.g., To Do to Done).
  4. Data is updated in real-time on the Flower platform, ensuring consistent visibility for all team members.

Flower Project Management MCP Setup

To get started with this skill in the context of Openclaw Skills, install the MCP server:

npx -y @xferops/flower-mcp

Add the following configuration to your MCP client (e.g., ~/.mcporter/mcporter.json):

{
  "mcpServers": {
    "flower": {
      "command": "npx",
      "args": ["-y", "@xferops/flower-mcp"],
      "env": {
        "FLOWER_URL": "https://flower.xferops.com",
        "FLOWER_TOKEN": "your-api-token"
      }
    }
  }
}

Generate your API token by visiting Flower Settings → API Tokens.

Flower Project Management MCP Data Schema & Taxonomy

The Flower skill organizes data into a hierarchical structure of Teams, Projects, and Tasks. It supports specific metadata fields that are essential for Openclaw Skills automation:

Object Key Attributes
Task id, title, description, priority (LOW, MEDIUM, HIGH, URGENT), type (TASK, BUG, STORY)
Project id, name, teamId, columns
Column id, name, position, projectId
PR Linking prUrl, prNumber, prRepo
User userId, email, role

Flower Project Management MCP Advanced Features

  • Direct GitHub integration via PR field mapping for automated status updates.
  • Granular notification preference management to control AI-generated alerts.
  • Advanced search capabilities using ticket numbers (e.g., #123) or fuzzy text matching.
  • Team member management including user addition and removal from specific project teams.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*