
Weather
Let your coding agent fetch live weather data while you prototype dashboards, travel apps, or notification features without hand-rolling HTTP clients in every session.
Overview
Weather MCP is a MCP server for the Build phase that supplies weather information tools to your agent over stdio for app integrations.
What is this MCP server?
- MCP tools for weather information exposed to the agent
- Published as @alexdemichieli/mcp-weather-server on npm v1.0.2
- Stdio transport for local Claude Code and Cursor configs
- GitHub repo alexdemichieli/mcp-weather-server for source inspection
- Registry version 1.0.2
- npm identifier @alexdemichieli/mcp-weather-server
- Transport: stdio in published server metadata
What problem does it solve?
You are building a feature that needs weather data but waste time re-explaining HTTP endpoints and response shapes to the agent each session.
Who is it for?
Solo builders adding forecast or conditions widgets to an MVP through Claude Code or Cursor.
Skip if: Production climate analytics, historical reanalysis datasets, or compliance-heavy agricultural forecasting platforms.
What do I get? / Deliverables
Your agent calls standardized MCP weather tools while generating UI, APIs, and tests for location-based features.
- Agent-accessible weather queries during development
- Faster scaffolding of weather-backed UI and API code
Recommended MCP Servers
Journey fit
Weather is a classic external API integration you wire during product build, not a launch or growth playbook on its own. Integrations subphase is where MCP servers connect agents to third-party data services like forecasts and conditions.
How it compares
Thin weather data MCP bridge, not a full maps stack or operational alerting system.
Common Questions / FAQ
Who is weather MCP for?
Developers using MCP agents who need quick weather lookups while building apps, scripts, or prototypes.
When should I use weather MCP?
Use it in the build phase when integrating external forecast or conditions data into your product or automation.
How do I add weather MCP to my agent?
Install @alexdemichieli/mcp-weather-server, register it as a stdio MCP server in your agent config, and restart the host so weather tools appear.