monday.com MCP Server
Productivitystdiohttp-streamingv1.0.0
Official monday.com MCP server. Lets AI agents read and update boards, items, and columns, create new items, and run queries against the monday.com Work OS so teams can manage work directly from AI-powered tools.
Подключение
Добавьте эту конфигурацию в .claude/mcp.json
Подключение:
{
"mcpServers": {
"monday": {
"command": "npx",
"args": [
"-y",
"@mondaydotcomorg/monday-api-mcp"
],
"env": {
"MONDAY_API_TOKEN": "<YOUR_MONDAY_API_TOKEN>"
}
}
}
}Инструменты (2)
create_item
Create a new item on a monday.com board with column values.
{
"type": "object",
"required": [
"board_id",
"item_name"
],
"properties": {
"board_id": {
"type": "string",
"description": "ID of the board"
},
"item_name": {
"type": "string",
"description": "Name of the new item"
},
"column_values": {
"type": "object",
"description": "Column values keyed by column ID"
}
}
}get_board_items
Retrieve items and their column values from a monday.com board.
{
"type": "object",
"required": [
"board_id"
],
"properties": {
"limit": {
"type": "integer",
"description": "Maximum number of items to return"
},
"board_id": {
"type": "string",
"description": "ID of the board to read"
}
}
}Ресурсы
Этот сервер не предоставляет ресурсы.
Промпты
Этот сервер не предоставляет промпты.
Сведения о сервере
- Репозиторий
- https://github.com/mondaycom/mcp
- Лицензия
- MIT
- Версия
- 1.0.0
- Звёзды
- 289
- Последнее обновление
- 9 июля 2026 г.