ambeelabs/ambee-mcp
🎖️ 📇 ☁️ 🍎 🪟 🐧 The official Model Context Protocol server for Ambee. It gives any MCP-compatible AI assistant — Claude, ChatGPT, Cursor, VS Code, Ollama, and more — direct access to live air quality, pollen, and weather data.
Ads
Overview
The official Model Context Protocol server for Ambee. It gives any MCP-compatible AI assistant — Claude, ChatGPT, Cursor, VS Code, Ollama, and more — direct access to live air quality, pollen, and weather data.
Installation
https://docs.ambeedata.com/mcp/overview
Configuration
{
"mcpServers": {
"ambee-mcp": {
"command": "npx",
"args": [
"-y",
"ambee-mcp-server"
]
}
}
}Paste into ~/.cursor/mcp.json or .cursor/mcp.json
Tags
- environment
- cloud
- typescript
- awesome-list
Related MCP servers
Environment & Nature
Zhonghao1995/agentic-swmm-workflow
Eleven MCP servers exposing a reproducible EPA SWMM stormwater-modelling workflow: model building, simulation runs with manifests and continuity checks, calibration, GIS/QGIS integration, design storms and climate scenarios, uncertainty analysis, plotting, and modelling memory. Config generators included for Codex, Claude Code, OpenClaw, and Hermes.
Environment & Nature
Zhonghao1995/Agentic-MIKE-Plus
MCP server (10 tools) for a headless, natural-language DHI MIKE+ urban-water modelling workflow: model inspection, parameter read/edit, headless simulation runs with parsed QA status, `.res1d` results reading, and plotting (hydrographs, time series, network maps). Read/plot is license-free; run/edit need Windows + a MIKE+ 2026 license. Works with Claude Code, Codex, OpenClaw, and Hermes.
Environment & Nature
aliafsahnoudeh/wildfire-mcp-server
MCP server for detecting, monitoring, and analyzing potential wildfires globally using multiple data sources including NASA FIRMS, OpenWeatherMap, and Google Earth Engine.
Environment & Nature
malonestar/gov-data-mcp
120 US government open-data sources (EPA contamination and drinking water, FEMA flood and risk index, USGS, NOAA, FAA airspace, USACE levees and dams, FDIC, HUD, NRCS soils, county assessor rolls, state licensing boards) as agent-callable tools. Runs locally over stdio with `npx gov-data-mcp`; 12 dedicated tools plus `search-gov-data-tools` / `describe-gov-data-tool` / `run-gov-data-tool` to reach the rest. Every tool reports its own per-result price, so an agent can weigh cost before calling.
Environment & Nature
atmospore/atmospore-mcp
Per-species pollen forecasts at any point on Earth, seven days ahead, via the Atmospore API. Tools: `get_pollen`, `get_top_species`, `get_area_average`, `list_supported_species`. Free tier (100 calls/day, no credit card). Hosted variant at `mcp.atmospore.com`.
Environment & Nature
gridcarbon/clients
Grid carbon intensity (gCO2eq/kWh) for 45 electricity zones: 33 European bidding zones (ENTSO-E), 11 US balancing authorities (EIA-930), and Great Britain (NESO). Tools: `get_carbon_intensity`, `get_intensity_history`, `list_zones`, `compare_zones`. Every response carries the interval timestamp and how stale the reading is, so an agent can tell a current value from an hours-old one. Pre-alpha; history currently reaches back about three months. No API key or account — `npx -y gridcarbon-mcp`.
Environment & Nature
nalediym/touch-grass
Claude Code plugin and MCP server that nudges you to take outdoor breaks based on local weather, sunset timing, and session streaks. Tools: `check_grass_conditions`, `suggest_activity`, `log_touch_grass`, `get_stats`. Fully local, no API keys, no cloud storage.
Environment & Nature
zax0rz/birdnet-go-mcp
Fast, read-only MCP server & CLI for BirdNET-Go bioacoustic observatories. Query recent detections, stream outdoor mic telemetry, resolve LAN audio recordings, and inspect sightings with LLMs.