Noaa Cdo MCP Server
@cyanheads/noaa-climate-mcp-server Search NOAA climate stations and datasets, fetch historical weather observations via MCP. STDIO or Streamable HTTP. Its 10 documented tools cover noaa, climate, data, categories.
People connecting maps & location tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-08-25 · ★ 3 · #19 OF 56 MAINTAINED MAPS & LOCATION · VERIFIED 2026-08-25
Apache-2.0 · TypeScript servers · how we verify → /methodology
01 · Install Noaa Cdo MCP Server
before you install - you'll need
Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, NOAA_CDO_TOKEN before connecting.
Claude Code
claude mcp add cyanheads-noaa-cdo-mcp-server --transport http https://noaa-cdo.caseyjhand.com/mcp Claude Desktop / Cursor / VS Code - add to config
{
"mcpServers": {
"cyanheads-noaa-cdo-mcp-server": {
"url": "https://noaa-cdo.caseyjhand.com/mcp"
}
}
} Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.
Using another client? Same JSON, different key
Claude Desktop · mcpServers
Cursor · mcpServers
VS Code · servers
Windsurf · mcpServers
Zed · context_servers
Cline · mcpServers
Roo Code · mcpServers
Continue · mcpServers
LibreChat · mcpServers
Gemini CLI · mcpServers
Codex CLI · mcp_servers
Full setup guides: every client.
02 · Evidence
https://noaa-cdo.caseyjhand.com/mcp
transport: streamable-http
endpoint NOT responding · probed 2026-08-25
Security posture
What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.
runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to noaa-cdo.caseyjhand.com
license Apache-2.0 - declared in the repository
npm package @cyanheads/noaa-cdo-mcp-server - published under the repo owner's npm scope (@cyanheads)
registry namespace io.github.cyanheads is GitHub-verified and matches the repo owner
03 · What Noaa Cdo MCP Server can do
Prose above is summarized from the project's README and registry record - no invented capabilities.
What you can build
With this server connected, an agent can list available CDO datasets with IDs, names, and temporal coverage, list data category groups (Temperature, Precipitation, Wind, etc.), list specific measurement labels (TMAX, TMIN, PRCP, SNOW, etc.) by dataset or category, and list the 12 location categories that scope location search.
The 10 tools it gives your agent
Extracted from the project's README - what noaa-cdo-mcp-server lets an agent do.
- noaa_climate_list_datasets
- - List available CDO datasets with IDs, names, and temporal coverage
- noaa_climate_list_data_categories
- - List data category groups (Temperature, Precipitation, Wind, etc.)
- noaa_climate_list_data_types
- - List specific measurement labels (TMAX, TMIN, PRCP, SNOW, etc.) by dataset or category
- noaa_climate_list_location_categories
- - List the 12 location categories that scope location search
- noaa_climate_find_locations
- - Search geographic locations by category (states, cities, counties, zip codes, climate regions), with an optional name filter
- noaa_climate_find_stations
- - Search weather stations by location, bounding box, dataset, and data type
- noaa_climate_get_station
- - Fetch full metadata for a single station by ID
- noaa_climate_fetch_data
- - Fetch historical observation records for a dataset and date range
- noaa_climate_search_storm_events
- - Search the NCEI Storm Events Database for one year - tornadoes, hail, floods, hurricanes, with damage, casualties, and narratives
- noaa_climate_get_billion_dollar_disasters
- - Query NOAA's Billion-Dollar Weather and Climate Disasters - CPI-adjusted costs and deaths per disaster, or per-year totals by disaster class
Latest releases
v0.6.2 · 2026-08-25
MCP SDK v2 protocol and strict inputs · HTTP endpoints serve protocol revision 2026-07-28 with the 2025-era compatibility path; undeclared root inputs are rejected and structured tool errors validate client-side.…
v0.6.1 · 2026-08-19
Reachable upstream-outage reasons · All eight CDO-backed tools now emit service_unavailable, which was previously declared but unreachable, plus a new rate_limited reason for a throttled token. · service_unavailable…
v0.6.0 · 2026-08-19
Billion-Dollar Disasters, CDO error legibility · noaa_climate_get_billion_dollar_disasters: query NCEI's Billion-Dollar Weather and Climate Disasters - per-disaster or per-year, every cost normalized to whole US…
04 · Who maintains Noaa Cdo MCP Server
noaa-cdo-mcp-server is maintained by cyanheads. We track 125 MCP servers from cyanheads - 124 actively maintained, 1,730 combined GitHub stars, oldest repo from Dec 2024. Full record: all servers from cyanheads.
- mcp-ts-core Agent-native TypeScript framework for building MCP servers with declarative definitions. ★ 148
- obsidian-mcp-server Read, write, search, and surgically edit Obsidian notes, tags, and frontmatter via MCP. ★ 668
- git-mcp-server Comprehensive Git MCP server enabling native git tools including clone, commit, worktree, & more. ★ 235
- pubmed-mcp-server Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms. ★ 137
- clinicaltrialsgov-mcp-server Search ClinicalTrials.gov - find studies, retrieve results, match patients to eligible trials. ★ 90
- mcp-ts-template TypeScript template for building MCP servers with declarative tooling, observability, and auth. ★ 148
05 · Facts
- repository
- github.com/cyanheads/noaa-cdo-mcp-server
- category
- maps & location - ranked #19 of 56 actively-maintained maps & location servers as of 2026-08-25.
- release cadence
- 10+ releases in the last 90 days (latest 2026-08-25)
- registry
- io.github.cyanheads/noaa-cdo-mcp-server (active, first published 2026-05-24 · 13 versions)
- packages
- npm:@cyanheads/noaa-cdo-mcp-server · npm:@cyanheads/noaa-cdo-mcp-server
06 · Noaa Cdo MCP Server FAQ
Is Noaa Cdo MCP Server still maintained?
Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.
What can Noaa Cdo MCP Server do?
With this server connected, an agent can list available CDO datasets with IDs, names, and temporal coverage, list data category groups (Temperature, Precipitation, Wind, etc.), list specific measurement labels (TMAX, TMIN, PRCP, SNOW, etc.) by dataset or category, and list the 12 location categories that scope location search.
How do I install Noaa Cdo MCP Server?
Run `npx -y @cyanheads/noaa-cdo-mcp-server`. The README documents 3 environment variables (MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, NOAA_CDO_TOKEN) to set first. Set MCP_TRANSPORT_TYPE, MCP_LOG_LEVEL, NOAA_CDO_TOKEN before connecting. You can also paste the ready-made client config above.
Does Noaa Cdo MCP Server run locally?
Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.
07 · Alternatives to Noaa Cdo MCP Server
Alternatives to Noaa Cdo MCP Server
Maintained maps & location servers if Noaa Cdo MCP Server isn't the fit.
- Not Fair Google Ads Hosted Google Ads MCP with OAuth, 117 tools, MCC routing, image assets, and approval-gated writes. ★ 3,399 · 2026-08-22
- Google Maps MCP Server 18 Google Maps tools for AI agents - geocode, search, directions, weather, and more. ★ 434 · 2026-08-16
- Mapbox MCP Server Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc. ★ 352 · 2026-08-21
- Brasil API MCP server for BrasilAPI - CEP, CNPJ, banks, FIPE, holidays, weather ★ 269 · 2026-08-12
- Monkeymcp MCP server providing monkey data, journeys, and location services for various monkey species. ★ 123 · 2025-10-10
- Platform AI Google Maps Platform Code Assist MCP ★ 105 · 2026-08-18
More maps & location MCP servers · Open Meteo MCP Server · Openstreetmap MCP Server · DC Member API · Job Data Lake · MeteoSwiss MCP Server
More TypeScript MCP servers · Nonprofit Explorer MCP Server · Ntfy MCP Server · Obsidian MCP Server · Oecd MCP Server · see all