MCP-server-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., "@MCP-server-weatherWhat's the weather in New York?"
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 Intelligence MCP Server
A simple Weather Intelligence application built using the Model Context Protocol (MCP). This project demonstrates how to expose weather-related functionalities as MCP tools and access them through an MCP client.
Features
Current Weather
Weather Forecast
Rain Prediction
Compare Weather Between Cities
Activity Recommendation
Natural Language Prompt Routing
Related MCP server: Weather MCP Server
Tech Stack
Python
MCP Python SDK (FastMCP)
OpenWeather API
python-dotenv
Project Structure
mcp-server/
│── client.py # MCP Client
│── server.py # MCP Server
│── weather.py # Weather API Logic
│── .env # API Keys
│── requirements.txt
│── README.mdInstallation
git clone <repository-url>
cd mcp-server
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txtRun the Project
Start the MCP Client:
python client.pyExample Prompts
What is the weather in Mumbai?
Forecast for Delhi
Will it rain in Pune?
Compare Mumbai and Chennai
Recommend activity in Bangalore
Project Workflow
User
↓
MCP Client
↓
MCP Server
↓
Weather Logic
↓
OpenWeather APIAuthor
Samarth More
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
- Flicense-qualityDmaintenanceEnables AI assistants to fetch current weather conditions and forecasts for any city using the Open-Meteo API. Provides temperature, precipitation, and hourly forecast data through natural language queries.Last updated
- FlicenseBqualityDmaintenanceEnables users to retrieve current weather information for any city location. Provides a simple interface to fetch weather data through natural language queries.Last updated1
- Alicense-qualityDmaintenanceEnables users to get weather alerts and forecasts for U.S. locations using the National Weather Service API, with support for natural language queries including fun conversational tones.Last updatedMIT
- FlicenseBqualityDmaintenanceProvides current weather conditions, multi-day forecasts, and location search capabilities through integration with weather APIs, enabling natural language weather queries and comparisons.Last updated3
Related MCP Connectors
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
Weather data, forecast API, climate data, historical weather, alerts, agricultural & travel weather.
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/Samarth201104/MCP-server-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server