MCP-Based Weather Information System
Generates AI-powered responses using Google Gemini API.
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-Based Weather Information Systemwhat'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.
MCP-Based Weather Information System
A Python-based project that provides weather information using MCP tools and includes a simple web dashboard for viewing weather details. The project integrates WeatherAPI for live weather data and Google Gemini API for AI-powered responses through FastMCP.
Features
MCP Server
Retrieves current weather information for any location.
Generates AI-powered responses using Google Gemini.
Weather Dashboard
Provides an interactive and user-friendly interface.
Displays weather details for the selected city instantly.
Related MCP server: img-gen
Project Structure
MCP/
├── my_mcp_server.py # MCP and HTTP server
├── weather_dashboard.py # Weather dashboard UI
├── weather.html # Legacy static page
├── .env # API keys and setup
└── venv/ # Virtual environmentRequirements
Python 3.10 or higher
WeatherAPI API key
Google Gemini API key
Installation
1. Create a Virtual Environment
python -m venv venv
.\venv\Scripts\Activate.ps12. Install Dependencies
pip install mcp python-dotenv requests google-genai3. Create a .env File
GOOGLE_API_KEY=your_google_api_key
WEATHER_API_KEY=your_weather_api_key
WEATHER_API_BASE_URL=https://api.weatherapi.com/v1
MCP_SERVER_PORT=8001
HTTP_SERVER_PORT=8002
WEATHER_DASHBOARD_PORT=8080Running the Weather Dashboard
Start the dashboard:
python weather_dashboard.pyOpen:
http://localhost:8080Steps
Enter a location (e.g., Delhi).
Click the Get Weather button.
View weather details instantly.
Running the MCP Server
Start the server:
python my_mcp_server.pyHealth Check
curl http://localhost:8002/healthExample Tool Request
curl -X POST http://localhost:8002/ `
-H "Content-Type: application/json" `
-d '{"tool":"get_current_weather","args":{"location":"London"}}'Available MCP Tools
Tool | Description |
| Returns current weather information for a location. |
| Generates AI-powered responses using Google Gemini. |
Notes
Use accurate city names for better results.
Keep the .env file secure and private.
Technologies Used
Python – Core programming language used for developing the application.
FastMCP – Framework used to create and manage MCP tools and services.
Requests – Python library used for making HTTP requests to external APIs.
Python Dotenv – Used to load environment variables from a .env file.
Google Gemini API – Used to generate AI-powered text responses.
WeatherAPI – Provides real-time weather data for different locations.
HTML, CSS, and JavaScript – Used to create an interactive web interface.
Project Results
Image 1: Weather Dashboard Home Interface
Image 2: Real-Time Weather Information Interface
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
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/AryanManral27/MCP-Based-Weather-Information-System'
If you have feedback or need assistance with the MCP directory API, please join our Discord server