KiMCP (Korea MCP Server

MCP server enabling LLMs to use Korean APIs (Naver, Kakao, etc.)

Local serverstdioPython

What is the KiMCP (Korea MCP server?

Connect KiMCP (Korea to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server enabling LLMs to use Korean APIs (Naver, Kakao, etc.). The kimcp (korea mcp server is what makes that connection.

What the server does

MCP server enabling LLMs to use Korean APIs (Naver, Kakao, etc.)

  • 네이버 블로그 검색 — 네이버에서 블로그 콘텐츠 검색
  • 네이버 뉴스 검색 — 네이버에서 뉴스 기사 검색
  • 네이버 카페 검색 — 네이버 카페 커뮤니티에서 게시물 검색
  • 네이버 지식iN 검색 — 네이버 지식iN에서 Q&A 게시물 검색
  • 네이버 지역 검색 — 지역 업체 및 장소 정보 검색
  • 네이버 이미지 검색 — 네이버에서 이미지 검색

Credentials and setup notes

Configuration is passed through the environment: NAVER_CLIENT_ID, NAVER_CLIENT_SECRET, KAKAO_REST_API_KEY, SK_APP_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by zeikar; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against KiMCP (Korea's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Configuration

VariableDescriptionRequired
NAVER_CLIENT_IDConfiguration value read at startup.Optional
NAVER_CLIENT_SECRETCredential the server authenticates with.Yes
KAKAO_REST_API_KEYCredential the server authenticates with.Yes
SK_APP_KEYCredential the server authenticates with.Yes

Frequently asked questions

It connects KiMCP (Korea to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with KiMCP (Korea directly.