# Send Meegle Mcp to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "meegle-mcp-skill",
    "name": "Meegle Mcp",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/pkycy/meegle-mcp-skill",
    "canonicalUrl": "https://clawhub.ai/pkycy/meegle-mcp-skill",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/meegle-mcp-skill",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=meegle-mcp-skill",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "mcp-config.example.json",
      "package.json",
      "scripts/mcp-proxy.js",
      "scripts/setup.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/meegle-mcp-skill"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/meegle-mcp-skill",
    "downloadUrl": "https://openagent3.xyz/downloads/meegle-mcp-skill",
    "agentUrl": "https://openagent3.xyz/skills/meegle-mcp-skill/agent",
    "manifestUrl": "https://openagent3.xyz/skills/meegle-mcp-skill/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/meegle-mcp-skill/agent.md"
  }
}
```
## Documentation

### 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:

Customizable Kanban boards and Gantt charts
Real-time collaboration with integrated chat
Workflow automation and custom pipelines
Time tracking and analytics dashboard
Client portal access for external stakeholders

### Prerequisites

You need:

A Meegle account with API access
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:

Edit or create your OpenClaw MCP servers config file
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 <this-repo-url> 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

List Projects: View all projects in your workspace
Create Project: Set up new projects with custom workflows
Update Project: Modify project details, status, or members

### Task Operations

Create Task: Add new tasks with assignees, due dates, and priorities
List Tasks: Filter and search tasks by project, assignee, or status
Update Task: Change task properties, move between workflow stages
Get Task Details: View comprehensive task information

### Workflow Management

Get Workflows: List available workflow templates
Apply Workflow: Assign workflows to projects
Update Workflow Stage: Move items through workflow stages

### Team Collaboration

Add Members: Invite team members to projects
List Members: View project participants and roles
Update Permissions: Manage access levels

### Analytics & Reporting

Get Project Stats: View progress, completion rates, and metrics
Time Tracking: Log and query time entries
Generate Reports: Create custom reports on project data

### 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

Authentication: Requires a valid MEEGLE_USER_KEY with appropriate permissions
Rate Limits: Subject to Meegle API rate limits (check your plan)
Read-Only Operations: Some operations may be restricted based on your role
Workspace Scope: Only accesses projects in your authorized workspace

### Security Notes

Never commit your MEEGLE_USER_KEY to version control
Store credentials in environment variables or secure config files
Review permissions before granting OpenClaw access to Meegle
Consider using a dedicated service account for automation

### "Authentication failed" error

Verify your MEEGLE_USER_KEY is correct
Ensure the key has not expired or been revoked
Check that your Meegle account has API access enabled

### "MCP server not responding"

Verify network connectivity to project.larksuite.com
Check that the MCP server URL and key are correct
Review OpenClaw logs: openclaw logs --filter=meegle

### Tools not appearing

Restart OpenClaw after installation
Check skill is loaded: openclaw skills list
Verify environment variables are set correctly

### Resources

Meegle Official Website
Meegle Documentation
Larksuite Platform
OpenClaw Skills Documentation
Model Context Protocol Spec

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: pkycy
- Version: 0.1.1
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/meegle-mcp-skill)
- [Send to Agent page](https://openagent3.xyz/skills/meegle-mcp-skill/agent)
- [JSON manifest](https://openagent3.xyz/skills/meegle-mcp-skill/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/meegle-mcp-skill/agent.md)
- [Download page](https://openagent3.xyz/downloads/meegle-mcp-skill)