← Back to browse

korean-elementary-learning-map-mcp

Indexed by io.github.taehyeonglim

About

한국 초등 2022 개정 교육과정 학습 그래프 MCP 서버 (성취기준 620 · 원문 수록 · 주제 1,956 · 선수관계 1,894)

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-elementary-learning-map-mcp -- npx korean-elementary-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-elementary-learning-map-mcp","command":"npx","args":["korean-elementary-learning-map-mcp"]}'
JSON
{
  "mcpServers": {
    "korean-elementary-learning-map-mcp": {
      "command": "npx",
      "args": [
        "korean-elementary-learning-map-mcp"
      ]
    }
  }
}