kakao-mcp
Enables AI agents to use Kakao's Local, Search, and Vision APIs for address conversion, place search, web/blog/search, and OCR, requiring only a REST API key.
README
kakao-mcp
카카오 API를 AI 에이전트에 연결하는 MCP 서버. 지도/로컬, 다음 검색, 비전 OCR을 REST API 키 하나로 바로 사용.
Kakao's Local (Map), Search, and Vision APIs as a Model Context Protocol server — Korea's location & content stack for Claude, Cursor, and any MCP client.
왜?
한국 앱·마케팅 개발에서 매일 필요한데(주소→좌표, 주변 장소, 국내 검색, 이미지 OCR) 깔끔한 MCP가 없었어요. 유저 OAuth 없이 REST 키 하나로 즉시 돌아갑니다.
설치
npx kakao-mcp
REST API 키는 developers.kakao.com → 내 애플리케이션 → 앱 키 → REST API 키.
Claude Code / Claude Desktop
claude_desktop_config.json (또는 .mcp.json):
{
"mcpServers": {
"kakao": {
"command": "npx",
"args": ["-y", "kakao-mcp"],
"env": { "KAKAO_REST_API_KEY": "your_rest_api_key" }
}
}
}
툴 (v0.1 · T1)
| 툴 | 설명 |
|---|---|
kakao_address_to_coord |
주소 → 위경도 좌표 + 정규화 주소 |
kakao_search_place |
키워드 장소 검색 (좌표+반경 주변검색 지원) |
kakao_place_by_category |
카테고리별 주변 장소 (카페·음식점·병원 등) |
kakao_coord_to_address |
좌표 → 도로명/지번 주소 |
kakao_coord_to_region |
좌표 → 행정동/법정동 |
kakao_search |
다음 검색: 웹/블로그/카페/이미지/동영상/책 |
kakao_ocr |
이미지 URL에서 텍스트 추출 (OCR) |
써보기
"판교역로 235 좌표 알려줘" "강남역 반경 500m 카페 5개 찾아줘" "이 좌표(127.02, 37.5) 무슨 동이야?" "블로그에서 '분당 브런치' 검색해줘"
로드맵
- v0.2 (T2) — 카카오 로그인(OAuth) · 나에게 메시지 보내기(알림 훅)
- v0.3 (T3) — 카카오톡 채널 · 알림톡/친구톡 · 카카오모먼트 광고
개발
npm install
npm run build
KAKAO_REST_API_KEY=... npm start
라이선스
MIT © Kioko Lab
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.