ClickUp MCP 서버
AI 어시스턴트가 ClickUp API와 상호 작용할 수 있도록 표준화된 인터페이스를 제공하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버를 통해 AI 시스템은 작업 공간, 폴더, 목록, 작업, 문서, 댓글, 체크리스트와 같은 ClickUp 데이터에 액세스하고 조작할 수 있습니다.
사용 가능한 도구
get_workspaces
: 작업 공간 목록을 가져옵니다.get_spaces
: 작업 공간 내의 공간 가져오기get_tasks
: 목록에서 작업 가져오기create_task
: 새로운 작업을 생성합니다update_task
: 기존 작업 업데이트get_docs_from_workspace
: 작업 공간에서 모든 문서를 가져옵니다.create_folder
: 공간에 새 폴더를 만듭니다.get_lists
: 폴더나 공간에서 목록을 가져옵니다.create_list
: 새로운 목록을 만듭니다
설치
지엑스피1
ClickUp API 토큰 받기
- ClickUp 계정에 로그인하세요
- 설정 > 앱으로 이동하세요
- "API 토큰 생성"을 클릭하세요
- 토큰을 복사하세요
구성
MCP 설정 파일에 다음을 추가합니다.
- 경로를 꼭 수정해주세요
- API 토큰을 제공해야 합니다.
대체 설치(npx)
저장소를 복제하지 않으려는 사용자의 경우 npx를 사용하여 패키지를 직접 실행할 수 있습니다.
YOUR_API_TOKEN_HERE
API 토큰으로 바꾸세요.- 이 방법을 사용하면 설치나 복제가 필요하지 않습니다.
구성 파일 위치
- 클라인 VSCode 확장 프로그램:
~/.vscode/extensions/saoudrizwan.claude-dev/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- 클로드 데스크톱 앱:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
개발
건물
테스트 실행
특허
MIT
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
ClickUp MCP Server를 통해 AI 어시스턴트가 ClickUp 작업 공간과 원활하게 상호 작용할 수 있습니다. 이 강력한 통합을 통해 Claude는 자연스러운 대화를 통해 작업을 생성 및 관리하고, 문서에 액세스하고, 폴더와 목록을 정리하고, 댓글을 추가하고, 체크리스트를 관리할 수 있습니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables AI integrations with ClickUp tasks, supporting resource management, task operations, workspace organization, and AI-powered task recommendations through a standardized protocol.Last updated -18343176TypeScriptMIT License
- AsecurityAlicenseAqualityAn enhanced Model Context Protocol server that enables AI assistants to interact with ClickUp workspaces, supporting task relationships, comments, checklists, and workspace management through natural language.Last updated -40343TypeScriptMIT License
- -securityAlicense-qualityAn MCP server implementation that enables Claude AI to interact with Clickhouse databases. Features include secure database connections, query execution, read-only mode support, and multi-query capabilities.Last updated -PythonMIT License
- -securityAlicense-qualityAn MCP server that bridges AI agents with GUI automation capabilities, allowing them to control mouse, keyboard, windows, and take screenshots to interact with desktop applications.Last updated -PythonMIT License