Query boards, create items, post updates, and manage groups via Monday.com GraphQL API
105+ deploysYour AI agent gets 5 capabilities in one connection. Deploy once, use from any client.
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
Connect Monday.com to Claude Code with one command:
claude mcp add monday https://datafaucet.dev/api/mcp/t/monday{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/monday
Paste into your client's MCP configuration file · most users connect in under 60s
claude mcp add monday --url https://datafaucet.dev/api/mcp/t/mondayWhat your AI agent sees
I have access to 5 tools from Monday.com: list_boards, get_items, create_item, and 2 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
“List up to 10 boards with their column definitions (type, title), groups, folder ID, and active/archived state”
Copy“Fetch up to 25 items from a board with all column values (text, status, date, person) and their group assignment”
Copy“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”
CopyClick any prompt to copy, then paste into your AI client.