wowzoo/korea-geocoder-mcp
3.1
If you are the rightful owner of korea-geocoder-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Korea Geocoder MCP Server is designed to convert Korean addresses into latitude and longitude coordinates using the Google Maps API.
Korea Geocoder MCP Server
ํ๊ตญ ์ฃผ์๋ฅผ ์๋/๊ฒฝ๋๋ก ๋ณํํ๋ MCP (Model Context Protocol) ์๋ฒ์ ๋๋ค.
๊ธฐ๋ฅ
- ํ๊ตญ ์ฃผ์๋ฅผ Google Maps API๋ฅผ ํตํด ์๋/๊ฒฝ๋๋ก ๋ณํ
์ฌ์ ์ค๋น
Google Maps Geocoding API ์ค์
- Google Cloud Console์์ API ํค ์์ฑ
- Google Cloud Console์ ์ ์
- ์ ํ๋ก์ ํธ ์์ฑ ๋๋ ๊ธฐ์กด ํ๋ก์ ํธ ์ ํ
- "API ๋ฐ ์๋น์ค" > "๋ผ์ด๋ธ๋ฌ๋ฆฌ"๋ก ์ด๋
- "Geocoding API" ๊ฒ์ ํ ํ์ฑํ
- "API ๋ฐ ์๋น์ค" > "์ฌ์ฉ์ ์ธ์ฆ ์ ๋ณด"๋ก ์ด๋
- "์ฌ์ฉ์ ์ธ์ฆ ์ ๋ณด ๋ง๋ค๊ธฐ" > "API ํค" ์ ํ
- ์์ฑ๋ API ํค ๋ณต์ฌ
์ฌ์ฉ๋ฒ
Claude Desktop์์ ์ฌ์ฉํ๊ธฐ
Claude Desktop์์ MCP ์๋ฒ๋ฅผ ๋ฑ๋กํ๊ณ ์ฌ์ฉํ ์ ์์ต๋๋ค:
- Claude Desktop์ Settings์์ Developer ์น์ ์ผ๋ก ์ด๋
- Edit Config๋ฅผ ์ ํํ์ฌ claude_desktop_config.json ํ์ผ์ ํธ์งํฉ๋๋ค.
uvx ์ฌ์ฉ (๊ถ์ฅ)
{
"mcpServers": {
"korea-geocoder-mcp": {
"command": "uvx",
"args": ["korea-geocoder-mcp@latest"],
"env": {
"GOOGLE_CLOUD_API_KEY": "๋ฐ๊ธ๋ฐ์_API_ํค๋ฅผ_์ฌ๊ธฐ์_์
๋ ฅ"
}
}
}
}
๊ฐ๋ฐ ํ๊ฒฝ
{
"mcpServers": {
"korea-geocoder": {
"command": "uv",
"args": [
"--directory",
"/path/to/korea-geocoder-mcp",
"run",
"korea_geocoder_mcp.geocoder"
],
"env": {
"GOOGLE_CLOUD_API_KEY": "๋ฐ๊ธ๋ฐ์_API_ํค๋ฅผ_์ฌ๊ธฐ์_์
๋ ฅ"
}
}
}
}
- Claude Desktop์ ๋ค์ ์์ํฉ๋๋ค.