Weather MCP Server

by isdaniel
Verified

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Provides weather information through the Open-Meteo API, allowing users to get current weather conditions for specified cities.

날씨 MCP 서버

Open-Meteo API를 사용하여 날씨 정보를 제공하는 MCP(Model Context Protocol) 서버입니다.

특징

  • 특정 도시의 현재 날씨 정보를 받아보세요.

설치

이 서버는 cline_mcp_settings.json 파일에 구성을 추가하여 수동으로 설치하도록 설계되었습니다.

  1. cline_mcp_settings.json 파일의 mcpServers 개체에 다음 항목을 추가합니다.

지엑스피1

  1. cline_mcp_settings.json 파일을 저장합니다.

구성

이 서버는 API 키가 필요하지 않습니다. 무료 오픈 소스인 Open-Meteo API를 사용합니다.

용법

이 서버는 get_weather 라는 단일 도구를 제공합니다.

get_weather

주어진 도시의 현재 날씨 정보를 검색합니다.

매개변수:

  • city (문자열, 필수): 도시의 이름입니다.

예:

타이베이의 날씨를 알아보려면 다음과 같이 도구를 사용하면 됩니다.

<use_mcp_tool> <server_name>weather</server_name> <tool_name>get_weather</tool_name> <arguments> { "city": "Taipei" } </arguments> </use_mcp_tool>

Pip 설치 및 사용

이 패키지는 pip를 사용하여 설치할 수 있습니다:

pip install mcp_weather_server

설치 후 mcp_weather_server 명령줄 도구를 사용할 수 있습니다.

mcp_weather_server --city "Your City"

"Your City" 날씨 정보를 알아보고 싶은 도시로 바꾸세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

API 키가 필요 없이 Open-Meteo API를 사용하여 지정된 도시의 현재 날씨 정보를 검색하는 모델 컨텍스트 프로토콜 서버입니다.

  1. Features
    1. Installation
      1. Configuration
        1. Usage
          1. get_weather
        2. Pip Installation and Usage
          ID: d2mbytzdsh