mcp-weather-service-server
Weather Service MCP Server
Documentation
🧩 コンポーネント
📚 リソース
このサーバーは、シンプルなノート保存システムを実装しています:
- カスタム note:// URIスキームで個別のノートにアクセス
- 各ノートリソースには、名前、説明、text/plainのマイムタイプがあります
💡 プロンプト
サーバーは単一のプロンプトを提供します:
- summarize-notes:保存されている全てのノートの要約を作成
- オプションの"style"引数で詳細レベルを制御(brief/detailed)
- 全ての現在のノートとスタイル設定を組み合わせてプロンプトを生成
🛠️ ツール
サーバーは1つのツールを実装しています:
- add-note:新しいノートをサーバーに追加
- "name"と"content"を必須の文字列引数として受け取り
- サーバーの状態を更新し、リソースの変更をクライアントに通知
🚀 クイックスタート
📥 インストール
Claude Desktop
MacOSの場合: `~/Library/Application\ Support/Claude/claude_desktop_config.json`
Windowsの場合: `%APPDATA%/Claude/claude_desktop_config.json`
開発/未公開サーバーの設定
"mcpServers": {
"weather_service": {
"command": "uv",
"args": [
"--directory",
"C:\Prj\weather_service",
"run",
"weather_service"
]
}
}公開サーバーの設定
"mcpServers": {
"weather_service": {
"command": "uvx",
"args": [
"weather_service"
]
}
}👨💻 開発
🏗️ ビルドと公開
パッケージを配布用に準備するには:
1. 依存関係を同期しロックファイルを更新:
uv sync2. パッケージのディストリビューションをビルド:
uv buildこれにより、`dist/`ディレクトリにソースとホイールのディストリビューションが作成されます。
3. PyPIに公開:
uv publish注意:PyPIの認証情報は環境変数またはコマンドフラグで設定する必要があります:
- トークン:`--token`または`UV_PUBLISH_TOKEN`
- またはユーザー名/パスワード:`--username`/`UV_PUBLISH_USERNAME`と`--password`/`UV_PUBLISH_PASSWORD`
🔍 デバッグ
MCPサーバーはstdioを介して実行されるため、デバッグが難しい場合があります。最適なデバッグ体験のために、MCP Inspectorの使用を強く推奨します。
`npm`を使用して、次のコマンドでMCP Inspectorを起動できます:
npx @modelcontextprotocol/inspector uv --directory C:\Prj\weather_service run weather-service起動時、InspectorはブラウザでアクセスできるURLを表示し、デバッグを開始できます。
Frequently asked questions
What is mcp-weather-service-server?
mcp-weather-service-server is Weather Service MCP Server
How do I install mcp-weather-service-server?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-weather-service-server open source?
Yes — it is hosted on GitHub at https://github.com/Sunwood-ai-labs/mcp-weather-service-server and has 5 stars.
Related MCP tools
Cognee is the open-source AI memory platform for agents. Give your AI agents persistent long-term memory across sessions with a self-hosted knowledge graph engine.
Automate browser based workflows with AI
Hindsight: Agent Memory That Learns
A privacy-first app that strips AI watermarks from content you own.
Agent framework and applications built upon Qwen>=3.0, featuring Function Calling, MCP, Code Interpreter, RAG, Chrome extension, etc.
The power of Claude Code / GeminiCLI / CodexCLI + [Gemini / OpenAI / OpenRouter / Azure / Grok / Ollama / Custom Model / All Of The Above] working as one.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP