A Claude Code plugin marketplace for the full SDLC of monday.com apps.
The monday-code plugin uses the monday-apps MCP server. Before installing, set your monday.com API token in the .mcp.json file in the plugin:
- Get your API token from https://.monday.com/apps/manage/tokens
- Replace
${MONDAY_API_TOKEN}in the.mcp.jsonfiles underplugins-official/monday-code
# Add the marketplace
/plugin marketplace add mondaycom/agentic-monday-apps-framework
# Install plugins
/plugin install monday-code@agentic-monday-apps-framework
# Use a skill
/monday-code-init fullstack| Plugin | Skills | Description |
|---|---|---|
| monday-code | /monday-code-init, /monday-code-migrate, /monday-code-dev, /monday-code-deploy |
Build, deploy, and manage monday code apps on the monday.com platform |
Apps scaffolded by this framework include:
- Monday SDK integration - MondayContext provider with local dev detection
- JWT authentication - Middleware supporting both production and dev token formats
- Document DB - monday code MongoDB connection with
MNDY_MONGODB_CONNECTION_STRING - Vibe Design System -
@vibe/corefor monday.com-native UI - TypeScript - End-to-end type safety
- monday-code ready -
.mondaycoderc, proper entry points, deploy scripts
See CONTRIBUTING.md for plugin development guidelines.
MIT