Monday.com MCP Server
Monday.com MCP 서버
monday.com의 MCP 서버를 사용하면 MCP 클라이언트가 Monday.com 게시판, 항목, 업데이트 및 문서와 상호 작용할 수 있습니다.
구성 요소
도구
서버는 다음 도구를 구현합니다.
monday-create-item: Monday.com 게시판에 새 항목이나 하위 항목을 만듭니다.monday-get-board-groups: 지정된 Monday.com 게시판의 모든 그룹을 검색합니다.monday-create-update: Monday.com 항목에 대한 댓글/업데이트를 생성합니다.monday-list-boards: Monday.com에서 사용 가능한 모든 게시판을 나열합니다.monday-list-items-in-groups: Monday.com 게시판의 지정된 그룹에 있는 모든 항목을 나열합니다.monday-list-subitems-in-items: 지정된 Monday.com 항목에 대한 모든 하위 항목을 나열합니다.monday-create-board: 새로운 Monday.com 게시판을 만듭니다.monday-create-board-group: Monday.com 게시판에 새 그룹을 만듭니다.monday-move-item-to-group: Monday.com 항목을 다른 그룹으로 이동합니다.monday-delete-item: Monday.com 항목을 삭제합니다.monday-archive-item: Monday.com 항목을 보관합니다.monday-get-item-updates: 특정 항목에 대한 업데이트/댓글을 검색합니다.monday-get-docs: Monday.com의 문서를 나열하며, 선택적으로 폴더별로 필터링합니다.monday-get-doc-content: 특정 문서의 내용을 검색합니다.monday-create-doc: Monday.com에 새 문서를 만듭니다.monday-add-doc-block: 기존 문서에 블록을 추가합니다.
Related MCP server: Monday.com MCP Server
설정
여기의 지침에 따라 Monday.com에서 개인 API 토큰을 만들고 저장하세요.
Monday.com 작업 공간의 URL에서 작업 공간 이름을 가져옵니다. 예를 들어 URL이
https://myworkspace.monday.com/이면 작업 공간 이름은myworkspace입니다.
빠른 시작
설치하다
클로드 데스크탑
MacOS의 경우: ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
uvx 사용
지엑스피1
Docker 사용
"mcpServers": {
"monday-docker": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"MONDAY_API_KEY=your-monday-api-key",
"-e",
"MONDAY_WORKSPACE_NAME=your-monday-workspace-name",
"sakce/mcp-server-monday"
]
}
}대장간 사용
Smithery를 통해 Claude Desktop에 Monday.com MCP 서버를 자동으로 설치하려면:
npx -y @smithery/cli install @sakce/mcp-server-monday --client claude개발
건축 및 출판
배포를 위해 패키지를 준비하려면:
종속성 동기화 및 잠금 파일 업데이트:
uv sync패키지 배포 빌드:
uv build이렇게 하면 dist/ 디렉토리에 소스와 휠 배포판이 생성됩니다.
PyPI에 게시:
uv publish참고: 환경 변수나 명령 플래그를 통해 PyPI 자격 증명을 설정해야 합니다.
토큰:
--token또는UV_PUBLISH_TOKEN또는 사용자 이름/비밀번호:
--username/UV_PUBLISH_USERNAME및--password/UV_PUBLISH_PASSWORD
디버깅
MCP 서버는 stdio를 통해 실행되므로 디버깅이 어려울 수 있습니다. 최상의 디버깅 환경을 위해서는 MCP Inspector 사용을 강력히 권장합니다.
다음 명령을 사용하여 npm 통해 MCP Inspector를 시작할 수 있습니다.
npx @modelcontextprotocol/inspector uv run mcp-server-mondayInspector를 실행하면 브라우저에서 접근하여 디버깅을 시작할 수 있는 URL이 표시됩니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Monday.com workspaces, allowing retrieval of board lists, board details, item content, and user information through the Monday.com API.4
- Alicense-qualityDmaintenanceEnables interaction with Monday.com boards, items, groups, updates, and documents through natural language. Supports creating and managing boards, items, sub-items, comments, and documents with full CRUD operations.MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Planka kanban boards, including creating, updating, and organizing tasks, lists, and cards via MCP.1758MIT
- Flicense-qualityDmaintenanceEnables interaction with Miro boards via MCP tools, supporting listing items, creating stickies, frames, shapes, connectors, and manipulating mind maps.
Related MCP Connectors
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Prat011/mcp-server-monday'
If you have feedback or need assistance with the MCP directory API, please join our Discord server