weather-mcp-server

Integrations

  • Used to store and access environment variables like the WeatherAPI key

  • Used as the web framework to build the MCP server API endpoints

  • Used for version control of the codebase

날씨 MCP 서버

FastAPI와 MCP 프레임워크를 기반으로 구축된 기상 데이터용 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 AI 비서가 현재 기상 상황, 예보, 대기질 데이터 등을 검색하는 데 사용할 수 있는 다양한 기상 관련 도구를 제공합니다.

특징

  • 현재 날씨 상황
  • 날씨 예보 (1~14일)
  • 과거 기상 데이터
  • 날씨 알림
  • 대기질 정보
  • 천문 데이터(일출, 일몰, 달의 위상)
  • 위치 검색
  • 시간대 정보
  • 스포츠 이벤트

요구 사항

설치

Smithery를 통해 설치

Smithery를 통해 Claude Desktop용 Weather Data Server를 자동으로 설치하려면:

지엑스피1

수동 설치

  1. 이 저장소를 복제하세요:
    git clone https://github.com/yourusername/Weather_mcp_server.git cd Weather_mcp_server
  2. uv를 사용하여 종속성을 설치합니다.
    uv venv uv pip install -e .
  3. WeatherAPI 키로 프로젝트 루트에 .env 파일을 만듭니다.
    WEATHER_API_KEY=your_api_key_here

용법

서버를 실행합니다:

python main.py

서버는 기본적으로 http://localhost:8000 에서 시작됩니다.

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

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

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.

날씨-mcp-서버

  1. Features
    1. Requirements
      1. Installation
        1. Installing via Smithery
        2. Manual Installation
      2. Usage
        1. License

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            This SSE-based MCP server allows users to connect and interact with National Weather Service APIs to retrieve weather alerts and forecasts.
            Last updated -
            90
            Python
          • A
            security
            A
            license
            A
            quality
            An MCP server that provides real-time weather information including temperature, humidity, wind speed, and sunrise/sunset times through the OpenWeatherMap API.
            Last updated -
            1
            Python
            MIT License
            • Linux
            • Apple
          • -
            security
            F
            license
            -
            quality
            An MCP server implementation that allows users to fetch and display weather information for specified cities, including temperature, humidity, wind speed, and weather descriptions.
            Last updated -
            Python
            • Linux
            • Apple
          • -
            security
            A
            license
            -
            quality
            An MCP server that connects to OpenWeatherMap's API to provide current weather data and multi-day forecasts for locations worldwide in different measurement units.
            Last updated -
            51
            TypeScript
            MIT License

          View all related MCP servers

          ID: g9jdavq1yu