
Weather Mcp Server
Pull current conditions and forecasts by city name or coordinates while your agent builds apps that need weather context.
Overview
Weather MCP is a MCP server for the Build phase that returns weather conditions and forecasts by city or coordinates.
What is this MCP server?
- Current weather and forecast access by city or geographic coordinates
- Designed for fast, accurate responses in agent tool loops
- Lightweight npm stdio package @jaredco/weather-mcp-server (v1.0.1)
- No extra env vars listed in the official server manifest—simple add to MCP config
- Fits side projects that need weather banners, travel apps, or contextual agent answers
- Package version 1.0.1 (@jaredco/weather-mcp-server)
- stdio npm transport
- Lookup modes: city and coordinates per server description
What problem does it solve?
Agents and quick prototypes need real weather data, but repeating fetch-and-parse code for every feature wastes build time.
Who is it for?
Builders adding weather widgets, travel helpers, or location-aware agent features during integration work.
Skip if: Production observability, climate analytics pipelines, or teams needing SLAs and enterprise weather contracts.
What do I get? / Deliverables
Your agent can answer and code against live weather and forecasts using standardized MCP tools.
- Structured current conditions and forecast payloads in agent context
- Integration-ready weather calls for app UI or backend stubs
- Faster prototyping without custom weather HTTP clients each time
Recommended MCP Servers
Journey fit
Weather is a third-party capability you wire in during product build, not a launch or growth analytics concern. The server is a thin MCP wrapper around weather lookups—classic backend/integration work for features and demos.
How it compares
Focused weather lookup MCP, not a full maps or geocoding platform.
Common Questions / FAQ
Who is Weather MCP for?
Solo developers and agent users who need simple forecast and conditions tools while building apps or testing ideas.
When should I use Weather MCP?
Use it in the build phase when a feature or agent workflow needs current weather or a short forecast by place or coordinates.
How do I add Weather MCP to my agent?
Install @jaredco/weather-mcp-server from npm, register the stdio MCP server in Claude Code, Cursor, or your client, then call the weather tools with a city or coordinate pair.