MCP Server Weather
@michaelwybraniec
MCP Server Weather について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-weather-michaelwybraniec": {
"command": "python3",
"args": [
"-m",
"venv",
".venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Server Weather?
MCP Server Weather is a lightweight microservice built with FastMCP that provides weather forecasts and current weather data using the free Open‑Meteo API. It is designed for developers who want to integrate weather information into LLM‑powered applications through the Model Context Protocol.
How to use MCP Server Weather?
Install Python 3.13+, clone the repository, install dependencies with pip install -r requirements.txt, then run python server.py. The server exposes two tools: get_forecast(latitude, longitude) and get_current_weather(latitude, longitude). For testing, use mcp dev server.py and connect via the inspector at http://localhost:5173.
Key features of MCP Server Weather
- Get daily weather forecast for any latitude/longitude
- Get current weather data (temperature, wind, humidity, etc.)
- Asynchronous HTTP requests for fast responses
- Easy integration as an MCP tool via stdio
- No API key required – uses free Open‑Meteo API
Use cases of MCP Server Weather
- Provide weather context to LLMs for travel planning
- Enable conversational agents to answer current weather questions
- Translate raw weather data into natural language recommendations
- Build automated alerts or summaries for any location
FAQ from MCP Server Weather
What data does the forecast tool return?
It returns a formatted string with daily maximum and minimum temperature, precipitation, and a weather code for each day.
What data does the current weather tool return?
It returns a JSON object containing current temperature, wind speed and direction, humidity, pressure, precipitation, cloud cover, and more.
What are the runtime requirements?
Python 3.13 or newer, and the Python packages httpx >= 0.28.1 and mcp[cli] >= 1.9.2.
Where does the weather data come from?
All data is fetched on demand from the Open‑Meteo API – no local storage or third‑party API keys are needed.
How is the server connected to clients?
The server uses the stdio transport, meaning it communicates with clients (e.g., Claude Desktop) via standard input/output.
「メディアとデザイン」の他のコンテンツ
百度地图 MCP Server
baidu-mapsBaidu Map MCP Server
MCP Figma to React Converter
StudentOfJSMCP server for converting Figma designs to React components
RustChain MCP
ScottcjnMCP server for RustChain blockchain and BoTTube video platform — AI agent tools for earning RTC tokens. Built on createkr's RustChain SDK.
Figma MCP Server
JayArrowzFigma MCP Server with full API functionality
Photoshop MCP Server
loonghaoA Model Context Protocol (MCP) server that interfaces with Adobe Photoshop's Python API. Enables LLMs to execute image editing operations, automate workflows, and manage Photoshop tasks through structured commands and context-aware interactions.
コメント