Vinkius
Monday.com

Monday.com MCP for AI. Manage tasks and boards without leaving your chat.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Monday.com MCP on Cursor AI Code EditorMonday.com MCP on Claude Desktop AppMonday.com MCP on OpenAI Agents SDKMonday.com MCP on Visual Studio CodeMonday.com MCP on GitHub Copilot AI AgentMonday.com MCP on Google Gemini AIMonday.com MCP on Lovable AI DevelopmentMonday.com MCP on Mistral AI AgentsMonday.com MCP on Amazon AWS Bedrock

Connect to your AI in seconds.

Monday.com MCP Server connects your AI client to your entire Work OS. It lets you manage projects, assign tasks, and read team data without logging into the dashboard.

Your agent can list all boards in a workspace, create new items, update specific column values, or post comments—all through natural language conversation.

What your AI can do

Create new item

Adds a new row (task) to a specific board, allowing you to define initial column values.

Post item update

Adds a new comment or status update to an existing task item's feed.

Remove item

Deletes an entire row (task) from the board, removing it from circulation.

+ 9 more capabilities included
Discover Boards and Structure

List all boards, workspaces, or groups within your Monday.com account.

Manage Tasks (Items)

Create new tasks on a board; update existing task columns; or delete entire items.

Communicate Updates

Add comments to specific items, or retrieve the full history of updates for a task.

Analyze Metadata

Fetch schema details (column types) for a board, or list all team members and user profiles.

Included with Plan

Waiting for input…

AI Agent

Monday.com MCP Server: 12 Tools for Board Operations

These twelve tools give your AI agent full control over reading, writing, updating, and managing every core element of your Monday.com workspace.

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Monday.com on Vinkius

Create New Item

Adds a new row (task) to a specific board, allowing you to define initial column values.

Post Item Update

Adds a new comment or status update to an existing task item's feed.

Remove Item

Deletes an entire row (task) from the board, removing it from circulation.

Get Board Schema

Retrieves the names and types of all columns available on a selected board.

Get My Profile

Fetches basic information about the connected Monday.com user account.

List Boards

Retrieves an overview of every available board in your workspace.

List Board Groups

Retrieves the names of sections or groups that organize items on a board.

List Board Items

Lists all rows (tasks) belonging to a specific Monday.com board.

List Item Updates

Gets a chronological list of all comments and updates made to a specific task item.

List Account Users

Lists all team members and their associated profiles within your workspace.

List Workspaces

Lists the main container or umbrella projects within your overall Monday.com account.

Update Item Columns

Modifies one or more specific values within a task item's columns.

Security and governance baked right in.

Pick your AI client below to get set up. Just create a Vinkius account, subscribe, and you're instantly up and running. We handle the entire backend infrastructure, delivering out-of-the-box support for HTTPS Streamable, SSE, and OAuth2—zero messy routing required.

Claude AI

Claude AI

1

Open Claude Settings

Go to claude.ai, click your profile icon, then navigate to Customize → Connectors.

2

Add Custom Connector

Click the "+" button and select Add custom connector. Paste your Vinkius endpoint URL:

https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp

Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. For OAuth-protected servers, expand Advanced settings to add credentials.

3

Start a conversation

Open a new chat. The Monday.com integration is available immediately — no restart needed.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Monday.com, then connect any of our 5,100+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 5,100+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Monday.com MCP server cover

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Monday.com. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This connection provides 12 powerful capabilities that interface natively with Claude, ChatGPT, Cursor, and other compatible AI platforms. No middleware. No custom integration required.

Checking task status shouldn't require navigating three separate tabs.

Today, checking on project progress means logging into Monday.com, finding the correct board, scrolling through groups, and hunting for specific items to see who last worked on them—it’s a multi-step process that kills momentum.

With this MCP server, you just ask your agent: 'What's the status of the Q4 Roadmap?' The tool runs `list_board_items` or `list_item_updates`, and it spits out the answer in chat. You get the data without ever leaving your conversation.

