공식stdioTypeScript검색·웹
Google Maps
구글 맵 위치·경로·장소.
한 줄 평가 — 다음 사람 도와주세요
설치 명령
npx -y @modelcontextprotocol/server-google-maps
클라이언트 설정
Claude Desktop의 claude_desktop_config.json에 그대로 붙여 넣으세요.
{
"mcpServers": {
"google-maps": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-google-maps"],
"env": { "GOOGLE_MAPS_API_KEY": "..." }
}
}
}