mcp-meteo
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-meteowhat's the 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-Meteo
Ce projet est un serveur MCP (Model Context Protocol) permettant d'obtenir des informations météo en temps réel ou en prévision, basé sur l'API Open-Meteo.
Fonctionnalités
Météo actuelle par coordonnées : Obtenez la météo actuelle en fournissant la latitude et la longitude.
Météo actuelle par ville : Obtenez la météo actuelle en indiquant le nom d'une ville.
Prévisions météo (1 à 7 jours) par coordonnées : Récupérez les prévisions pour plusieurs jours en fournissant la latitude et la longitude.
Prévisions météo (1 à 7 jours) par ville : Récupérez les prévisions pour plusieurs jours en indiquant le nom d'une ville.
Related MCP server: MCP Weather Server
Installation
Clonez le dépôt :
git clone <url-du-repo>Installez les dépendances (voir
pyproject.toml) :pip install -r requirements.txtou
pip install fastmcp requests
Utilisation
Lancez le serveur MCP :
python -m mcp-meteo.serverLe serveur démarre en mode stdio et expose plusieurs outils MCP pour interroger la météo.
Intégrer directement à Claude Desktop/VS code
Config json nécessaire
{
"mcpServers":{
"meteo":{
"command":"uvx",
"args": "mcp-meteo"
}
}
}Structure du projet
mcp-meteo/server.py: Serveur MCP principal, expose les outils météo.client_test.py: Exemple de client.pyproject.toml: Dépendances et configuration du projet.
API utilisées
Liste d'outils MCP
get_weather(latitude, longitude)get_weather_by_city(city)get_forecast(latitude, longitude, days)get_forecast_by_city(city, days)
Licence
Ce projet est open-source, voir le fichier LICENSE si présent.
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
- FlicenseBqualityDmaintenanceEnables real-time weather information and forecasts using the Open-Meteo API. Provides current weather conditions and forecast data for any location specified by latitude and longitude coordinates.1
- Flicense-qualityDmaintenanceEnables users to search for location coordinates, retrieve current weather data, and stream real-time weather updates using the Open-Meteo API. Supports location search by city name and provides detailed weather information including temperature, wind speed, and weather conditions.8
- Flicense-qualityDmaintenanceProvides weather information using Open-Meteo API without requiring an API key. Supports weather queries by city name or coordinates with customizable temperature units.
- Alicense-qualityDmaintenanceProvides real-time and historical weather data for any city worldwide, including forecasts, air quality, and marine conditions, using the free Open-Meteo API.14MIT
Related MCP Connectors
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
OpenWeather MCP — wraps the OpenWeatherMap API (openweathermap.org)
Open-Meteo MCP — weather forecast + historical reanalysis + sister APIs
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/KerryanOPMace/mcp-meteo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server