monday-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MONDAY_API_TOKEN | Yes | Your monday.com personal API token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_boardsA | List boards visible to the configured user, optionally limited to a workspace. |
| get_board_detailsA | Get a board with its groups and columns. Use before creating items or updating columns. |
| list_board_itemsB | List items from a board with cursor pagination. Call get_board_details first. |
| get_itemA | Get an item, including its board, group, column values, and basic metadata. |
| create_itemC | Create an item in a monday.com board, optionally in a group and with initial column values. |
| update_item_nameC | Rename an existing monday.com item. |
| update_item_column_valuesB | Update one or more column values on a monday.com item. Get board details first. |
| move_item_to_groupC | Move an item to another group on the same monday.com board. |
| list_item_updatesC | List updates and replies on a monday.com item. |
| create_updateB | Post an update or reply on a monday.com item. The body supports monday.com HTML formatting. |
| get_current_userA | Get the monday.com user represented by the configured API token. |
| list_users_and_teamsA | Search monday.com users and teams whose names match the supplied text. |
| list_workspacesC | List workspaces visible to the configured monday.com user. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lbldssr/monday-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server