Skip to main content
Glama
git-ksk

maps-browser-mcp

by git-ksk

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAPS_CDP_PORTNoReuse an already-running CDP endpoint
MAPS_HEADLESSNoRun Chrome headlessfalse
MCP_HTTP_HOSTNoHTTP bind address127.0.0.1
MCP_HTTP_PORTNoHTTP port8787
MCP_BEARER_TOKENNoOptional bearer-token guard
MAPS_MAX_AX_NODESNoMaximum number of accessibility nodes to walk during read120
MCP_ALLOWED_HOSTSNoAccepted Host header nameslocalhost,127.0.0.1
MAPS_MAX_READ_CHARSNoMaximum character budget for read summary1800
MCP_ALLOWED_ORIGINSNoOptional exact Origin allowlist
MAPS_CHROME_EXECUTABLENoChrome/Chromium executableauto-detect
INTERACTIVE_ASSIST_MODENoEnable V3 bounded readingfalse
MAPS_CHROME_PROFILE_DIRNoDedicated profile directory~/.maps-browser-mcp/chrome-profile
MAPS_MAX_ACTIONS_PER_MINUTENoProcess-level action guard30

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
maps_searchB

Open a single user-directed Google Maps search in the dedicated browser session.

maps_directionsA

Open Google Maps directions. Origin may be omitted so Google Maps can use the browser/device location when available.

maps_showB

Open Google Maps centered on coordinates using an official Maps URL.

maps_streetviewC

Open Street View at coordinates using an official Google Maps URL.

maps_select_resultA

Select one of the currently displayed Google Maps place results by zero-based index. This does not expose a generic browser click primitive.

maps_select_routeA

Select one of the currently displayed route candidates by zero-based index using bounded Google Maps UI heuristics.

maps_set_travel_modeB

Change the travel mode of the active directions request by rebuilding the official Maps URL instead of exploring the DOM.

maps_read_place_summaryA

Read a small, bounded summary from the current Google Maps place UI. Disabled by default; no full DOM, reviews, or persistent dataset extraction.

maps_read_route_summaryA

Read a small, bounded summary from the current Google Maps route UI. Disabled by default and intended only for the user's active request.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/git-ksk/maps-browser-mcp'

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