Meegle Mcp
by @pkycy
Interact with Meegle project management system via MCP protocol
clawhub install meegle-mcp-skillπ About This Skill
name: meegle-mcp description: Interact with Meegle project management system via MCP protocol homepage: https://www.meegle.com/ user-invocable: true disable-model-invocation: false metadata: {"openclaw": {"requires": {"env": ["MEEGLE_USER_KEY"]}, "primaryEnv": "MEEGLE_USER_KEY", "emoji": "π", "os": ["darwin", "linux", "win32"]}}
Meegle MCP Skill
Integrate Meegle (visual workflow and project management tool) with OpenClaw using the Model Context Protocol (MCP).
What is Meegle?
Meegle is a leading visual project management tool powered by Larksuite, designed for agile teams. It provides:
Setup
Prerequisites
You need:
1. A Meegle account with API access
2. Your MEEGLE_USER_KEY from your Meegle workspace
Configuration
#### Option 1: Environment Variable (Recommended)
Set 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.
#### Option 2: OpenClaw Config
Add the MCP server configuration to your OpenClaw settings:
1. Edit or create your OpenClaw MCP servers config file 2. Add the Meegle MCP server configuration:
{
"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"
}
}
}
#### Option 3: Using mcporter (Alternative)
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
Installation
Via ClawHub (Recommended):
clawhub install meegle-mcp
From GitHub:
git clone meegle-mcp
cd meegle-mcp
./scripts/setup.sh
Then restart OpenClaw and verify installation:
openclaw skills list | grep meegle
Available Tools
Once configured, the Meegle MCP server provides various tools for project management. Common operations include:
Project Management
Task Operations
Workflow Management
Team Collaboration
Analytics & Reporting
Usage Examples
Creating a New Project
Create a new Meegle project called "Q1 Website Redesign" with a Kanban workflow
Managing Tasks
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
Workflow Operations
Move the task "Homepage mockups" to the "In Review" stage in Meegle
Team Coordination
Add john@company.com as a contributor to the "Mobile App" project in Meegle
Reporting
Generate a summary of completed tasks in Meegle for the past week
Limitations
MEEGLE_USER_KEY with appropriate permissionsSecurity Notes
MEEGLE_USER_KEY to version controlTroubleshooting
"Authentication failed" error
MEEGLE_USER_KEY is correct"MCP server not responding"
project.larksuite.comopenclaw logs --filter=meegleTools not appearing
openclaw skills listResources
Feedback
Issues 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.
βοΈ Configuration
#### Option 1: Environment Variable (Recommended)
Set 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.
#### Option 2: OpenClaw Config
Add the MCP server configuration to your OpenClaw settings:
1. Edit or create your OpenClaw MCP servers config file 2. Add the Meegle MCP server configuration:
{
"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"
}
}
}
#### Option 3: Using mcporter (Alternative)
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
Installation
Via ClawHub (Recommended):
clawhub install meegle-mcp
From GitHub:
git clone meegle-mcp
cd meegle-mcp
./scripts/setup.sh
Then restart OpenClaw and verify installation:
openclaw skills list | grep meegle
π Tips & Best Practices
"Authentication failed" error
MEEGLE_USER_KEY is correct"MCP server not responding"
project.larksuite.comopenclaw logs --filter=meegleTools not appearing
openclaw skills list