environment-mcp
Integrates with Google Cloud's Environment APIs (Air Quality, Pollen, Weather) via a single API key, enabling retrieval of environmental data for given locations.
Provides tools for accessing Google Maps Platform Environment APIs, including air quality current conditions, forecast, and history; pollen forecast; and weather current conditions, forecast (days/hours), history, and public alerts.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@environment-mcpWhat's the current air quality in Tokyo?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
environment-mcp
MCP (Model Context Protocol) server that proxies Google Maps Platform Environment APIs: Air Quality, Pollen, and Weather. Uses stdio transport and a single API key from the environment.
Prerequisites
Node.js 20+
A Google Cloud project with billing enabled
APIs enabled: Air Quality API, Pollen API, Weather API (APIs & Services → Library)
An API key (APIs & Services → Credentials), with usage restricted appropriately for your setup
See the product setup guides for details: Air Quality, Pollen, Weather.
Related MCP server: Weather MCP Server
Install and run
npm install
npm run buildSet the key (do not commit it):
export GOOGLE_MAPS_API_KEY="your-key"Alternatively use GOOGLE_ENVIRONMENT_API_KEY.
Start the server (stdio; typically launched by an MCP client, not used interactively):
npm startFor development with auto-reload:
npm run devCursor MCP configuration
After npm run build, add a server entry (adjust the path to your clone):
{
"mcpServers": {
"google-environment": {
"command": "node",
"args": ["/absolute/path/to/environment-mcp/dist/index.js"],
"env": {
"GOOGLE_MAPS_API_KEY": "your-key-here"
}
}
}
}You can omit env if GOOGLE_MAPS_API_KEY is already set in your shell profile and Cursor inherits it (behavior depends on how Cursor is launched).
Tools
Tool | API |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Air quality tools accept a JSON body with required location: { latitude, longitude } and optional fields per Google’s REST reference; other tools use typed arguments (coordinates, days, hours, unitsSystem, etc.).
Linting
Uses Ultracite (Biome preset):
npm run lint
npm run formatSecurity
Never pass the API key in tool arguments; only use environment variables.
Restrict the key in Google Cloud Console (HTTP referrers for browser use; IP or server-only patterns for backend).
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceA comprehensive MCP server providing tools for real-time, forecast, and historical weather data, alongside air quality, marine conditions, and climate projections. It also includes geocoding services to search for locations and retrieve precise coordinates for environmental analysis.7
- Alicense-qualityDmaintenanceMCP Server for global weather, forecasts, air quality, and climate data using Open-Meteo, no API key required.MIT
- Alicense-qualityDmaintenanceAn MCP server providing AI-powered weather tools via Google Generative AI, enabling real-time weather data retrieval through natural language queries.MIT
- Flicense-qualityDmaintenanceComprehensive MCP server for Google Maps APIs, enabling geocoding, place search and details, distance matrix, elevation, and directions through natural language.6
Related MCP Connectors
Air Quality MCP — wraps air-quality-api.open-meteo.com (free, no auth)
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
EPA AirNow MCP — official US real-time AQI + forecast (free key)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/w00dbury/environment-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server