A Model Context Protocol (MCP) server for geocoding Korean addresses using Google Maps API
Project description
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을 다시 시작합니다.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file korea_geocoder_mcp-0.1.0.tar.gz.
File metadata
- Download URL: korea_geocoder_mcp-0.1.0.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5eafdc88f7269b76a59203855599d0fc126c7c062ef9d0abf0c235fd4312c7f
|
|
| MD5 |
1bc64de87aecaa305aa4305b6ed45a56
|
|
| BLAKE2b-256 |
886053545ad4ed6fbb7054367e0c80b97f75d7674be319c0934db1239f5800ab
|
File details
Details for the file korea_geocoder_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: korea_geocoder_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e85cd73d66def266ea8ad06806dcd479361921d800099bf272efb46a6709fc5b
|
|
| MD5 |
150ed7ea4e79c61a0cd93a398dd24feb
|
|
| BLAKE2b-256 |
146544bf524867430c96adeb8403ea418cb64e3558e78fe3d86991aadac3ad27
|