@coretext-ai/public-monday-mcp-c6d7e8f9-a0b1-4234-b567-678901234567
v1.0.0
Published
MCP server with full monday capabilities (11 endpoints)
Readme
public-monday-mcp
MCP server with full monday capabilities (11 endpoints)
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 11 tools across 1 integrations:
Monday Tools
- monday_get_me: Get current user information
- monday_get_boards: Get boards accessible to the user
- monday_get_board_items: Get items from a specific board
- monday_create_item: Create a new item in a board
- monday_update_item: Update an existing item
- monday_create_update: Create an update/comment on an item
- monday_get_updates: Get updates/comments for an item
- monday_get_teams: Get teams in the account
- monday_get_users: Get users in the account
- monday_search_items: Search for items across boards
- monday_get_workspaces: Get workspaces accessible to the user
Installation
npm install @coretext-ai/public-monday-mcp-c6d7e8f9-a0b1-4234-b567-678901234567Environment Setup
Create a .env file with the following variables:
MONDAY_ACCESS_TOKEN=your_monday_access_token_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"public-monday-mcp": {
"command": "npx",
"args": ["@coretext-ai/public-monday-mcp-c6d7e8f9-a0b1-4234-b567-678901234567"],
"env": {
"MONDAY_ACCESS_TOKEN": "your_monday_access_token_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Aug 07 2025 23:14:50 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 11
