Google Maps Places MCP
Rank #7,774io.github.domdomegg/google-maps-places-mcp
Search for places using Google Maps Places API and retrieve place photos. Supports text-based place searches with details like ratings, hours, and addresses.
Google Maps Places MCP is a Model Context Protocol (MCP) server published by domdomegg. It ranks #7,774 of 76,851 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Google Maps Places MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Dec 11, 2025 and most recently updated on Feb 23, 2026.
Ranks ahead of 69,077 of 76,851 servers on MCP Toplist.
Use Google Maps Places MCP
Add Google Maps Places MCP to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"google-maps-places-mcp": {
"command": "npx",
"args": [
"-y",
"google-maps-places-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<your GOOGLE_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
{
"mcpServers": {
"google-maps-places-mcp": {
"command": "npx",
"args": [
"-y",
"google-maps-places-mcp"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"GOOGLE_CLIENT_ID": "<your GOOGLE_CLIENT_ID>",
"GOOGLE_CLIENT_SECRET": "<your GOOGLE_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (2 delisted)
domdomegg
Other servers by domdomegg
- Airtable MCP Server#1,043 · 9 vers
- Computer Use#1,208 · 13 vers
- Gmail MCP#3,464 · 10 vers
- Google Drive MCP#4,277 · 7 vers
- Google Contacts#4,369 · 8 vers
- Shell Exec#5,067 · 6 vers
- Openfoodfacts MCP#5,125 · 14 vers
- Google Sheets MCP#5,599 · 7 vers
- Defuddle Fetch MCP Server#7,097 · 4 vers
- Google Documents MCP#7,380 · 7 vers
- Google Cal MCP#7,734 · 5 vers
- Filesystem MCP#7,773 · 6 vers
Available versions (6)
| Version | Published |
|---|---|
| 1.1.2 | Feb 23, 2026 |
| 1.1.1 | Dec 28, 2025 |
| 1.1.0 | Dec 28, 2025 |
| 1.0.1 | Dec 13, 2025 |
| 1.0.0 | Dec 11, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Google Maps Places MCP?
- Google Maps Places MCP is maintained by domdomegg, which publishes 18 MCP servers (120 total versions) tracked on MCP Toplist.
- Is Google Maps Places MCP listed on the Official MCP Registry?
- Yes — Google Maps Places MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Google Maps Places MCP have?
- MCP Toplist tracks 6 versions of Google Maps Places MCP, most recently published on Feb 23, 2026.
- Where can I find the source code for Google Maps Places MCP?
- The source code for Google Maps Places MCP is hosted at github.com/domdomegg/google-maps-places-mcp.git.