Boards, items, columns, groups, updates, subitems, workspaces via Monday.com's official MCP
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"monday.com-work-management": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-monday",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the list_boards tool to list all accessible monday.com boards with name, columns, groups, and board metadata”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Official proxy MCP — Boards, items, columns, groups, updates, subitems, workspaces via Monday.com's official MCP
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-monday
Monday.com Work Management is a proxy MCP server that forwards requests directly to the official Monday.com MCP endpoint at https://mcp.monday.com/mcp. All tools are maintained by Monday.com — new tools are available immediately without any Aerostack update.
Type: Proxy (hosted by Monday.com)
Auth: Bearer token via MONDAY_ACCESS_TOKEN
Prerequisite: A Monday.com workspace admin must install the Monday MCP app from the Monday marketplace before tokens can be used.
| Variable | Required | Description | How to Get |
|---|---|---|---|
MONDAY_ACCESS_TOKEN | Yes | Monday.com API Token (personal or OAuth2) | monday.com → Avatar (bottom-left) → Developers → My access tokens → Show |
MONDAY_ACCESS_TOKEN when prompted — stored encrypted, injected automaticallyOnce added, every AI agent in your workspace can use Monday.com tools automatically.
"List all boards in my workspace and summarize their status"
"Create a new item on the Sprint Board: Fix login timeout bug, assign to me, due Friday"
"Get all items from the Roadmap board that are in the 'In Progress' group"
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-monday \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-MONDAY-ACCESS-TOKEN: your-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_boards","arguments":{}}}'
MIT
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Tasks, projects, sections, comments, teams, custom fields via Asana's official MCP
by @aerostack
Jira issues, sprints, Confluence pages via Atlassian's official MCP
by @aerostack
Cloudflare Workers, KV, R2, D1, Pages, DNS via Cloudflare's official MCP
by @aerostack
Dashboards, monitors, logs, metrics, incidents, SLOs, APM traces via Datadog's official MCP
by @aerostack
Files, frames, components, comments, variables via Figma's official MCP
by @aerostack
GitHub repos, PRs, issues, branches, code search via GitHub's official hosted MCP
Yes. The Monday.com Work Management MCP includes a create_item tool that lets Claude create items in your Monday.com Work Management account from a plain-English prompt. You can also update and delete items — no Monday.com Work Management UI needed.
Yes. The Monday.com Work Management MCP includes tools to list and retrieve boards from your Monday.com Work Management account. Claude can filter, sort, and summarize boards based on your instructions.
Yes. The Monday.com Work Management MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 5 Monday.com Work Management tools are available everywhere you connect it — install once on Aerostack.
Yes. The Monday.com Work Management MCP includes tools to update items in your Monday.com Work Management account. Tell Claude what to change in plain English — it reads the current state and applies the update via the Monday.com Work Management API.