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.
Conectar
Añade esta configuración a .claude/mcp.json
Transporte:
{
"mcpServers": {
"monday": {
"command": "npx",
"args": [
"-y",
"@mondaydotcomorg/monday-api-mcp"
],
"env": {
"MONDAY_API_TOKEN": "<YOUR_MONDAY_API_TOKEN>"
}
}
}
}Herramientas (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"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Repositorio
- https://github.com/mondaycom/mcp
- Licencia
- MIT
- Versión
- 1.0.0
- Estrellas
- 289
- Última actualización
- 9 de julio de 2026