
Weather
Give your agent live weather data through MCP while you prototype dashboards, travel apps, or location-aware features.
Overview
io.github.bellvijay/weather is a MCP server for the Build phase that supplies weather information tools to coding agents over stdio.
What is this MCP server?
- MCP server exposing weather information tools to agents
- Stdio npm package @vijay-npm/mcp-weather-server v1.0.2
- Fits apps needing forecast or conditions without custom scrapers
- Small surface area for quick Claude Code or Cursor experiments
- Published from github.com/bellvijay/mcp-weather-server
- Server version 1.0.2
- npm identifier @vijay-npm/mcp-weather-server
- Transport: stdio
What problem does it solve?
You are coding a weather-dependent feature but keep context-switching to manual lookups instead of letting the agent fetch live conditions.
Who is it for?
Indie hackers adding a weather panel, alert, or itinerary feature who want a lightweight MCP hook during implementation.
Skip if: Production forecasting products that need guaranteed uptime, legal attribution contracts, or advanced climate analytics pipelines.
What do I get? / Deliverables
After registration, your agent can call weather MCP tools from the IDE while you build integrations or demo flows.
- Agent-callable weather information via MCP
- Faster iteration on weather-dependent UI or logic
- Reusable stdio server config for local dev
Recommended MCP Servers
Journey fit
How it compares
Single-purpose weather data MCP, not a journey-wide methodology skill or full analytics stack.
Common Questions / FAQ
Who is io.github.bellvijay/weather for?
Builders using MCP hosts who need basic weather lookups while coding agent-assisted apps or prototypes.
When should I use io.github.bellvijay/weather?
Use it in Build integrations when your feature needs current or forecast weather data accessible from Claude Code, Cursor, or similar clients.
How do I add io.github.bellvijay/weather to my agent?
Install @vijay-npm/mcp-weather-server (v1.0.2), configure it as a stdio MCP server in your client, and supply any API keys or settings required by the mcp-weather-server repository.