Weather MCP Server
@AlexanderLyon
Weather MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"weather-mcp-server-alexanderlyon": {
"command": "uv",
"args": [
"venv"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Weather MCP Server?
Weather MCP Server is a Model Context Protocol (MCP) server that provides the current weather for any location. It uses the Open‑meteo API to fetch weather data. The server is designed for developers who want to integrate weather lookups into MCP‑compatible applications, such as AI assistants or workflow tools.
How to use Weather MCP Server?
Set up the server using uv (Python package manager). Create a virtual environment with uv venv, activate it, and install dependencies with uv sync. For testing, run mcp dev server.py. To integrate with Claude Desktop, add a configuration entry to claude_desktop_config.json pointing to the server script.
Key features of Weather MCP Server
- Provides current weather for any location
- Uses the free Open‑meteo API (no registration required)
- Built on the Model Context Protocol standard
- Simple integration with Claude Desktop
- Python‑based with
uvfor dependency management
Use cases of Weather MCP Server
- Query current weather during AI‑powered conversations
- Automate weather checks in MCP‑enabled workflows
- Embed weather data into custom assistant tools
- Get location‑based weather without manual API calls
FAQ from Weather MCP Server
What does Weather MCP Server do exactly?
It returns the current weather (e.g., temperature, conditions) for any given location by querying the Open‑meteo API, all through the Model Context Protocol.
How do I install and run Weather MCP Server?
Use uv to create a virtual environment (uv venv), activate it, then run uv sync to install dependencies. Start the server with mcp dev server.py for local testing.
Can I use Weather MCP Server with Claude Desktop?
Yes. Add a configuration block to your claude_desktop_config.json file specifying the uv command and the path to server.py, as shown in the README.
What are the runtime dependencies?
Python, the uv package manager, and the MCP Python library (mcp[cli]). All are installed automatically via uv sync.
Does Weather MCP Server require an API key?
The README does not mention any API key. It uses the Open‑meteo API, which is publicly available without authentication.
「メディアとデザイン」の他のコンテンツ
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.
Tripadvisor MCP Server
pab1it0A Model Context Protocol (MCP) server for Tripadvisor Content API. This provides access to Tripadvisor location data, reviews, and photos through standardized MCP interfaces, allowing AI assistants to search for travel destinations and experiences.
Video Editor MCP server
burningionMCP Interface for Video Jungle
MCP Google Map Server
cablateA powerful Model Context Protocol (MCP) server providing comprehensive Google Maps API integration with LLM processing capabilities.
コメント