weather
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weatherwhat's the weather in San Francisco?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-python
A Model Context Protocol (MCP) server that exposes US weather data — via the National Weather Service API — as tools, resources, and prompts for MCP-compatible clients like Claude Desktop.
Features
Tools
get_alerts(state)— active weather alerts for a two-letter US state code (e.g.CA,NY)get_forecast(latitude, longitude)— forecast for the next 5 periods at a given location
Resources
weather://states— list of valid two-letter US state codesweather://alerts/{state}— alerts for any state, as a readable resourceStatic alert resources for
CA,NY,TX,FL(so they're attachable from Claude Desktop's picker, which only lists static resources)
Prompts
weather_briefing(state)— concise severe weather briefing for a statetrip_packing_advice(latitude, longitude)— packing advice based on the forecast for a location
Related MCP server: Weather MCP Server
Requirements
Python >= 3.11
Setup
uv syncRunning the server
uv run weather.pyThe server communicates over stdio, so it's meant to be launched by an MCP client rather than run standalone.
Using with Claude Desktop
Add to your Claude Desktop config (claude_desktop_config.json):
{
"mcpServers": {
"weather": {
"command": "uv",
"args": [
"--directory",
"/absolute/path/to/mcp-python",
"run",
"weather.py"
]
}
}
}Restart Claude Desktop and the weather tools, resources, and prompts will be available.
Project structure
weather.py— the MCP server (tools, resources, prompts)main.py— placeholder entrypoint from the project templatepyproject.toml/uv.lock— dependencies, managed withuv
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseBqualityCmaintenanceIntegrates the US National Weather Service API with Claude Desktop to provide real-time weather conditions, forecasts, and detailed weather metrics for any US location through natural language queries.21
- FlicenseDqualityCmaintenanceProvides weather alerts and forecasts via the National Weather Service API, enabling Claude to answer weather-related queries.2
- FlicenseBqualityDmaintenanceProvides weather forecasts and alerts for US locations using the National Weather Service API. Enables users to retrieve active alerts by state and detailed forecasts by coordinates via MCP tools.2
- FlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that provides real-time US weather alerts and forecasts by integrating with the National Weather Service API. It connects directly to Claude Desktop, enabling Claude to fetch live weather data through natural language requests.3
Related MCP Connectors
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
Get US weather forecasts, active alerts, and current observations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qurioskill/mcp-python-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server