# Monday.com — MCP Server

> Query boards, move items, and summarise work across your workspaces.

**Source:** https://mcpplaygroundonline.com/mcp-servers/monday  
**Transport:** http  
**Requires auth:** Yes

---

## What it does

The Monday.com MCP is built for “non-dev” and ops teams that already keep work in boards. A model can act like a power user: move items through status columns, assign people when your rules allow, and build tabular views of in-flight work. Rate limits and workspace membership still apply, so a token cannot read boards the user is not a member of. In MCP Playground, the Monday template pre-fills the URL so you can focus on scoping the token to the right boards first.

## Tools exposed

- List boards, groups, and items; read column values (numbers, people, status, date)
- Create and update items, change statuses, and assign people when scopes allow
- Search and filter across boards the token can access

## Example queries you can run

- "Show every item in “Waiting for approval” on my main workspace boards."
- "Create an item in Marketing: title “Q3 webinar”, due next Friday, assign to Alex."
- "How many items are Done vs In progress on the Sprint 12 board?"

## Details

- **Recommended model:** anthropic/claude-sonnet-4.5 — Claude Sonnet 4.5 handles tabular board data and long status lists well. For quick one-board dumps, try Haiku 4.5; compare in Agent Studio.
- **Transport:** http
- **Authentication:** Required — Monday.com API v2 personal token: Avatar → Developers → My access tokens, with access to the workspaces and boards the agent should use.
- **Hosted endpoint:** https://mcp.monday.com/mcp
- **Official source:** [monday.com API documentation](https://developer.monday.com)

## Frequently asked questions

### What is the Monday.com MCP server?

It is a hosted remote MCP that lets AI clients work with your Monday.com boards, items, and columns through Model Context Protocol tools, aligned with the Monday GraphQL/REST style API surface and your user’s access.

### How do I get a token for the Monday.com MCP server?

In Monday, open the developer or apps area, create a personal access or API token, and restrict it to the workspaces and boards the integration should use. Paste that token into your MCP client as the bearer for mcp.monday.com/mcp.

### Can the model move every item in my account?

Only on boards the token can access, and you should still confirm bulk status changes. Use a test board first, and avoid sharing a token with broader workspace admin rights than the workflow needs.

### Does Monday.com MCP work with other MCP servers at once?

Yes, in clients that support multiple servers — for example you can run Monday with Slack in MCP Agent Studio to summarize work and post a summary. Be mindful of mixing sensitive data across servers.

### What model should I use for Monday.com reporting?

Claude Sonnet 4.5 is a good default for standup-style rollups. Run the same question against a cheaper model in Compare mode in Agent Studio to see if the extra cost adds accuracy.

---

_Test this server across 40+ models on MCP Playground: https://mcpplaygroundonline.com/mcp-servers/monday — free, no install._
