weatherLinnannmaaMCP
Click on "Deploy 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., "@weatherLinnannmaaMCPWhat's the weather in Linnannmaa today?"
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.
Set up your environment
Install
uvand set up your Python project environment:curl -LsSf https://astral.sh/uv/install.sh | shCreate and set up your Python project:
# Create a new directory for our project uv init weather cd weather # Create virtual environment and activate it uv venv source .venv/bin/activate # Install dependencies uv add "mcp[cli]" httpx # Create our server file touch weather.py
Related MCP server: openweather-mcp
Testing with claude desctop
Add mcpServers config to
~/Library/Application\ Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"weather": {
"command": " /ABSOLUTE/PATH/TO/ uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/PARENT/FOLDER/weatherLinnanmaa",
"run",
"weather.py"
]
}
}
}Save the file, and restart Claude for Desktop.
VS-CodeAndgithubCo pilot
Testing from terminal MCP-server
Activate virtual enviroment it source .venv/bin/activate
source .venv/bin/activateKäynnistä MCP-serveri:
uv run weatherLinnanmaa.pyTestaa MCP-clientia:
python3 test_mcp_client.py
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for weather with reasoning — umbrella advice, outdoor checks, city comparisons.
An MCP server for weather information by @kulybaba
An MCP server for weather information by @kulybaba
Hosted MCP server for Xweather weather data: conditions, forecasts, alerts, and more.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceMCP server that provides real-time weather data, forecasts, and historical weather information from SMHI (Swedish Meteorological and Hydrological Institute) for any location in Sweden.2-
- FlicenseAqualityDmaintenanceMCP server that integrates OpenWeatherMap API to fetch current weather for a specified city.1-
- FlicenseNot gradedqualityDmaintenanceMCP server that provides current weather and forecasts via Open-Meteo API, with an optional ML-based next-day max temperature prediction.-
- FlicenseNot gradedqualityCmaintenanceAn MCP server that provides current weather conditions and forecasts via OpenWeatherMap API to AI agents.-