- Explore MCP Servers
- Google-Maps-MCP-Speech
Google Maps Mcp Speech
What is Google Maps Mcp Speech
Google-Maps-MCP-Speech is an upgraded version of the Basic MCP Maps project developed by Google, which integrates speech input functionality for enhanced user interaction.
Use cases
Use cases include voice-activated navigation, educational demonstrations for geography, and providing map-related information to visually impaired users.
How to use
To use Google-Maps-MCP-Speech, clone the repository from GitHub, install the necessary dependencies using npm, configure your environment variables with your Gemini API key, and run the application locally.
Key features
Key features include speech input for navigation, integration with Google Maps, and a user-friendly interface that allows for easy interaction with map data.
Where to use
Google-Maps-MCP-Speech can be used in various fields such as navigation applications, educational tools, and accessibility solutions for users with disabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Google Maps Mcp Speech
Google-Maps-MCP-Speech is an upgraded version of the Basic MCP Maps project developed by Google, which integrates speech input functionality for enhanced user interaction.
Use cases
Use cases include voice-activated navigation, educational demonstrations for geography, and providing map-related information to visually impaired users.
How to use
To use Google-Maps-MCP-Speech, clone the repository from GitHub, install the necessary dependencies using npm, configure your environment variables with your Gemini API key, and run the application locally.
Key features
Key features include speech input for navigation, integration with Google Maps, and a user-friendly interface that allows for easy interaction with map data.
Where to use
Google-Maps-MCP-Speech can be used in various fields such as navigation applications, educational tools, and accessibility solutions for users with disabilities.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.