Skip to main content
Glama

nworks_setup

Configure authentication credentials for the NAVER WORKS MCP server to enable access to messages, calendar, drive, mail, tasks, and boards.

Instructions

NAVER WORKS API 인증 정보를 설정합니다. clientId는 필수, clientSecret은 환경변수(NWORKS_CLIENT_SECRET)로도 설정 가능합니다. 민감 정보는 환경변수로 설정하는 것을 권장합니다 (NWORKS_CLIENT_ID, NWORKS_CLIENT_SECRET 등). 메시지/구성원조회는 Service Account 인증(serviceAccount, privateKeyPath, botId 추가 필요). 캘린더/메일/할일/드라이브/게시판은 User OAuth 인증(설정 후 nworks_login_user로 브라우저 로그인 필요). OAuth Redirect URI: http://localhost:9876/callback

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clientIdYesClient ID (Developer Console에서 발급)
clientSecretNoClient Secret (Developer Console에서 발급). 환경변수 NWORKS_CLIENT_SECRET이 설정되어 있으면 생략 가능
serviceAccountNoService Account ID (예: xxxxx.serviceaccount@domain)
privateKeyPathNoPrivate Key 파일의 로컬 절대 경로 (서비스 계정 인증 시 필요). 사용자에게 파일이 저장된 경로를 직접 물어보세요 (예: C:\Users\me\Downloads\private.key). 파일 업로드가 아닌 경로 문자열입니다.
botIdNoBot ID (메시지 전송 시 필요)
domainIdNoDomain ID

Latest Blog Posts

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/yjcho9317/nworks'

If you have feedback or need assistance with the MCP directory API, please join our Discord server