Weather MCP
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., "@Weather MCPWhat is the 7-day forecast for Seattle?"
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.
Weather MCP
An MCP server that provides current weather, 7-day forecasts, and US weather alerts — no API keys required.
APIs Used
Purpose | API |
Current weather & forecast |
|
City name to coordinates |
|
US weather alerts |
|
Related MCP server: Weather MCP Server
Tools
get_current_weather
Get current weather conditions for any city in the world.
Example: "What's the weather in Tokyo?"
get_forecast
Get a 7-day weather forecast for any city in the world.
Example: "What's the forecast for London this week?"
get_alerts
Get active weather alerts for a US state. US only.
Example: "Any weather alerts in California?"
Setup
1. Install dependencies
npm install2. Build
npm run build3. Add to Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"weather": {
"command": "node",
"args": ["/path/to/MCP/weather/build/index.js"]
}
}
}Then restart Claude Desktop.
Project Structure
├── src/
│ ├── index.ts # MCP server and tool definitions
│ └── constants.ts # API endpoint constants
├── build/ # Compiled output (generated)
├── package.json
└── tsconfig.jsonThis 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
- AlicenseBqualityDmaintenanceEnables users to get detailed weather forecasts for any location using coordinates and retrieve active weather alerts for US states. Uses the National Weather Service API with no authentication required.Last updated3MIT
- FlicenseBqualityDmaintenanceProvides weather forecast and alert information for US locations using the National Weather Service API. Enables users to get detailed weather forecasts by coordinates and retrieve active weather alerts by state.Last updated2
- Alicense-qualityDmaintenanceProvides weather information using the US National Weather Service API, including active weather alerts for US states and location-specific forecasts based on latitude and longitude coordinates.Last updated93MIT
- FlicenseBqualityDmaintenanceProvides current weather conditions and forecasts for any location using the Open-Meteo API.Last updated2
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/srewatkar/weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server