Grounding Lite MCP Server
Rank #15,231glama/googlemaps-samples/grounding-lite-mcp-sample-app
Provides custom tools to the Gemini model for spatially grounding responses using Google Maps Platform APIs (Places, Routes, Elevation).
Grounding Lite MCP Server is a Model Context Protocol (MCP) server published by googlemaps-samples. It ranks #15,231 of 132,046 servers tracked on MCP Toplist, and its repository has 66 GitHub stars. Grounding Lite MCP Server is listed across 2 registries — Glama and PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Dec 11, 2025.
Ranks ahead of 116,815 of 132,046 servers on MCP Toplist.
Use Grounding Lite MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http grounding-lite-mcp-sample-app https://mapstools.googleapis.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.grounding-lite-mcp-sample-app]
url = "https://mapstools.googleapis.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://mapstools.googleapis.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"grounding-lite-mcp-sample-app": {
"url": "https://mapstools.googleapis.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"grounding-lite-mcp-sample-app": {
"type": "http",
"url": "https://mapstools.googleapis.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"grounding-lite-mcp-sample-app": {
"serverUrl": "https://mapstools.googleapis.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"grounding-lite-mcp-sample-app": {
"url": "https://mapstools.googleapis.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/glama%2Fgooglemaps-samples%2Fgrounding-lite-mcp-sample-app)<a href="https://mcptoplist.com/server/glama%2Fgooglemaps-samples%2Fgrounding-lite-mcp-sample-app"><img src="https://mcptoplist.com/badge/glama%2Fgooglemaps-samples%2Fgrounding-lite-mcp-sample-app.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
googlemaps-samples
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Grounding Lite MCP Server?
- Grounding Lite MCP Server is maintained by googlemaps-samples, which publishes 1 MCP server (0 total versions) tracked on MCP Toplist.
- Is Grounding Lite MCP Server listed on the Official MCP Registry?
- Grounding Lite MCP Server is not on the Official MCP Registry. It is listed on Glama and PulseMCP.
- How many versions does Grounding Lite MCP Server have?
- Grounding Lite MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Grounding Lite MCP Server?
- The source code for Grounding Lite MCP Server is hosted at github.com/googlemaps-samples/grounding-lite-mcp-sample-app.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.