# Show GN: nworks – NAVER WORKS (LINE WORKS) CLI + MCP 서버

> Clean Markdown view of GeekNews topic #27639. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=27639](https://news.hada.io/topic?id=27639)
- GeekNews Markdown: [https://news.hada.io/topic/27639.md](https://news.hada.io/topic/27639.md)
- Type: show
- Author: [yjcho9317](https://news.hada.io/@yjcho9317)
- Published: 2026-03-19T10:36:34+09:00
- Updated: 2026-03-19T10:36:34+09:00
- Original source: [github.com/yjcho9317](https://github.com/yjcho9317/nworks)
- Points: 2
- Comments: 0

## Topic Body

NAVER WORKS (LINE WORKS) API를 터미널과 AI 에이전트에서 쓸 수 있게 만든 CLI + MCP 서버.  
  
npm 한 줄로 설치 가능합니다.  
  
Google Workspace용 CLI(gws)를 보고 NAVER WORKS에도 이런 게 있으면 좋겠다 싶어서 만들었습니다. 캘린더, 메일, 드라이브, 메시지, 할 일, 게시판까지 26개 도구를 지원합니다.  
  
CLI로는 이렇게 씁니다:  
```bash  
nworks calendar list  
nworks mail list --unread  
nworks message send --channel C001 --text "배포 완료"  
```  
  
MCP 서버로도 동작해서 Claude Desktop, Cursor 같은 클라이언트에서 AI 에이전트가 직접 호출할 수 있습니다. 설정은 이게 끝입니다:  
```json  
{  
  "mcpServers": {  
    "nworks": {  
      "command": "nworks",  
      "args": ["mcp"]  
    }  
  }  
}  
```  
  
인증은 Service Account(봇 메시지)와 User OAuth(캘린더/메일 등)를 둘 다 지원합니다. NAVER WORKS와 LINE WORKS는 같은 API라서 일본/동남아에서도 그대로 동작합니다. 영어, 한국어, 일본어 README 제공.  
  
아직 초기 단계라 부족한 부분이 있을 수 있는데, 피드백 주시면 감사하겠습니다.

## Comments



_No public comments on this page._