Monday.com MCP Server: Automate board changes via natural language

The manual steps that vanish? Clicking into a task, finding the 'Status' column dropdown, selecting the new value (e.g., 'In Review'), and then hitting save. That sequence is slow, tedious, and error-prone.

Now, you just tell your agent: 'Change the status of Item 456 to In Review.' The server executes `update_item_columns` in a single, atomic step. It's immediate, precise, and keeps a record.

What your AI can actually do with this

Your agent handles everything in Monday.com, letting you manage your entire Work OS straight from chat. You don't gotta log into the dashboard; just talk to your client and get things done.

Discovering Your Workspace Structure

You can start by listing all your main containers, which are the list_workspaces umbrella projects. From there, you'll see every available board using list_boards. For any single board, your agent gets the names of all organizational sections with list_board_groups. To know what data points a board uses, run get_board_schema, and it’ll pull back the exact column names and their types.

You can list every row (task) on a specific board using list_board_items.

Managing Tasks (Items)

When you need to make changes, your agent handles the whole lifecycle. To get started, you'll use create_new_item, telling it which board to add the task to and what initial column values should be set. Need to change something later? You modify existing data using update_item_columns by specifying which columns need new values for a given item.

If an entire row is dead weight, you can trash it completely with remove_item.

Communication and Tracking Updates

You keep everyone in the loop through updates. You can post a fresh comment or status update to any task using post_item_update for instant transparency. If you gotta check what happened last week, your agent retrieves the full history of comments and changes made on that item via list_item_updates.

Getting Core System Data

Your client also gives you visibility into who's working on what. It pulls basic details about your connected account using get_my_profile, and it can list every teammate in the workspace, fetching all profiles with list_account_users.

Built · Hosted · Managed by Vinkius Monday.com MCP Server - Manage Tasks & Boards from Chat
Server ID 019dd127-c417-7359-bfc5-be0550b58e56
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Questions you might have

How do I use the list_boards tool with Monday.com MCP Server? +

Simply ask your agent to 'list all boards in my workspace.' The server runs list_boards and returns a categorized list of every available environment, which is necessary before targeting any specific tasks.

Can I use create_new_item for multiple projects? +

You must specify the target board ID or name. The create_new_item tool only adds a row to one defined location at a time, so you'll need to issue separate commands for different boards.

What is the difference between list_board_items and list_workspaces? +

The difference is scope. list_workspaces shows your highest-level project containers, while list_board_items gets you to the specific rows (tasks) within a single board.

Does post_item_update log who added the comment? +

Yes. The update mechanism tracks authorship and timestamps. When using post_item_update, you're adding a comment that is logged alongside other user contributions to maintain project history.

Before I run `update_item_columns`, how do I confirm what data type a column needs to be? +

You must run the get_board_schema tool first. This function returns all board metadata, showing you exactly whether a column expects text, numbers, or dates. Always check the schema before attempting an update.

If I use `remove_item`, is there any way to undo the deletion of a board row? +

No, removing an item via this tool is permanent and cannot be recovered through the API. Always verify the specific Item ID before running remove_item on critical data.

What happens if I run `list_item_updates` for a highly active board? +

High volumes of read requests can hit API rate limits. If you need history across many items, you should consider batching your reads or checking the specific usage quota documentation.

How does `get_my_profile` behave if I'm trying to check another user’s information? +

It uses the API token owner's context by default. To get details for a different team member, you need to pass that specific user ID into the function call.

Can my AI automatically find the details for a specific item by its ID? +

Yes! Use the get_item_details tool (via queries). Your agent will respond with complete metadata for the record, including column values and update history in seconds.

How do I find my Monday.com API Token? +

Log in to your Monday.com account, click on your Avatar (bottom left), navigate to Developers, and you will find your unique secret token under the API section.

Does this work with private boards? +

Yes, provided the API token used has the necessary permissions and access to those boards within your Monday.com workspace.

Built & Managed by Vinkius 30s setup 12 tools

We've already built the connector for Monday.com. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 12 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.