MCP Weather Server
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., "@MCP Weather Serverwhat's the weather forecast for New York City?"
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 Weather Server
A containerized Model Context Protocol (MCP) server that provides weather tools for AI assistants using the National Weather Service API.
๐ Quick Start
1. Build Docker Image
make docker-build2. Add to Cursor
Create or edit ~/.cursor/mcp.json:
{
"mcpServers": {
"weather": {
"command": "docker",
"args": ["run", "--rm", "-i", "mcp-weather-server:latest"],
"env": {}
}
}
}3. Restart Cursor
Close and reopen Cursor to load the weather server.
Related MCP server: Weather MCP Server
๐ค๏ธ Available Tools
get_alerts - Weather alerts for any US state (e.g.,
CA,NY)get_forecast - Weather forecast for coordinates (latitude, longitude)
๐งช Test Usage
In Cursor chat:
"Get weather alerts for California"
"What's the weather forecast for coordinates 40.7128, -74.0060?"๐ Requirements
Docker Desktop running
Cursor IDE
๐ง Commands
make docker-build # Build image
make test-docker # Test container
make help # See all commandsWeather data from National Weather Service (US locations only)
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.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides AI agents with tools to retrieve weather alerts and detailed forecasts for US locations using the National Weather Service API.Last updated2931GPL 3.0
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables AI models to fetch weather alerts and detailed forecasts for US locations using the National Weather Service API.Last updated93GPL 3.0
- AlicenseBqualityDmaintenanceEnables AI assistants to access real-time US weather forecasts and alerts through the National Weather Service API.Last updated228MIT
- Flicense-qualityCmaintenanceA demo MCP server that provides AI assistants access to live US weather data via the free National Weather Service API, offering forecast and alert tools without requiring an API key.Last updated
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.
Appeared in Searches
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/broerjuang/mcp-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server