MCP Weather Server
MCP 天気サーバー
あらゆる場所の天気情報を提供するシンプルなモデル コンテキスト プロトコル (MCP) サーバー。
MCPとは何ですか?
モデルコンテキストプロトコル(MCP)は、AIアプリケーションとエージェントがデータソースやツールに接続するための標準化された方法です。これにより、ClaudeのようなAIモデルは、標準化されたインターフェースを介して、ローカルシステム、外部サービス、カスタムツールと連携できるようになります。
Related MCP server: MCP Weather Server
特徴
あらゆる場所の現在の天気情報を入手
Claude Desktopおよびその他のMCPクライアントと互換性があります
無料のwttr.in天気APIを使用します(APIキーは不要です)
インストール
# Clone the repository
git clone <your-repo-url>
cd mcp-weather-server
# Install dependencies
npm install使用法
サーバーの実行
node index.jsClaudeデスクトップに接続しています
クロードデスクトップを開く
設定 > MCPサーバーへ移動
新しいサーバーを追加する
「カスタム」を選択し、サーバーの実行ファイルへのパスを入力します。
コマンドを次のように設定します:
node /Users/le-yo/CascadeProjects/mcp-weather-server/index.js保存してClaude Desktopを再起動します
クロードのプロンプト例
接続したら、Claude に天気ツールを使用するように依頼できます。
「ニューヨークの現在の天気はどうですか?」
「今のロンドンの気温を教えてください。」
「東京は雨が降っていますか?」
仕組み
このサーバーは、モデルコンテキストプロトコル(MCP)を実装し、wttr.in APIから気象データを取得するツールを提供します。Claudeや他のMCPクライアントがこのサーバーに接続すると、 get_weatherツールを使用して任意の場所の現在の気象状況を取得できます。
サーバーの拡張
このサーバーは次の方法で拡張できます。
天気関連のツール(予報、履歴データなど)の追加
リソースやプロンプトなどの他のMCP機能の実装
より多くの機能を備えた別の天気APIを使用する
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to fetch current weather, forecasts, and search for locations using WeatherAPI service through stdio communication.3MIT
- AlicenseBqualityDmaintenanceA simple Model Context Protocol server that provides real-time weather data to AI agents like GitHub Copilot, allowing users to get current weather information for any city through natural language queries.23197MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides weather information using the Open-Meteo API, allowing users to get current weather for specific cities and retrieve weather data for date ranges.Apache 2.0
- AlicenseBqualityDmaintenanceA Model Context Protocol server that retrieves current weather information for any city using the OpenWeatherMap API, designed for integration with Claude Code.1141MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/le-yo/weather-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server