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).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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