NAVER WORKS CLI + MCP server. 26 tools for messages, calendar, drive, mail, tasks, and boards. AI agents can manage NAVER WORKS directly.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y nworksAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add nworksAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use yjcho9317/nworks directly without routing
npx -y nworksNew to Agent-CoreX? View setup guide →