Install
openclaw skills install meegle-mcp-skillInteract with Meegle project management system via MCP protocol
openclaw skills install meegle-mcp-skillIntegrate Meegle (visual workflow and project management tool) with OpenClaw using the Model Context Protocol (MCP).
Meegle is a leading visual project management tool powered by Larksuite, designed for agile teams. It provides:
You need:
MEEGLE_USER_KEY from your Meegle workspaceSet your user key as an environment variable:
export MEEGLE_USER_KEY="your_user_key_here"
export MEEGLE_MCP_KEY="your_mcp_key_here"
Add this to your shell profile (~/.bashrc, ~/.zshrc, etc.) to persist across sessions.
Add the MCP server configuration to your OpenClaw settings:
{
"mcpServers": {
"meegle": {
"command": "node",
"args": ["{baseDir}/scripts/mcp-proxy.js"],
"env": {
"MEEGLE_USER_KEY": "your_user_key_here",
"MEEGLE_MCP_URL": "https://project.larksuite.com/mcp_server/v1",
"MEEGLE_MCP_KEY": "your_mcp_key_here"
},
"status": "active"
}
}
}
If you have mcporter installed:
mcporter add meegle \
--url "https://project.larksuite.com/mcp_server/v1?mcpKey=your_mcp_key_here&userKey={user_key}" \
--env MEEGLE_USER_KEY=your_user_key_here
Via ClawHub (Recommended):
clawhub install meegle-mcp
From GitHub:
git clone <this-repo-url> meegle-mcp
cd meegle-mcp
./scripts/setup.sh
Then restart OpenClaw and verify installation:
openclaw skills list | grep meegle
Once configured, the Meegle MCP server provides various tools for project management. Common operations include:
Create a new Meegle project called "Q1 Website Redesign" with a Kanban workflow
Show me all high-priority tasks assigned to me in Meegle
Create a task in Meegle: "Update landing page copy" assigned to @designer, due next Friday
Move the task "Homepage mockups" to the "In Review" stage in Meegle
Add john@company.com as a contributor to the "Mobile App" project in Meegle
Generate a summary of completed tasks in Meegle for the past week
MEEGLE_USER_KEY with appropriate permissionsMEEGLE_USER_KEY to version controlMEEGLE_USER_KEY is correctproject.larksuite.comopenclaw logs --filter=meegleopenclaw skills listIssues or suggestions? Open an issue on the skill repository or contact via ClawHub.
Note: This skill uses the Model Context Protocol to communicate with Meegle's MCP server. Tool availability and capabilities depend on your Meegle plan and permissions.