Weather MCP server for Claude
Claude용 Weather MCP 서버
공식 TypeScript/JavaScript MCP SDK와 Open-Meteo(API 키 불필요)를 사용하는 최소한의 원격 MCP 서버입니다. 제공하는 기능은 다음과 같습니다.
get_weather: 장소 이름으로 현재 날씨 상태와 1~7일 예보 제공POST /mcp: Streamable HTTP MCP 엔드포인트GET /health: Render 헬스 체크
로컬에서 실행
Node.js 20 이상이 필요합니다.
corepack enable
pnpm install
pnpm startMCP 엔드포인트는 http://localhost:3000/mcp입니다.
Related MCP server: Weather MCP Server
Render에 배포
이 디렉터리를 GitHub 또는 GitLab 리포지토리에 넣습니다.
Render에서 New > Blueprint를 선택하고 리포지토리를 연결합니다.
Render가
render.yaml파일을 읽고 웹 서비스를 생성합니다.배포가 완료되면
https://YOUR-SERVICE.onrender.com/mcp를 MCP URL로 사용합니다.
날씨 API 키는 필요하지 않습니다. Render 무료 플랜은 유휴 상태일 때 절전 모드로 전환될 수 있으므로, 비활성 상태 후 첫 요청은 더 오래 걸릴 수 있습니다.
Claude 연결
원격 사용자 지정 커넥터를 지원하는 Claude 클라이언트에서는 URL이 다음과 같은 사용자 지정 커넥터를 추가합니다.
https://YOUR-SERVICE.onrender.com/mcp이 서버는 단순함을 위해 의도적으로 인증을 두지 않았습니다. URL을 아는 사람은 누구나 호출할 수 있으므로, 비공개 또는 유료 데이터 소스를 사용하기 전에 인증을 추가하세요.
예시 프롬프트
get_weather를 사용하여 버지니아주 리치먼드의 3일 예보를 영국식 단위로 알려줘.
데이터 소스
날씨 및 지오코딩 데이터는 Open-Meteo에서 제공합니다. 이 서버를 프로덕션 제품에서 사용하기 전에 Open-Meteo의 출처 표시 및 상업적 이용 조건을 검토하세요.
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants to retrieve current weather, forecasts, and summaries for any global location using the Open-Meteo API, with no API key required.21Creative Commons Zero v1.0 Universal
- FlicenseBqualityDmaintenanceProvides current weather conditions and forecasts for any location using the Open-Meteo API.2
- FlicenseNot gradedqualityBmaintenanceEnables querying current weather, 7-day forecast, UV index, and air quality for any city using the free Open-Meteo API, without requiring an API key.26
- FlicenseNot gradedqualityCmaintenanceProvides current weather, multi-day forecasts, and umbrella recommendations through natural language queries, using the Open-Meteo API with no API key required.
Related MCP Connectors
Real-time weather conditions and multi-day forecasts via Open-Meteo — free, no API key required
Global weather via Open-Meteo: forecast, ERA5 archive, marine, air quality, geocoding, elevation.
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/ballyhoogroup/weather-mcp-render'
If you have feedback or need assistance with the MCP directory API, please join our Discord server