monday MCP is the hosted server that gives AI tools secure access to your monday.com workspace. It connects your account directly to AI assistants like Claude, Cursor, and Copilot Studio through the Model Context Protocol (MCP), an open standard for AI integrations.
MCP is preinstalled on all monday.com accounts.
If you can't connect, ask your admin to check Admin → Permissions → AI Connectors. See Managing AI Connectors & MCP Access for more information.
The following is a list of available tools:
Board operations
| Tool | What it does |
|---|---|
| get_board_items_page | Get items from a board with filtering, sorting, and pagination |
| get_board_info | Get comprehensive board metadata including columns, groups, and settings |
| create_board | Create a new monday.com board |
| board_insights | Calculate aggregated insights by filtering, grouping, and summarizing |
| get_board_activity | Get board activity logs for a specified time range |
Item management
| Tool | What it does |
|---|---|
| create_item | Create a new item or subitem with column values |
| change_item_column_values | Modify column values of an existing item |
| create_update | Add an update (comment/post) to an item |
| get_updates | Get updates (comments) from an item, including author info, timestamps, replies, and file attachment links |
Columns and groups
| Tool | What it does |
|---|---|
| create_column | Add a new column to a board |
| create_group | Create a new group in a board |
| get_column_type_info | Get JSON schema and metadata for a column type |
Users and teams
| Tool | What it does |
|---|---|
| list_users_and_teams | Fetch users and/or teams data |
| get_user_context | Fetch current user info and their relevant boards, folders, workspaces, and dashboards |
| create_notification | Send a notification to a user via the monday bell icon (email delivery depends on the user's notification settings) |
Workspaces and folders
| Tool | What it does |
|---|---|
| list_workspaces | List all workspaces available to the user |
| workspace_info | Get boards, docs, and folders in a workspace |
| create_workspace | Create a new workspace |
| update_workspace | Update workspace name, description, or settings |
| create_folder | Create a new folder in a workspace |
| update_folder | Update folder properties |
| move_object | Move folders, boards, or overviews |
Documentation
| Tool | What it does |
|---|---|
| create_doc | Create documents with markdown in workspaces or attached to items |
| read_docs | Retrieve document content as markdown |
| add_content_to_doc | Add markdown content to an existing document |
Forms
| Tool | What it does |
|---|---|
| create_form | Create a new form with an associated board |
| update_form | Update form settings, appearance, and questions |
| get_form | Get form details by token |
| form_questions_editor | Create, update, or delete form questions |
Dashboards and widgets
| Tool | What it does |
|---|---|
| create_dashboard | Create a dashboard aggregating data from boards |
| create_widget | Add widgets to dashboards |
| all_widgets_schema | Get JSON schema definitions for all widget types |
Search
| Tool | What it does |
|---|---|
| search | Search for boards, documents, forms, and folders |
monday dev sprints
| Tool | What it does |
|---|---|
| get_monday_dev_sprints_boards | Discover sprints boards and their tasks boards |
| get_sprints_metadata | Get sprint details including timeline and status |
| get_sprint_summary | Get AI-generated sprint summary with insights |
Advanced API access
| Tool | What it does |
|---|---|
| all_monday_api | Execute any GraphQL query or mutation |
| get_graphql_schema | Fetch the monday.com GraphQL schema |
| get_type_details | Get detailed information about a GraphQL type |
UI components
These tools render interactive visualizations in supported AI clients.
| Tool | What it does |
|---|---|
| show-table | Display an interactive board table |
| show-chart | Render pie or bar charts |
| show-battery | Show progress/status battery indicators |
| show-assign | Display smart assignment suggestions |
Important to note
- Tool availability depends on your monday.com permissions, plan features, and the AI client you’re using.
- All tools respect monday.com’s security model, meaning you can only access or modify data you have permission to view.
- Some UI components are only available in specific AI clients.
If you have any questions, please reach out to our team right here. We’re available 24/7 and happy to help.