Skip to main content
Glama

MCP Google Map Server

MseeP.ai 보안 평가 배지

MCP 구글 맵 서버

LLM 처리 기능과 포괄적인 Google Maps API 통합을 제공하는 강력한 모델 컨텍스트 프로토콜(MCP) 서버입니다.

특징

Google 지도 기능

  • 위치 검색

    • 사용자 정의 가능한 반경과 필터를 사용하여 특정 위치 근처의 장소를 검색하세요

    • 평점, 영업시간, 연락처 등 자세한 장소 정보를 받아보세요

  • 지오코딩 서비스

    • 주소를 좌표로 변환(지오코딩)

    • 좌표를 주소로 변환(역 지오코딩)

  • 거리 및 방향

    • 여러 출발지와 목적지 사이의 거리와 이동 시간을 계산합니다.

    • 단계별 지침으로 두 지점 사이의 자세한 경로를 확인하세요.

    • 다양한 이동 모드(운전, 도보, 자전거, 대중교통) 지원

  • 고도 데이터

    • 특정 위치에 대한 고도 데이터 검색

설치

NPM을 통해

지엑스피1

용법

명령줄

mcp-google-map

Dive Desktop 과의 통합

  1. Dive Desktop에서 "+ MCP 서버 추가"를 클릭하세요.

  2. 다음 구성을 복사하여 붙여넣으세요.

{ "mcpServers": { "google-map": { "command": "npx", "args": ["-y", "@cablate/mcp-google-map"], "env": { "GOOGLE_MAPS_API_KEY": "your_api_key" }, "enabled": true } } }
  1. "저장"을 클릭하여 설치를 완료하세요.

사용 가능한 도구

서버는 다음과 같은 도구를 제공합니다.

  1. search_nearby - 특정 위치 근처 장소 검색

  2. get_place_details - 특정 장소에 대한 자세한 정보를 가져옵니다.

  3. maps_geocode - 주소를 좌표로 변환

  4. maps_reverse_geocode - 좌표를 주소로 변환

  5. maps_distance_matrix - 여러 출발지와 목적지 사이의 거리와 시간을 계산합니다.

  6. maps_directions - 두 지점 사이의 길찾기

  7. maps_elevation - 특정 위치에 대한 고도 데이터 가져오기

Google Maps API 설정

이 서비스를 이용하려면 다음이 필요합니다.

  1. Google Cloud Console 에서 프로젝트 만들기

  2. Google Maps API 서비스 활성화

  3. API 키 얻기

  4. GOOGLE_MAPS_API_KEY 환경 변수를 설정합니다.

기술 스택

  • 타입스크립트

  • 노드.js

  • Google 지도 서비스 JS

  • 모델 컨텍스트 프로토콜 SDK

특허

MIT

기여하다

커뮤니티 참여와 기여를 환영합니다! 기여 방법은 다음과 같습니다.

  • ⭐️ 도움이 된다면 프로젝트에 별표를 표시해 주세요.

  • 🐛 문제 제출: 버그를 보고하거나 제안을 제공하세요

  • 🔧 풀 리퀘스트 생성: 코드 개선 사항 제출

연락하다

질문이나 제안 사항이 있으시면 언제든지 문의해 주세요.

  • 📧 이메일: reahtuoo310109@gmail.com

  • 📧 GitHub: CabLate

  • 🤝 협업: 프로젝트 협력에 대해 논의해 보세요

  • 📚 기술 지침: 제안 및 지침을 진심으로 환영합니다.

Related MCP Servers

  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol (MCP) based search API server that provides standardized access to Google Maps, Google Flights, Google Hotels and other services. This server enables AI assistants to access various search services through a unified interface.
    Last updated -
    59
    MIT License
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that provides web search capabilities using Google Custom Search API and webpage content extraction functionality.
    Last updated -
    2
    4
    2
    • Apple
  • A
    security
    F
    license
    A
    quality
    A Model Context Protocol server that provides an interface for AI models to interact with Google Docs, enabling reading, creating, updating, and searching Google Documents.
    Last updated -
    4
    5
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol server that connects LLMs to GIS operations, enabling AI assistants to perform accurate geospatial analysis including geometric operations, coordinate transformations, and spatial measurements.
    Last updated -
    83
    72
    MIT License
    • Linux
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cablate/mcp-google-map'

If you have feedback or need assistance with the MCP directory API, please join our Discord server