Query boards, create items, post updates, and manage groups via Monday.com GraphQL API
105+ deploysclaude mcp add monday --url https://datafaucet.dev/api/mcp/t/monday
Run this command in your terminal · most users connect in under 60s
list_boards
List up to 10 boards with their column definitions (type, title), groups, folder ID, and active/archived state.
https://api.monday.com/v2
get_items
Fetch up to 25 items from a board with all column values (text, status, date, person) and their group assignment.
https://api.monday.com/v2
create_item
Create a new item in a specific board and group. Returns the created item ID and name. Set column values via separate update_column call.
https://api.monday.com/v2
update_column
Set a single column value on an item. Works for text, status, date, and number columns. Use column_id from list_boards response.
https://api.monday.com/v2
get_updates
Retrieve comment thread on an item. Returns each update with HTML body, plain text, timestamp, and author name.
https://api.monday.com/v2
get_board
Get full details for a single board: description, permissions, owner, column definitions with settings, and group metadata including color and position.
https://api.monday.com/v2
Run this in your terminal:
claude mcp add monday https://datafaucet.dev/api/mcp/t/monday
Connect Monday.com to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{board_id}Resource identifier{column_id}Resource identifier{group_id}Resource identifier{item_id}Resource identifier{item_name}Your value{monday_api_key}API settings page{value}Your valuePreview:
POST https://api.monday.com/v2 Authorization: {monday_api_key} Content-Type: application/json API-Version: 2024-10 {"query":"{ boards (limit:10) { id name state board_folder_id columns { id title type } groups { id title } } }"}
claude mcp add monday --url https://datafaucet.dev/api/mcp/t/mondayWhat your AI agent sees
I have access to 6 tools from Monday.com: list_boards, get_items, create_item, and 3 more.
“List up to 10 boards with their column definitions (type, title), groups, folder ID, and active/archived state.”
Calling list_boards... Done. Here are the results.
Try these prompts
“Show me all items assigned to me across all boards”
Copy“Create a new item in the Sprint board with status 'Working on it'”
Copy“Move all items marked 'Done' this week to the Archive group”
CopyClick any prompt to copy, then paste into your AI client.