flower

Manage projects and tasks with the Flower project management API via MCP. Use when creating, updating, or searching tasks/tickets, managing projects and columns, or integrating with Flower/Kanban boards. Requires @xferops/flower-mcp and a Flower API token.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "flower" with this command: npx skills add parker-xferops/flower

Flower MCP

Project management via MCP (Model Context Protocol).

Setup

Install the MCP server:

npx -y @xferops/flower-mcp

Configure in 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"
      }
    }
  }
}

Get your API token from Flower → Settings → API Tokens.

Tools (25 total)

Teams & Projects

  • flower_list_teams — List all teams
  • flower_get_project — Get project with columns and tasks
  • flower_list_projects — List projects in a team

Tasks

  • flower_list_tasks — List tasks (filter by projectId, columnId, assigneeId)
  • flower_get_task — Get task details
  • flower_create_task — Create task (projectId, columnId, title required)
  • flower_update_task — Update task fields
  • flower_delete_task — Delete a task
  • flower_move_task — Move to different column
  • flower_search_tasks — Search by title, description, or ticket number

Columns

  • flower_list_columns — List columns in a project
  • flower_create_column — Create a column
  • flower_update_column — Update column name/position
  • flower_delete_column — Delete a column

Comments

  • flower_list_comments — List comments on a task
  • flower_create_comment — Add a comment
  • flower_update_comment — Edit a comment
  • flower_delete_comment — Delete a comment

Users & Members

  • flower_list_users — List all users
  • flower_get_current_user — Get authenticated user
  • flower_list_team_members — List team members
  • flower_add_team_member — Add user to team
  • flower_remove_team_member — Remove from team

Notifications

  • flower_get_notification_preferences — Get notification settings
  • flower_update_notification_preferences — Update settings

Common Patterns

Find a ticket by number

mcporter call flower.flower_search_tasks query="#123"

Create a task

mcporter call flower.flower_create_task \
  projectId=<id> \
  columnId=<id> \
  title="Task title" \
  description="Details" \
  priority=HIGH \
  type=BUG

Move task to different column

mcporter call flower.flower_move_task \
  taskId=<id> \
  columnId=<new-column-id>

Add a comment

mcporter call flower.flower_create_comment \
  taskId=<id> \
  content="Comment text"

Field Values

Priority: LOW, MEDIUM, HIGH, URGENT

Type: TASK, BUG, STORY

PR fields: prUrl, prNumber, prRepo (for GitHub PR linking)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Polymarket Politics Random Buyer

Randomly finds a live Polymarket politics market, checks trading context, and buys 1 USDC by default with explicit dry-run and live modes for AION Market.

Registry SourceRecently Updated
General

DB Schenker

德国铁路集团旗下物流巨头,专注欧洲最大陆运网络及多式联运,提供空运、海运及合同物流服务。

Registry SourceRecently Updated
General

Secretary Memory

OpenClaw 秘书式多分区记忆系统 v3.0。仿生现代秘书的笔记本分类法,支持:(1) 多分区并发搜索 + 每分区3条上下文召回,(2) 会话自动摘要,(3) 偏好自动提取 + 用户关系图谱,(4) 记忆冲突主动检测,(5) 定时 consolidation + 会话结束 hook,(6) 精细化恢复/回溯,...

Registry SourceRecently Updated
General

Hunt

Digital bounty hunter skill for finding, tracking, and managing online hackathon opportunities. Trigger when the user says "hunt", "find hackathons", "show m...

Registry SourceRecently Updated