/install 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 teamsflower_get_project— Get project with columns and tasksflower_list_projects— List projects in a team
Tasks
flower_list_tasks— List tasks (filter by projectId, columnId, assigneeId)flower_get_task— Get task detailsflower_create_task— Create task (projectId, columnId, title required)flower_update_task— Update task fieldsflower_delete_task— Delete a taskflower_move_task— Move to different columnflower_search_tasks— Search by title, description, or ticket number
Columns
flower_list_columns— List columns in a projectflower_create_column— Create a columnflower_update_column— Update column name/positionflower_delete_column— Delete a column
Comments
flower_list_comments— List comments on a taskflower_create_comment— Add a commentflower_update_comment— Edit a commentflower_delete_comment— Delete a comment
Users & Members
flower_list_users— List all usersflower_get_current_user— Get authenticated userflower_list_team_members— List team membersflower_add_team_member— Add user to teamflower_remove_team_member— Remove from team
Notifications
flower_get_notification_preferences— Get notification settingsflower_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=\x3Cid> \
columnId=\x3Cid> \
title="Task title" \
description="Details" \
priority=HIGH \
type=BUG
Move task to different column
mcporter call flower.flower_move_task \
taskId=\x3Cid> \
columnId=\x3Cnew-column-id>
Add a comment
mcporter call flower.flower_create_comment \
taskId=\x3Cid> \
content="Comment text"
Field Values
Priority: LOW, MEDIUM, HIGH, URGENT
Type: TASK, BUG, STORY
PR fields: prUrl, prNumber, prRepo (for GitHub PR linking)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install flower - After installation, invoke the skill by name or use
/flower - Provide required inputs per the skill's parameter spec and get structured output
What is Flower?
Manage projects and tasks with the Flower project management API via MCP. Use when creating, updating, or searching tasks/tickets, managing projects and colu... It is an AI Agent Skill for Claude Code / OpenClaw, with 607 downloads so far.
How do I install Flower?
Run "/install flower" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Flower free?
Yes, Flower is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Flower support?
Flower is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Flower?
It is built and maintained by xferops (@parker-xferops); the current version is v1.0.4.