MCP Directory

yjcho9317/nworks

GitHub
Communication

NAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards. AI agents can manage NAVER WORKS directly.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y nworks

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from yjcho9317/nworks your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "nworks": {
      "command": "npx",
      "args": [
        "-y",
        "nworks"
      ]
    }
  }
}

Route yjcho9317/nworks intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add nworks

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use yjcho9317/nworks directly without routing

npx -y nworks

New to Agent-CoreX? View setup guide →

yjcho9317/nworks MCP Server — Agent-CoreX