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 5-day 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 Model Context Protocol (MCP) server that provides weather information tools and resources.
Features
Current Weather: Get real-time weather conditions for any location
Weather Forecast: 5-day weather forecast with detailed information
Location Support: Major world cities, coordinates, and ZIP codes
Units: Support for both Celsius and Fahrenheit
Resources: Weather location data and API information
Prompts: Weather summary generation for activity planning
Related MCP server: Weather MCP Service
Tools
get_current_weather
Get current weather information for a location.
Parameters:
location(required): City name, coordinates, or ZIP codeunits(optional): "celsius" or "fahrenheit" (default: celsius)
get_weather_forecast
Get multi-day weather forecast for a location.
Parameters:
location(required): City name, coordinates, or ZIP codedays(optional): Number of days (1-5, default: 3)
Resources
weather://locations: List of supported locations and formatsweather://api-info: Weather API and data source information
Prompts
weather_summary: Generate weather summary for activity planning
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"weather": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-sse"],
"env": {
"SSE_URL": "https://your-server.fly.dev/mcp"
}
}
}
}Local Development
npm install
npm startDocker Deployment
docker build -t mcp-weather-server .
docker run -p 8080:8080 mcp-weather-serverHealth Check
The server includes a health check endpoint at /health that returns server status and version information.
License
MIT
This server cannot be installed
Maintenance
Related MCP Servers
- Flicense-qualityDmaintenanceProvides real-time weather information and forecasts, connecting AI assistants with live weather data for current conditions and multi-day forecasts for any location worldwide.Last updated
- Flicense-qualityDmaintenanceProvides live weather data and forecasts for any location worldwide through both REST API and MCP endpoints. Supports current weather, multi-day forecasts, and various location formats including city names, coordinates, ZIP codes, and airport codes.Last updated1
- Alicense-qualityCmaintenanceProvides real-time, historical, and forecasted weather data for any location worldwide using the Open-Meteo API. It includes specialized tools for agricultural growing conditions, weather alerts, and up to 16 days of forecasts across multiple transport modes.Last updated29MIT
- Alicense-qualityAmaintenanceProvides weather and climate intelligence for AI agents, including current conditions, forecasts, historical data, severe-weather alerts, agricultural outlook, and travel conditions via free and paid tools.Last updatedMIT
Related MCP Connectors
Global weather API: forecasts, historical data, marine, ski, astronomy and timezone.
Weather data, forecast API, climate data, historical weather, alerts, agricultural & travel weather.
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
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/1broseidon/test-mcp-weather-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server