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
파일에 구성을 추가하여 수동으로 설치하도록 설계되었습니다.
cline_mcp_settings.json
파일의mcpServers
개체에 다음 항목을 추가합니다.
지엑스피1
cline_mcp_settings.json
파일을 저장합니다.
구성
이 서버는 API 키가 필요하지 않습니다. 무료 오픈 소스인 Open-Meteo API를 사용합니다.
용법
이 서버는 get_weather
라는 단일 도구를 제공합니다.
get_weather
주어진 도시의 현재 날씨 정보를 검색합니다.
매개변수:
city
(문자열, 필수): 도시의 이름입니다.
예:
타이베이의 날씨를 알아보려면 다음과 같이 도구를 사용하면 됩니다.
Pip 설치 및 사용
이 패키지는 pip를 사용하여 설치할 수 있습니다:
설치 후 mcp_weather_server
명령줄 도구를 사용할 수 있습니다.
"Your City"
날씨 정보를 알아보고 싶은 도시로 바꾸세요.
This server cannot be installed
API 키가 필요 없이 Open-Meteo API를 사용하여 지정된 도시의 현재 날씨 정보를 검색하는 모델 컨텍스트 프로토콜 서버입니다.