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.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
Taşıma:
{
"mcpServers": {
"monday": {
"command": "npx",
"args": [
"-y",
"@mondaydotcomorg/monday-api-mcp"
],
"env": {
"MONDAY_API_TOKEN": "<YOUR_MONDAY_API_TOKEN>"
}
}
}
}Araçlar (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"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Repository
- https://github.com/mondaycom/mcp
- Lisans
- MIT
- Sürüm
- 1.0.0
- Yıldızlar
- 289
- Son güncelleme
- 9 Temmuz 2026