MCP Servers / communication / nworks

nworks

JSON →
httpnone11communication

NAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards.

Install
How to run this server
[ { "cmd": "npx nworks", "imports": [] } ]
server path: nworks
Tools
What this server exposes
nworks_setup
Configure API credentials (Client ID, etc.). Client Secret is set via env
nworks_login_user
User OAuth browser login (all scopes included)
nworks_logout
Delete credentials and tokens
nworks_whoami
Check auth status
nworks_doctor
Diagnose connection (auth, tokens, API health)
nworks_message_send
Send message to user/channel
nworks_message_members
List channel members
nworks_directory_members
List organization members
nworks_calendar_list
List calendar events
nworks_calendar_create
Create calendar event
nworks_calendar_update
Update calendar event
nworks_calendar_delete
Delete calendar event
nworks_drive_list
List drive files/folders
nworks_drive_upload
Upload file to drive
nworks_drive_download
Download file (saves locally if >5MB)
nworks_mail_send
Send mail
nworks_mail_list
List mailbox
nworks_mail_read
Read mail detail
nworks_task_list
List tasks
nworks_task_create
Create task
nworks_task_update
Update/complete task
nworks_task_delete
Delete task
nworks_board_list
List boards
nworks_board_posts
List board posts
nworks_board_read
Read board post detail
nworks_board_create
Create board post
Configuration
Environment & auth
authnone
envCLIENT_ID
envCLIENT_SECRET
envCHANNEL_ID
envNWORKS_CLIENT_ID
envNWORKS_CLIENT_SECRET
envNWORKS_BOT_ID
envNWORKS_DOMAIN_ID
Resources
nworks — MCP Server · libregistry