Skip to main content
Glama
Yaseen-md

Weather MCP Server

by Yaseen-md

Weather MCP Server

CI License: MIT

도시 이름을 기반으로 Open-Meteo API를 사용하여 실시간 날씨 예보를 제공하는 표준 Model Context Protocol (MCP) 서버입니다.

기능

  • 지오코딩: 도시 이름을 지리적 좌표(위도 및 경도)로 자동 변환합니다.

  • 실시간 날씨: 현재 기온, 풍속, 날씨 코드를 검색합니다.

  • MCP 통합: Claude Desktop과 같은 MCP 클라이언트와 완벽하게 호환됩니다.

  • API 키 불필요: 무료 오픈소스 Open-Meteo API를 사용합니다—회원가입이 필요 없습니다!

Related MCP server: Weather MCP Server

사전 요구 사항

  • Node.js >= 18.x

  • npm 또는 yarn

설치

  1. 저장소를 클론합니다:

git clone https://github.com/Yaseen-md/weather-mcp-server.git
cd weather-mcp-server
  1. 의존성을 설치합니다:

npm install
  1. 서버를 빌드합니다:

npm run build

개발

빌드하지 않고 서버를 직접 실행합니다:

npm run dev

Claude Desktop과 통합

이 날씨 서버를 Claude Desktop에서 사용하려면 claude_desktop_config.json 파일을 구성해야 합니다.

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

다음 구성을 추가합니다:

{
  "mcpServers": {
    "weather": {
      "command": "node",
      "args": [
        "C:/path/to/your/weather-mcp-server/build/index.js"
      ]
    }
  }
}

(경로를 빌드된 index.js 파일의 실제 절대 경로로 바꿔야 합니다.)

사용 가능한 도구

get_weather

지정된 도시의 현재 날씨를 가져옵니다.

입력 매개변수:

  • city (string): 도시 이름 (예: "Delhi", "Tokyo", "London", "San Francisco")

반환값: 섭씨 온도, 풍속 및 날씨 코드.

라이선스

이 프로젝트는 MIT License에 따라 라이선스가 부여됩니다.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables AI assistants to fetch current weather conditions and forecasts for any city using the Open-Meteo API. Provides temperature, precipitation, and hourly forecast data through natural language queries.
  • F
    license
    B
    quality
    D
    maintenance
    Enables real-time weather information and forecasts using the Open-Meteo API. Provides current weather conditions and forecast data for any location specified by latitude and longitude coordinates.
    1
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides real-time and historical weather data for any city worldwide, including forecasts, air quality, and marine conditions, using the free Open-Meteo API.
    21
    MIT

View all related MCP servers

Related MCP Connectors

  • Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.

  • US weather & geo for AI agents: forecasts, alerts, earthquakes, elevation, geocoding. No keys.

  • Weather forecasts from MET Norway (Yr): geocoding plus hourly forecasts worldwide.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yaseen-md/weather-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server