← Back to browse

korean-secondary-learning-map-mcp

About

한국 중등 2022 개정 교육과정 학습 그래프 MCP 서버 (중학교 714 · 고교 보통교과 2,173 성취기준 · 원문 수록 · 중→고 전이)

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add korean-secondary-learning-map-mcp -- npx korean-secondary-learning-map-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"korean-secondary-learning-map-mcp","command":"npx","args":["korean-secondary-learning-map-mcp"]}'
JSON
{
  "mcpServers": {
    "korean-secondary-learning-map-mcp": {
      "command": "npx",
      "args": [
        "korean-secondary-learning-map-mcp"
      ]
    }
  }
}