Connects AI clients to NAVER WORKS for messaging, calendars, files, mail, tasks, boards, and organization data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Nworks.
SetupCallable MCP tool function
nworks_setupConfigure API credentials (Client ID, etc.). Client Secret is set via env
nworks_login_userUser OAuth browser login (all scopes included)
nworks_logoutDelete credentials and tokens
nworks_whoamiCheck auth status
nworks_doctorDiagnose connection (auth, tokens, API health)
yjcho9317/nworks MCP server connects external AI agents and terminal workflows to NAVER WORKS, also referred to in the project as LINE WORKS. Its tools cover common workplace operations rather than a single narrow resource. Agents can send messages, inspect channel or organization members, manage calendar events, browse and transfer Drive files, read and send mail, maintain tasks, and work with boards and contacts.
The project also includes authentication and troubleshooting tools. An agent can configure credentials, start user login, remove stored credentials, check the active identity, and run a connection diagnosis. This makes the server usable both from an existing CLI login and from an MCP client that needs to guide setup.
The package runs locally and exposes its MCP interface through the nworks mcp command. MCP clients such as Claude Desktop and Cursor can launch that command as a stdio server. The same package also provides terminal commands for login and direct NAVER WORKS operations, with JSON output available for scripting and agent workflows.
Most calendar, Drive, mail, task, board, and contact operations use NAVER WORKS user OAuth scopes. Messaging and organization or channel member operations use the service-account-based bot API. User login opens a browser flow and can request the supported scopes together. A single successful login makes the available authorized tools usable by the client, subject to the scopes and account permissions granted.
Before using yjcho9317/nworks MCP server, create an application in the NAVER WORKS Developer Console. The documented user OAuth flow requires a client ID, client secret, and the redirect URL http://localhost:9876/callback registered in that console. Bot messaging may also require administrator approval.
Install the npm package globally or run it directly with npx. After installation, authenticate with nworks login --user for user features, or use the bot login flow for messaging. The MCP configuration starts nworks with the mcp argument. Credentials can also be prepared through nworks_setup and nworks_login_user; the client secret and private-key path must be supplied through the MCP environment configuration or the system environment when required.
yjcho9317/nworks MCP server is unofficial and community-maintained, and the repository states that it is not affiliated with LINE WORKS or NAVER WORKS. Access depends on a correctly configured Developer Console application, OAuth scopes, service-account permissions, and any required administrator approval. File and attachment downloads larger than 5 MB are saved locally according to the project documentation. The material identifies Claude Desktop and Cursor as compatible clients, while other MCP-compatible clients may require their own stdio configuration.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/yjcho9317-nworks)<a href="https://allmcps.com/mcp/yjcho9317-nworks"><img src="https://allmcps.com/api/badge/yjcho9317-nworks?style=directory" alt="Nworks on AllMCPs" /></a>