Weather MCP Server
@isdaniel
Weather MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"weather": {
"command": "python",
"args": [
"-m",
"mcp_weather_server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Weather MCP Server?
Weather MCP Server is a Model Context Protocol (MCP) server that provides weather information using the free and open-source Open-Meteo API. It is intended for use with MCP-compatible assistants or clients that need current or historical weather data for a given city.
How to use Weather MCP Server?
Install the package via pip (pip install mcp_weather_server) and add its configuration to a cline_mcp_settings.json file as a new entry under mcpServers. Then invoke the available tools – get_weather, get_weather_by_datetime_range, or get_current_datetime – from an MCP client.
Key features of Weather MCP Server
- No API key required (uses free Open-Meteo API)
- Get current weather for any city
- Get weather for a custom date range
- Get current datetime in a specified timezone
- Simple pip installation and configuration
Use cases of Weather MCP Server
- Retrieve current weather conditions for a travel destination
- Obtain historical weather data for a past date range
- Get the current local time in a specific IANA timezone
FAQ from Weather MCP Server
What data source does Weather MCP Server use?
It uses the Open-Meteo API, which is free and open-source. No API key is required.
What tools are provided by Weather MCP Server?
Three tools: get_weather (current weather by city), get_weather_by_datetime_range (weather between two dates), and get_current_datetime (current time in a given timezone).
How do I install Weather MCP Server?
Install via pip: pip install mcp_weather_server. Then add the server configuration to your cline_mcp_settings.json file as shown in the README.
Does Weather MCP Server require an API key or authentication?
No. The Open-Meteo API it relies on does not require any key or authentication.
What runtime dependencies does Weather MCP Server have?
It requires Python and pip to install and run. The server is executed via python -m mcp_weather_server.
「メディアとデザイン」の他のコンテンツ
YouTube Transcript MCP Server
jkawamotoMCP server retrieving transcripts of YouTube videos

Spotify MCP
varunnealMCP to connect your LLM with Spotify.
YouTube MCP Server
anaisbettsA Model-Context Protocol Server for YouTube
NS Travel Information MCP Server
r-huijtsA Model Context Protocol (MCP) server that provides access to NS (Dutch Railways) travel information through Claude AI. This server enables Claude to fetch real-time train travel information and disruptions using the official Dutch NS API.
Weather API MCP Server
TuanKiriA lightweight Model Context Protocol (MCP) server that enables AI assistants like Claude to retrieve and interpret real-time weather data. Discuss on Hacker News:
コメント