From 0cdbb56579c95602e82609ef9efc92cc5e595df3 Mon Sep 17 00:00:00 2001 From: danielshih Date: Sat, 4 Oct 2025 20:43:24 +0800 Subject: [PATCH] add mcp_weather_server server, this project already in glama.ai https://glama.ai/mcp/servers/@isdaniel/mcp_weather_server --- README-ja.md | 35 ++++++++++++++++++----------------- README-ko.md | 1 + README-pt_BR.md | 3 ++- README-th.md | 13 +++++++------ README-zh.md | 1 + README-zh_TW.md | 1 + README.md | 1 + 7 files changed, 31 insertions(+), 24 deletions(-) diff --git a/README-ja.md b/README-ja.md index 78b2b0f..87df23b 100644 --- a/README-ja.md +++ b/README-ja.md @@ -43,27 +43,27 @@ ## 凡例 -* 🎖️ – 公式実装 -* プログラミング言語 - * 🐍 – Pythonコードベース - * 📇 – TypeScriptコードベース - * 🏎️ – Goコードベース - * 🦀 – Rustコードベース - * #️⃣ – C#コードベース +* 🎖️ – 公式実装 +* プログラミング言語 + * 🐍 – Pythonコードベース + * 📇 – TypeScriptコードベース + * 🏎️ – Goコードベース + * 🦀 – Rustコードベース + * #️⃣ – C#コードベース * ☕ – Javaコードベース - * 🌊 – C/C++コードベース -* スコープ - * ☁️ – クラウドサービス - * 🏠 – ローカルサービス - * 📟 – 組み込みシステム -* 対応OS - * 🍎 – macOS用 - * 🪟 – Windows用 + * 🌊 – C/C++コードベース +* スコープ + * ☁️ – クラウドサービス + * 🏠 – ローカルサービス + * 📟 – 組み込みシステム +* 対応OS + * 🍎 – macOS用 + * 🪟 – Windows用 * 🐧 – Linux用 > [!NOTE] -> ローカル 🏠 とクラウド ☁️ の違いに迷っていますか? -> * MCPサーバーがローカルにインストールされたソフトウェアと通信する場合(例:Chromeブラウザの制御)には「ローカル 🏠」を使用してください。 +> ローカル 🏠 とクラウド ☁️ の違いに迷っていますか? +> * MCPサーバーがローカルにインストールされたソフトウェアと通信する場合(例:Chromeブラウザの制御)には「ローカル 🏠」を使用してください。 > * MCPサーバーがリモートAPIと通信する場合(例:天気API)には「とクラウド ☁️」を使用してください。 ## サーバー実装 @@ -433,6 +433,7 @@ aliyun/alibabacloud-tablestore-mcp-server ☕ 🐍 ☁️ - 阿里云表格存 地理および位置ベースのサービス統合。地図データ、方向、および場所情報へのアクセスを提供します。 - [@modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - 位置情報サービス、ルート計画、および場所の詳細のためのGoogle Maps統合 +- [isdaniel/mcp_weather_server](https://github.com/isdaniel/mcp_weather_server) 🐍 ☁️ - https://api.open-meteo.com API から天気情報を取得。 ### 🎯 マーケティング diff --git a/README-ko.md b/README-ko.md index 2f41774..48bb222 100644 --- a/README-ko.md +++ b/README-ko.md @@ -394,6 +394,7 @@ 지리 및 위치 기반 서비스 통합. 지도 데이터, 길찾기 및 장소 정보에 대한 접근을 가능하게 합니다. - [@modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - 위치 서비스, 경로 안내 및 장소 세부 정보를 위한 Google 지도 통합 +- [isdaniel/mcp_weather_server](https://github.com/isdaniel/mcp_weather_server) 🐍 ☁️ - https://api.open-meteo.com API에서 날씨 정보 가져오기. - [SecretiveShell/MCP-timeserver](https://github.com/SecretiveShell/MCP-timeserver) 🐍 🏠 - 모든 시간대의 시간에 접근하고 현재 현지 시간 확인 - [webcoderz/MCP-Geo](https://github.com/webcoderz/MCP-Geo) 🐍 🏠 - nominatim, ArcGIS, Bing을 위한 지오코딩 MCP 서버 - [@briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️  - IPInfo API를 사용한 IP 주소 지리 위치 및 네트워크 정보 diff --git a/README-pt_BR.md b/README-pt_BR.md index 99aa04a..0776042 100644 --- a/README-pt_BR.md +++ b/README-pt_BR.md @@ -241,7 +241,7 @@ Fornece acesso a perfis de clientes dentro de plataformas de dados de clientes - [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) 📇 ☁️ - Um servidor MCP para acessar e atualizar perfis em um servidor CDP Apache Unomi. - [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - Um servidor MCP para interagir com um Workspace Tinybird a partir de qualquer cliente MCP. - [@antv/mcp-server-chart](https://github.com/antvis/mcp-server-chart) 🎖️ 📇 ☁️ - Um plugin do MCP Server baseado no [AntV](https://github.com/antvis) para gerar gráficos de visualização de dados. -- [hustcc/mcp-echarts](https://github.com/hustcc/mcp-echarts) 📇 🏠 - A ferramenta MCP gera dinamicamente gráficos visuais com sintaxe do [Apache ECharts](https://echarts.apache.org) usando IA. +- [hustcc/mcp-echarts](https://github.com/hustcc/mcp-echarts) 📇 🏠 - A ferramenta MCP gera dinamicamente gráficos visuais com sintaxe do [Apache ECharts](https://echarts.apache.org) usando IA. - [hustcc/mcp-mermaid](https://github.com/hustcc/mcp-mermaid) 📇 🏠 - AI gera dinamicamente gráficos visuais usando a sintaxe [Mermaid](https://mermaid.js.org/) MCP. ### 🗄️ Bancos de Dados @@ -373,6 +373,7 @@ Armazenamento de memória persistente usando estruturas de grafos de conheciment Serviços baseados em localização e ferramentas de mapeamento. Permite que modelos de IA trabalhem com dados geográficos, informações meteorológicas e análises baseadas em localização. - [briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️ - Geolocalização de endereço IP e informações de rede usando API IPInfo +- [isdaniel/mcp_weather_server](https://github.com/isdaniel/mcp_weather_server) 🐍 ☁️ - Obter informações meteorológicas da API https://api.open-meteo.com. - [jagan-shanmugam/open-streetmap-mcp](https://github.com/jagan-shanmugam/open-streetmap-mcp) 🐍 🏠 - Um servidor MCP OpenStreetMap com serviços baseados em localização e dados geoespaciais. - [kukapay/nearby-search-mcp](https://github.com/kukapay/nearby-search-mcp) 🐍 ☁️ - Um servidor MCP para pesquisas de lugares próximos com detecção de localização baseada em IP. - [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - Integração com Google Maps para serviços de localização, rotas e detalhes de lugares diff --git a/README-th.md b/README-th.md index 2ba2576..e45a7db 100644 --- a/README-th.md +++ b/README-th.md @@ -12,7 +12,7 @@ รายการรวบรวม Model Context Protocol (MCP) servers ที่น่าสนใจ * [MCP คืออะไร?](#what-is-mcp) -* [ไคลเอนต์](#clients) +* [ไคลเอนต์](#clients) * [บทแนะนำ](#tutorials) * [การนำไปใช้งานเซิร์ฟเวอร์](#server-implementations) * [เฟรมเวิร์ค](#frameworks) @@ -30,7 +30,7 @@ > [!TIP] > [Glama Chat](https://glama.ai/chat) คือไคลเอนต์ AI แบบ multi-modal ที่รองรับ MCP และมี [AI gateway](https://glama.ai/gateway) -## บทแนะนำ +## บทแนะนำ * [Model Context Protocol (MCP) เริ่มต้นอย่างรวดเร็ว](https://glama.ai/blog/2024-11-25-model-context-protocol-quickstart) * [การตั้งค่า Claude Desktop App เพื่อใช้งานกับฐานข้อมูล SQLite](https://youtu.be/wxCCzo9dGj0) @@ -72,10 +72,10 @@ * 🔗 - [รวบรวม](#aggregators) * 🎨 - [ศิลปะและวัฒนธรรม](#art-and-culture) * 🧬 - [ชีววิทยา การแพทย์ และไบโออินฟอร์เมติกส์](#bio) -* 📂 - [การทำงานอัตโนมัติของเบราว์เซอร์](#browser-automation) +* 📂 - [การทำงานอัตโนมัติของเบราว์เซอร์](#browser-automation) * ☁️ - [แพลตฟอร์มคลาวด์](#cloud-platforms) * 👨‍💻 - [การเรียกใช้โค้ด](#code-execution) -* 🖥️ - [คำสั่งในเทอร์มินัล](#command-line) +* 🖥️ - [คำสั่งในเทอร์มินัล](#command-line) * 💬 - [การสื่อสาร](#communication) * 👤 - [แพลตฟอร์มข้อมูลลูกค้า](#customer-data-platforms) * 🗄️ - [ฐานข้อมูล](#databases) @@ -107,7 +107,7 @@ - [tigranbs/mcgravity](https://github.com/tigranbs/mcgravity) 📇 🏠 - เครื่องมือพร็อกซี่สำหรับรวมเซิร์ฟเวอร์ MCP หลายตัวเข้าด้วยกันเป็นจุดเชื่อมต่อเดียว ปรับขนาดเครื่องมือ AI ของคุณด้วยการกระจายโหลดคำขอระหว่างเซิร์ฟเวอร์ MCP หลายตัว คล้ายกับวิธีที่ Nginx ทำงานสำหรับเว็บเซิร์ฟเวอร์ - [YangLiangwei/PersonalizationMCP](https://github.com/YangLiangwei/PersonalizationMCP) 🐍 ☁️ 🏠 🍎 🪟 🐧 - เซิร์ฟเวอร์ MCP รวมข้อมูลส่วนตัวที่ครอบคลุมด้วยการรวม Steam, YouTube, Bilibili, Spotify, Reddit และแพลตฟอร์มอื่นๆ พร้อมการรับรองความถูกต้อง OAuth2 การจัดการโทเค็นอัตโนมัติ และเครื่องมือ 90+ สำหรับเข้าถึงข้อมูลเกม เพลง วิดีโอ และแพลตฟอร์มโซเชียล -### 🎨 ศิลปะและวัฒนธรรม +### 🎨 ศิลปะและวัฒนธรรม เข้าถึงและสำรวจคอลเลกชันงานศิลปะ มรดกทางวัฒนธรรม และฐานข้อมูลพิพิธภัณฑ์ ช่วยให้โมเดล AI สามารถค้นหาและวิเคราะห์เนื้อหาด้านศิลปะและวัฒนธรรม @@ -190,7 +190,7 @@ - [@antv/mcp-server-chart](https://github.com/antvis/mcp-server-chart) 🎖️ 📇 ☁️ - ปลั๊กอินสำหรับ MCP Server ที่สร้างขึ้นเพื่อสร้างแผนภูมิการมองเห็นข้อมูลโดยใช้ [AntV](https://github.com/antvis) - [hustcc/mcp-echarts](https://github.com/hustcc/mcp-echarts) 📇 🏠 - AI สร้างแผนภูมิการมองเห็นที่เขียนด้วยไวยากรณ์ของ [Apache ECharts](https://echarts.apache.org) แบบไดนามิก MCP - [hustcc/mcp-mermaid](https://github.com/hustcc/mcp-mermaid) 📇 🏠 - AI สร้างแผนภูมิที่มองเห็นได้แบบไดนามิกโดยใช้ไวยากรณ์ของ [Mermaid](ttps://mermaid.js.org/) MCP - + ### 🗄️ ฐานข้อมูล การเข้าถึงฐานข้อมูลอย่างปลอดภัยพร้อมความสามารถในการตรวจสอบสคีมา ช่วยให้สามารถสืบค้นและวิเคราะห์ข้อมูลด้วยการควบคุมความปลอดภัยที่กำหนดค่าได้ รวมถึงการเข้าถึงแบบอ่านอย่างเดียว @@ -437,6 +437,7 @@ บริการตามตำแหน่งและเครื่องมือแผนที่ ช่วยให้โมเดล AI สามารถทำงานกับข้อมูลทางภูมิศาสตร์ ข้อมูลสภาพอากาศ และการวิเคราะห์ตามตำแหน่ง - [briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️ - ตำแหน่งทางภูมิศาสตร์ของที่อยู่ IP และข้อมูลเครือข่ายโดยใช้ IPInfo API +- [isdaniel/mcp_weather_server](https://github.com/isdaniel/mcp_weather_server) 🐍 ☁️ - รับข้อมูลสภาพอากาศจาก https://api.open-meteo.com API - [kukapay/nearby-search-mcp](https://github.com/kukapay/nearby-search-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับการค้นหาสถานที่ใกล้เคียงพร้อมการตรวจจับตำแหน่งตาม IP - [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - การผสานรวม Google Maps สำหรับบริการตำแหน่ง การกำหนดเส้นทาง และรายละเอียดสถานที่ - [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - เชื่อมต่อ QGIS Desktop กับ Claude AI ผ่าน MCP การผสานรวมนี้ช่วยให้สามารถสร้างโปรเจ็กต์ โหลดเลเยอร์ เรียกใช้โค้ด และอื่นๆ โดยใช้พรอมต์ช่วย diff --git a/README-zh.md b/README-zh.md index a303b68..db2e4c7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -430,6 +430,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [SecretiveShell/MCP-timeserver](https://github.com/SecretiveShell/MCP-timeserver) 🐍 🏠 - 访问任意时区的时间并获取当前本地时间 - [webcoderz/MCP-Geo](https://github.com/webcoderz/MCP-Geo) 🐍 🏠 - 支持 nominatim、ArcGIS、Bing 的地理编码 MCP 服务器 - [@briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️ - 使用 IPInfo API 获取 IP 地址的地理位置和网络信息 +- [isdaniel/mcp_weather_server](https://github.com/isdaniel/mcp_weather_server) 🐍 ☁️ - 从 https://api.open-meteo.com API 获取天气信息。 - [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - 通过MCP将QGIS桌面端与Claude AI连接。该集成支持提示辅助的项目创建、图层加载、代码执行等功能。 - [kukapay/nearby-search-mcp](https://github.com/kukapay/nearby-search-mcp) 🐍 ☁️ - 一个基于IP定位检测的附近地点搜索MCP服务器。 diff --git a/README-zh_TW.md b/README-zh_TW.md index 08b8458..8b98bb6 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -342,6 +342,7 @@ Web 內容訪問和自動化功能。支援以 AI 友好格式搜尋、抓取和 地理和基於位置的服務集成。支援訪問地圖數據、方向和位置資訊。 - [@modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers-archived/tree/main/src/google-maps) 📇 ☁️ - Google 地圖集成,提供位置服務、路線規劃和地點詳細資訊 +- [isdaniel/mcp_weather_server](https://github.com/isdaniel/mcp_weather_server) 🐍 ☁️ - 從 https://api.open-meteo.com API 獲取天氣資訊。 - [SecretiveShell/MCP-timeserver](https://github.com/SecretiveShell/MCP-timeserver) 🐍 🏠 - 訪問任意時區的時間並獲取當前本地時間 - [webcoderz/MCP-Geo](https://github.com/webcoderz/MCP-Geo) 🐍 🏠 - 支援 nominatim、ArcGIS、Bing 的地理編碼 MCP 伺服器 - [@briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️ - 使用 IPInfo API 獲取 IP 地址的地理位置和網路資訊 diff --git a/README.md b/README.md index 15e3663..bfabe25 100644 --- a/README.md +++ b/README.md @@ -808,6 +808,7 @@ Location-based services and mapping tools. Enables AI models to work with geogra - [cqtrinv/trinvmcp](https://github.com/cqtrinv/trinvmcp) 📇 ☁️ - Explore French communes and cadastral parcels based on name and surface - [devilcoder01/weather-mcp-server](https://github.com/devilcoder01/weather-mcp-server) 🐍 ☁️ - Access real-time weather data for any location using the WeatherAPI.com API, providing detailed forecasts and current conditions. - [ip2location/mcp-ip2location-io](https://github.com/ip2location/mcp-ip2location-io) 🐍 ☁️ - Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API. +- [isdaniel/mcp_weather_server](https://github.com/isdaniel/mcp_weather_server) 🐍 ☁️ - Get weather information from https://api.open-meteo.com API. - [ipfind/ipfind-mcp-server](https://github.com/ipfind/ipfind-mcp-server) 🐍 ☁️ - IP Address location service using the [IP Find](https://ipfind.com) API - [ipfred/aiwen-mcp-server-geoip](https://github.com/ipfred/aiwen-mcp-server-geoip) 🐍 📇 ☁️ – MCP Server for the Aiwen IP Location, Get user network IP location, get IP details (country, province, city, lat, lon, ISP, owner, etc.) - [iplocate/mcp-server-iplocate](https://github.com/iplocate/mcp-server-iplocate) 🎖️ 📇 🏠 - Look up IP address geolocation, network information, detect proxies and VPNs, and find abuse contact details using IPLocate.io