
Mcp Weather Server
Give your agent live weather lookups while you build dashboards, travel apps, or notification prototypes without hand-rolling forecast API clients.
Overview
mcp-weather-server is a MCP server for the Build phase that supplies weather information to agents over stdio.
What is this MCP server?
- MCP stdio weather data server (npm @heyg/mcp-weather-server v1.0.2)
- Expose forecast and conditions queries to coding agents
- Fits quick prototypes for location-aware SaaS, CLI helpers, and content tools
- Lightweight npm package for Claude Code, Cursor, and Codex registration
- Version 1.0.2; npm identifier @heyg/mcp-weather-server with stdio transport
What problem does it solve?
You need forecast data inside an agent session but do not want to stop and integrate a weather REST API by hand.
Who is it for?
Indie devs prototyping location-aware features, demos, or agent skills that need quick, chat-fetchable weather context.
Skip if: Mission-critical aviation or emergency alerting that requires certified data providers and SLAs this thin wrapper does not document.
What do I get? / Deliverables
After you add the server, your agent can answer weather-driven build tasks from MCP tool calls instead of guessed conditions.
- Agent-retrieved weather snapshots usable in code, copy, or test fixtures
- Faster integration of forecast-driven features without custom HTTP clients in chat
Recommended MCP Servers
Journey fit
Weather MCP is a Build integration you add when wiring external data into apps, agents, or ops scripts during implementation. Integrations is where generic third-party data MCP servers live so builders can fetch forecasts from chat-driven workflows.
How it compares
Weather data MCP bridge, not a full analytics pipeline skill or a marketing SEO toolkit.
Common Questions / FAQ
Who is mcp-weather-server for?
Solo builders who want Claude, Cursor, or Codex to fetch weather while integrating apps or writing user-facing copy.
When should I use mcp-weather-server?
Use it during Build integrations when forecasts or conditions should inform UI, logic, or sample data in your project.
How do I add mcp-weather-server to my agent?
Install npm package @heyg/mcp-weather-server, add the stdio MCP server block in your agent configuration, and restart the client so tools load.