
Weather
Let Claude Code or Cursor fetch live weather inside the agent instead of hand-rolling API calls and parsing JSON yourself.
Overview
io.github.kambleaa007/weather is an MCP server for the Build phase that exposes weather information to AI agents over stdio.
What is this MCP server?
- stdio MCP server published as @kambleaa007/mcp-weather-server on npm (v1.0.1)
- Exposes weather lookups as agent-callable tools over Model Context Protocol
- Fits travel, logistics, outdoor, or location-aware SaaS prototypes without a custom weather client
- Small focused surface: weather information only, not a general geocoding or maps stack
- Runs locally via stdio transport typical for Claude Desktop and Claude Code MCP config
- Server version 1.0.1
- Single npm package @kambleaa007/mcp-weather-server
- stdio transport only in published manifest
What problem does it solve?
Agents hallucinate weather or force you to copy-paste API docs every time you need forecasts in a feature.
Who is it for?
Indie builders adding weather widgets, alerts, or scheduling hints to an app via Claude Code/Cursor MCP.
Skip if: Teams needing enterprise meteorology, historical climate datasets, or fine-grained aviation-grade data.
What do I get? / Deliverables
Your agent can call MCP weather tools while you stay in the editor wiring UI and backend logic.
- Registered stdio MCP server for weather tools
- Agent-callable weather queries during development
- Reusable pattern for external API MCP wrappers
Recommended MCP Servers
Journey fit
How it compares
MCP weather integration, not a hosted weather SaaS or a full maps platform.
Common Questions / FAQ
Who is io.github.kambleaa007/weather for?
Solo developers and agent users who want quick weather tool calls from Claude Code, Cursor, or similar MCP clients.
When should I use io.github.kambleaa007/weather?
Use it during Build when you integrate external APIs and want the agent to read or sanity-check weather-driven product behavior.
How do I add io.github.kambleaa007/weather to my agent?
Install @kambleaa007/mcp-weather-server from npm and add a stdio MCP server block pointing at that package in your Claude or Cursor MCP config.