EightyAndSunny
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., "@EightyAndSunnyshow me the weather in London"
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.
โ๏ธ Eighty & Sunny
A colorful, weather-reactive MCP app. Rich weather widgets that render right inside your MCP host โ backed by Open-Meteo, with no API key required.
The background reacts to two things at once โ the time of day and the weather. The sky palette follows each city's real sunrise/sunset (๐ dawn glows peach, โ๏ธ day is blue-and-gold, ๐ dusk turns purple-orange, ๐ night dims to indigo), and the weather tints it on top (๐ง๏ธ rain cools it blue, โ๏ธ snow turns icy, โ๏ธ storms go deep purple, โ๏ธ overcast mutes to grey). It cross-fades when you switch cities.
โจ Widgets
Tool | Shows |
| Current-conditions card โ big temp, animated icon, feels-like, today's high/low, 6-stat grid |
| 7-day grid with icons, precip chance and highโlow range bars |
| Next-24h strip with an SVG temperature curve |
| Everything at once โ current + hourly + 7-day + extra stats |
| Plain JSON (current + hourly + daily), no widget |
Every widget has city chips to switch locations instantly and a live ยฐF / ยฐC toggle.
Related MCP server: Weather MCP Server
๐ Run it
uv sync
uv run python server/server.py # โ http://localhost:8778/mcpPoint your MCP host at http://localhost:8778/mcp. No key, no signup.
โ๏ธ Configure (all optional)
Env var | Default | Meaning |
|
| The city chips |
|
| Default units ( |
|
| Forecast cache seconds ( |
| off |
|
One tool call fetches only the active city (โค2 requests) and caches it, so you stay well under Open-Meteo's free rate limit. Other chips warm from cache.
โ๏ธ Deploy
Render โ push to GitHub, then New โ Blueprint (uses the bundled
render.yaml). No env vars needed.
Docker
docker build -t es-weather-mcp . && docker run -p 8080:8080 es-weather-mcpAzure Container Apps โ one command via the bundled Bicep (infra/) +
azure.yaml:
azd up # provision + build + deploy โ prints the /mcp URLNo secrets required; tweak cities/units in the Azure dashboard or via
azd env set WEATHER_UNITS metric.
Weather by Open-Meteo ยท Built as an MCP App
#MCP #ModelContextProtocol #Weather #OpenMeteo #WeatherApp
#Python #FastMCP #Claude #AIagents #OpenSource
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
- 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/omeirhaeghe/EightyAndSunny'
If you have feedback or need assistance with the MCP directory API, please join our Discord server