# Connect Monday to your AI agent

> Yes — ClawLink is a hosted Monday MCP server. 121 tools your agent can call from chat, with one-click hosted OAuth and nothing to run locally.

Web version: https://claw-link.dev/hub/monday

ClawLink hosts a managed Monday MCP server that exposes 121 tools to your AI agent. You connect Monday in one click, and your agent can read, create, and update Monday data from chat without you building or running a local MCP server.

## Quick facts

- 121 tools callable from chat
- One-click hosted OAuth
- Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any MCP client
- No local server or config files

## Overview

The usual path is: build auth, handle token refresh, wire up the tools. With ClawLink you connect Monday once and start using the real actions from the agent.

## Setup

Monday uses OAuth. You connect it in the browser: click Connect, sign in, approve. ClawLink stores the token and refreshes it on its own. You never touch a key or wire up a redirect URL.

Authentication: hosted OAuth

## What you can do

- **Turn requests into work** — Create Monday docs, tasks, or events straight from the chat where the request landed.
- **Plan, then execute** — The agent checks what's already in Monday, sums it up, then creates the next item. No duplicates.
- **Knock out the small stuff** — Status checks, new entries, detail edits in Monday. The things that usually interrupt you.

## Monday tools

121 Monday tools, ready the moment you connect.

- `monday_add_users_to_board` — Add users to a Monday board with a specified role
- `monday_add_users_to_team` — Add users to a Monday team
- `monday_archive_board` — Archive a Monday board
- `monday_archive_item` — Archive a Monday item
- `monday_create_board` — Create a new Monday board
- `monday_create_item` — Create a new item on a Monday board
- `monday_create_update` — Create an update on a Monday item
- `monday_account_trigger_statistics` — Retrieve statistics about account-level triggers and automations
- `monday_aggregate_data` — Aggregate data across Monday.com boards using groupings and aggregation functions like COUNT
- `monday_app_subscription` — Retrieve current app subscription data for the account
- `monday_audit_logs` — Retrieve detailed security-related activity records for a Monday.com account
- `monday_blocks` — Retrieve document block data from workdocs via the API
- `monday_boards` — Retrieve board data via the Monday.com API
- `monday_columns` — Retrieve column metadata from boards via the GraphQL API
- `monday_connection_board_ids` — Retrieve board IDs associated with connection columns
- `monday_connections` — Retrieve connection data for integrations with external services
- `monday_custom_activity` — Retrieve custom activity data from the Emails & Activities app
- `monday_docs` — Retrieve Monday.com document data via the API
- `monday_get_account_info` — Retrieve account metadata and settings for the authenticated Monday.com account
- `monday_get_activity_logs` — Retrieve activity logs from a specific Monday.com board
- `monday_get_api_version` — Retrieve the Monday.com API version in use
- `monday_get_assets` — Retrieve file/asset metadata from monday.com by asset IDs
- `monday_get_board_views` — Retrieve board view data via GraphQL API
- `monday_get_favorites` — Retrieve all favorited items for the authenticated user
- `monday_get_folders` — Retrieve folder data from workspaces with filtering and pagination options
- `monday_get_form` — Retrieve form metadata via the API using the form's unique token from the URL
- `monday_get_items` — Retrieve specific items by their IDs from Monday.com, returning metadata including name
- `monday_get_me` — Fetch the current authenticated user's profile and permissions
- `monday_get_mutation_complexity` — Get complexity data of mutations in Monday.com
- `monday_get_query_complexity` — Retrieve complexity data and cost metrics for Monday.com API operations

## Example prompts

- **Add users to board:** Use Monday to add users to board and walk me through it.
- **Add users to team:** Use Monday to add users to team and walk me through it.
- **Archive board:** Use Monday to archive board and walk me through it.
- **Archive item:** Use Monday to archive item and walk me through it.

## ClawLink vs. building it yourself

| | Manual | ClawLink |
|---|---|---|
| Connection | Build it yourself. You register a developer app with Monday, set up redirect URLs, handle the consent screen, store and refresh access tokens, and redo the wiring when scopes change. | Hosted hosted OAuth. Connect once in the browser. ClawLink owns the lifecycle. |
| Maintenance | Token refresh, permission debugging, env config, every edge case. All yours. | ClawLink handles the plumbing. You focus on the workflow. |
| Time to first call | Days to weeks. Auth, storage, tool wiring, testing. Then the agent can act. | About two minutes from sign-up to the agent calling Monday. |

## FAQ

### How do I connect Monday to my AI agent?

Install ClawLink, open the dashboard, click Connect next to Monday, and finish the hosted OAuth flow. Your agent can call Monday from the next message. Two minutes, total.

### Is there a Monday MCP server I can use?

Yes. ClawLink exposes Monday as 121 tools your agent calls through a hosted MCP-compatible runtime. You don't run a local server or edit a config file. The tools are there the moment you connect.

### Do I need Monday API credentials?

No separate API key. You sign in to Monday through the normal OAuth flow and ClawLink handles the token after that.

### How much does it cost?

Your first integration is free, plus a 7-day trial of the full catalog. Paid plans unlock the rest of the library.

### Can I set this up from the terminal instead of the dashboard?

Yes. Run npx -y @useclawlink/cli login, then npx -y @useclawlink/cli connect monday. The first opens a browser to sign in to ClawLink. The second opens a browser to authorize Monday. No API keys to create. Works with OpenClaw, Hermes, Claude Code, Cursor, Codex, and any agent that runs shell commands.
