Integrations & Tools2026-07-191 min read

MCP Server for Monday.com: Workflow Automation

Reading and updating Monday.com boards and items through MCP tools built on its GraphQL API.

Monday.com recipesBoard template sharing

Monday.com's API is GraphQL, so your MCP tool handlers translate structured arguments into GraphQL queries and mutations rather than REST calls.

Core Tools

  • get_board_items(board_id, filter)
  • update_item_column(item_id, column_id, value)
  • create_item(board_id, group_id, name, column_values)

Column Value Encoding

Monday encodes column values as type-specific JSON — status columns, date columns, and people columns each need different shapes. Document this in your tool description so the model formats updates correctly on the first try.

Join the Discussion

Code Snippets (0)

No code snippets shared yet. Be the first to contribute!