Weather MCP Server
Weather MCP Server
도시 이름을 기반으로 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
설치
저장소를 클론합니다:
git clone https://github.com/Yaseen-md/weather-mcp-server.git
cd weather-mcp-server의존성을 설치합니다:
npm install서버를 빌드합니다:
npm run build개발
빌드하지 않고 서버를 직접 실행합니다:
npm run devClaude 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에 따라 라이선스가 부여됩니다.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- FlicenseBqualityDmaintenanceEnables 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
- FlicenseNot gradedqualityDmaintenanceEnables AI agents like GitHub Copilot to retrieve real-time weather data for any city using the Open-Meteo API, no API key required.9
- AlicenseNot gradedqualityDmaintenanceProvides real-time and historical weather data for any city worldwide, including forecasts, air quality, and marine conditions, using the free Open-Meteo API.21MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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