Korean Elementary Learning Map MCP

한국 초등 2022 개정 교육과정 학습 그래프를 AI가 조회하게 해주는 MCP(Model Context Protocol) 서버입니다. Claude Desktop, Claude Code 등 MCP를 지원하는 AI 클라이언트에 설정 한 줄로 연결하면, AI가 성취기준·학습 주제·선수관계를 직접 검색해서 답합니다. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-28 · ★ 12 · #257 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

NOASSERTION · JavaScript servers · how we verify → /methodology

01 · Install Korean Elementary Learning Map MCP

Claude Code

claude mcp add taehyeonglim-korean-elementary-learning- -- npx -y korean-elementary-learning-map-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "taehyeonglim-korean-elementary-learning-": {
      "command": "npx",
      "args": [
        "-y",
        "korean-elementary-learning-map-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

repo age created 2026-07-28 - young repo, little track record yet

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package korean-elementary-learning-map-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.taehyeonglim is GitHub-verified and matches the repo owner

03 · Who maintains Korean Elementary Learning Map MCP

korean-elementary-learning-map-mcp is maintained by taehyeonglim. It's the only MCP server we track from this author; the repo dates to Jul 2026.

04 · Facts

category
other - ranked #257 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.taehyeonglim/korean-elementary-learning-map-mcp (active, first published 2026-07-28)
packages
npm:korean-elementary-learning-map-mcp

05 · Korean Elementary Learning Map MCP FAQ

What is Korean Elementary Learning Map MCP?

한국 초등 2022 개정 교육과정 학습 그래프를 AI가 조회하게 해주는 MCP(Model Context Protocol) 서버입니다. Claude Desktop, Claude Code 등 MCP를 지원하는 AI 클라이언트에 설정 한 줄로 연결하면, AI가 성취기준·학습 주제·선수관계를 직접 검색해서 답합니다. It runs locally over stdio via the published package.

Is Korean Elementary Learning Map MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-28. We re-verify nightly.

How do I install Korean Elementary Learning Map MCP?

Run `npx -y korean-elementary-learning-map-mcp`. You can also paste the ready-made client config above.

Does Korean Elementary Learning Map MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Korean Elementary Learning Map MCP