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
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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