
Weather
Let your coding agent fetch structured weather data while you wire forecasts into a app feature, demo, or automation without hand-rolling HTTP clients in chat.
Overview
dharun-rd Weather is an MCP server for the Build phase that supplies weather information tools to agents via a stdio npm package.
What is this MCP server?
- stdio MCP server published as npm package @dharunrd14/mcp-weather-server (v1.0.1)
- Exposes weather information tools to MCP-capable coding agents
- GitHub source at dharun-rd/mcp-weather-server for inspection and forks
- Lightweight fit for prototypes that need current or forecast-style weather context
- Registry schema 2025-12-11 with explicit stdio transport
- npm identifier @dharunrd14/mcp-weather-server version 1.0.1
- Transport type stdio per MCP registry manifest
- MCP registry schema 2025-12-11
What problem does it solve?
You are building a feature that needs weather context and keep losing time bouncing between API docs and manual HTTP calls in the agent.
Who is it for?
Builders adding weather-powered features to mobile, web, or agent demos who want a local stdio MCP hook.
Skip if: Production observability stacks, climate research pipelines, or teams that need enterprise SLA weather data without reviewing the underlying API.
What do I get? / Deliverables
Your agent can call weather MCP tools while generating integration code, fixtures, and UI copy tied to real conditions.
- Registered local weather MCP tools available to the agent
- Faster integration scaffolding for weather-dependent product code
- Inspectable open-source server at github.com/dharun-rd/mcp-weather-server
Recommended MCP Servers
Journey fit
Canonical shelf is Build because weather is an external capability you integrate during product implementation, not a distribution or monitoring concern. Integrations subphase matches an MCP bridge to a weather provider—the typical solo-builder task is connecting agent-assisted code to live conditions.
How it compares
Thin weather integration MCP, not a full mapping, alerting, or incident monitoring suite.
Common Questions / FAQ
Who is dharun-rd Weather for?
Indie developers using MCP coding agents who need quick access to weather data while implementing app or automation integrations.
When should I use dharun-rd Weather?
Use it during Build when you are prototyping or shipping weather-dependent UI, logic, or agent workflows and want tool calls instead of manual API exploration.
How do I add dharun-rd Weather to my agent?
Install/configure the npm package @dharunrd14/mcp-weather-server with stdio transport in your MCP client config (Claude Code, Cursor, etc.), following the repository README for any API credentials.