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 current weather in Paris?"
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 lightweight and fast Model Context Protocol (MCP) server built in Python that equips AI assistants (like Claude Desktop) with real-time weather information using wttr.in.
⨠Features
ā” Real-time Weather: Fetch instant temperature and weather updates for any location worldwide.
š Standard MCP Compliance: Built with the official Python
mcpSDK using standardstdiotransport.š Blazing Fast Setup: Managed with
uvfor near-instant dependency management.š¤ Seamless Claude Integration: Easily connectable with Claude Desktop or any MCP-compatible AI client.
Related MCP server: Weather MCP
š ļø Tools Exposed
Tool Name | Parameters | Description | Example Output |
|
| Retrieves current temperature for the specified city/location |
|
š Prerequisites
Python: Version
3.12or neweruv: Fast Python package installer and resolver (Installation Guide)
Claude Desktop (Optional, for Claude Desktop integration)
š Quick Start
1. Clone the Repository
git clone https://github.com/g-adarshg098/MCP_SERVER.git
cd MCP_SERVER2. Install Dependencies
Using uv:
uv syncOr using standard pip:
python -m venv .venv
# On Windows:
.venv\Scripts\activate
# On macOS/Linux:
source .venv/bin/activate
pip install -e .3. Test Running the Server
Run directly with uv:
uv run mcp-weather.pyš„ļø Claude Desktop Integration
To use this weather tool inside Claude Desktop, add the server configuration to your claude_desktop_config.json.
Config File Location
Windows:
%APPDATA%\Claude\claude_desktop_config.jsonmacOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Configuration
Add the following to your mcpServers object:
Windows (with uv)
{
"mcpServers": {
"weather": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\adars\\OneDrive\\ADARSHG\\GENAI_2\\MCP_Server",
"run",
"mcp-weather.py"
]
}
}
}Note: Make sure to update the absolute path to match your project's directory location on your machine.
macOS / Linux (with uv)
{
"mcpServers": {
"weather": {
"command": "uv",
"args": [
"--directory",
"/path/to/MCP_Server",
"run",
"mcp-weather.py"
]
}
}
}After modifying the configuration, restart Claude Desktop. You should see the šØ hammer icon indicating available tools, including get_weather!
š Project Structure
MCP_SERVER/
āāā src/
ā āāā mcp_server/
ā āāā __init__.py
āāā mcp-weather.py # Weather MCP server implementation
āāā pyproject.toml # Project metadata and dependencies
āāā uv.lock # Lockfile for reproducible builds
āāā .env.example # Template for environment variables
āāā .gitignore # Git ignore rules
āāā README.md # Project documentationš¤ Contributing
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
š¤ Author
Adarsh G
GitHub: @g-adarshg098
Email: its.adarshg15@gmail.com
š License
This project is licensed under the MIT License.
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
- FlicenseNot gradedqualityDmaintenanceProvides real-time weather information and forecasts, connecting AI assistants with live weather data for current conditions and multi-day forecasts for any location worldwide.
- AlicenseNot gradedqualityDmaintenanceEnables users to get real-time weather information for any city in the world. Provides current temperature and weather conditions through a simple city name query.MIT
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- FlicenseBqualityDmaintenanceEnables users to retrieve current weather information for any city location. Provides a simple interface to fetch weather data through natural language queries.1
Related MCP Connectors
US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
US weather, alerts, earthquakes and elevation for AI agents, from NWS/NOAA and USGS. No API keys.
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/g-adarshg098/MCP_SERVER'
If you have feedback or need assistance with the MCP directory API, please join our Discord server