G
Google Maps MCP Speech
by @l145dev
MCP server by l145dev
Created 5/28/2025
Updated 4 days ago
README
Repository documentation and setup instructions
Google Maps MCP with Speech Input
[!NOTE]
I did not develop this project from scratch. The original project was developed by Google on AI Studio Apps.
A slight upgrade from Basic MCP Maps. Adding speech as input option.
Run Locally
Prerequisites:: Node.js
- Clone the repository
git clone "https://github.com/l145dev/Google-Maps-MCP-Speech"
- Navigate to the repository
cd ./Google-Maps-MCP-Speech
- Install dependencies:
npm install
- Create .env.local:
Windows (Make sure you have WSL, check by tryingwsl --version
):
Linux/Mac:wsl touch .env.local
touch .env.local
- Open in your desired code editor.
code .
- Set the
GEMINI_API_KEY
in .env.local to your Gemini API key. Get your API key here.GEMINI_API_KEY="YOUR_API_KEY"
- Set the
MAPS_API_KEY
in .env.local to your Maps API key. Get your API key hereMAPS_API_KEY="YOUR_API_KEY"
- Run the app:
npm run dev
- Open web app in your browser at http://localhost:5173.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-google-maps-mcp-speech
Cursor configuration (mcp.json)
{
"mcpServers": {
"l145dev-google-maps-mcp-speech": {
"command": "npx",
"args": [
"l145dev-google-maps-mcp-speech"
]
}
}
}