Agent Plugins Marketplace
All plugins

monday-com

v0.1.0-ghast.1

Manage monday.com boards, items, status reporting, docs, and WorkForms with five official workflow skills and monday.com's hosted OAuth MCP server.

Agent Plugins5 Skills1 MCP serverStreamable HTTP

By monday.comLicense: MIT0 GitHub starsUpdated 3 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
6 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/Trapezohe/ghast-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/monday-com/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

plugins/monday-com/
├── plugin.json
├── skills/board-setup/SKILL.md
├── skills/docs-collaborator/SKILL.md
├── skills/forms-builder/SKILL.md
├── skills/project-status-report/SKILL.md
├── skills/task-management/SKILL.md
└── mcp.json

Included Skills5

board-setupskills/board-setup/SKILL.md

Creates and configures monday.com boards with proper structure including groups, columns, and initial items. monday.com boards are flexible enough to manage any workflow - project trackers, CRM pipelines, bug trackers, content calendars, and more. Use when user asks to "create a board", "set up a project", "new board for", "build a tracker", "organize my project", "create a board for tracking", or "set up a workflow".

docs-collaboratorskills/docs-collaborator/SKILL.md

Creates, reads, edits, and comments on monday.com docs - the rich-content surface inside monday for meeting notes, RFCs, runbooks, weekly updates, postmortems, and any work-adjacent writing. Goes beyond markdown shuffling by embedding live board column values inline (so the doc reflects real-time status), tagging users / docs / boards via mentions, scaffolding common doc shapes, and routing each edit through the correct update_doc operation. Use when user asks to "create a doc", "make a monday doc", "draft meeting notes", "write an RFC", "scaffold a runbook", "summarize a meeting in a doc", "add a section to my doc", "edit my doc", "update the doc", "comment on a doc", "tag someone in a doc", "embed a status in a doc", "show live board data in a doc", "rename a doc", or "show me my docs".

forms-builderskills/forms-builder/SKILL.md

Creates and edits monday.com WorkForms - public intake forms that capture responses as new items on a backing board. Useful for request intake, bug reports, lead capture, event signups, internal submissions, and any flow that turns a user-submitted form into a tracked work item. Use when user asks to "create a form", "build an intake form", "make a WorkForm", "add a question to my form", "edit form questions", "publish a form", "share a form link", "set up a request form", "add a form to a board", "remove the monday branding from my form", or "deactivate the form".

project-status-reportskills/project-status-report/SKILL.md

Generates structured project status reports from monday.com - a customizable AI work platform with dedicated products for work management, CRM, dev, service, and campaigns. Surfaces overdue items, blockers, workload distribution, and recent activity across one or more boards. Use when user asks for "project status", "board summary", "what's overdue", "status report", "how's the project going", "weekly update", "board overview", "progress update", or "team workload".

task-managementskills/task-management/SKILL.md

Creates, updates, assigns, and manages items across monday.com boards. monday.com is a customizable AI work platform with dedicated products for work management, CRM, dev, service, and campaigns. Handles correct column value formatting for all column types. Use when user asks to "create a task", "add an item", "update status", "assign to", "change due date", "move item", "mark as done", "create a subitem", "add a comment", or "update the priority".

MCP servers1

mondayStreamable HTTP
url
https://mcp.monday.com/mcp

Plugin manifests1

plugins/monday-com/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "monday-com",
  "version": "0.1.0-ghast.1",
  "description": "Manage monday.com boards, items, status reporting, docs, and WorkForms with five official workflow skills and monday.com's hosted OAuth MCP server.",
  "author": {
    "name": "monday.com",
    "url": "https://monday.com"
  },
  "homepage": "https://monday.com",
  "repository": "https://github.com/mondaycom/monday-claude-cowork-plugin",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "category": "productivity",
      "upstreamRevision": "ce381e93a0a6c2ed3b9942ff1803b8078ba89389",
      "upstreamPath": ".",
      "icon": "./assets/icon.svg"
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[monday-com on Agent Plugins Marketplace](https://pluginsmp.com/plugins/monday-com-2)