Weather MCP Server
날씨 MCP 서버
이 프로젝트는 날씨 정보를 제공하는 MCP(Model Context Protocol) 서버입니다.
특징
특정 위도와 경도에 대한 현재 날씨를 예보해 보세요.
미국 주의 활성 날씨 알림을 받으세요.
Related MCP server: Weather MCP Server
설정
종속성 설치:
지엑스피1
서버를 빌드하세요:
pnpm run build
서버 실행
이 서버는 Claude for Desktop과 같은 MCP 클라이언트에서 실행되도록 설계되었습니다.
Claude for Desktop(또는 유사한 MCP 클라이언트)이 이 서버를 사용하도록 구성하려면 해당 서버를 빌드된 서버로 연결해야 합니다. 일반적인 구성에는 다음 사항이 포함됩니다.
명령어 :
node인수 :
["/ABSOLUTE/PATH/TO/YOUR/PROJECT/mcptest/build/index.js"]
/ABSOLUTE/PATH/TO/YOUR/PROJECT/ 시스템의 mcptest 디렉토리에 대한 실제 절대 경로로 바꾸세요.
예를 들어, 프로젝트가 /Users/bohe/Desktop/mcptest 에 있는 경우 인수는 ["/Users/bohe/Desktop/mcptest/build/index.js"] 가 됩니다.
MCP 서버를 추가하고 구성하는 방법에 대한 구체적인 지침은 MCP 클라이언트 설명서를 참조하세요.
개발
소스 코드는
src디렉토리에 있습니다.주요 서버 로직은
src/index.ts에 있습니다.빌드 출력은
build디렉토리에 있습니다.
MCP 구성
.vscode/mcp.json 파일은 VS Code에서 이 MCP 서버를 인식하고 잠재적으로 디버깅할 수 있도록 제공됩니다.
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
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides tools to fetch weather alerts for US states and forecasts based on latitude/longitude coordinates using the US National Weather Service API.2581MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables AI models to fetch weather alerts and detailed forecasts for US locations using the National Weather Service API.58GPL 3.0
- AlicenseBqualityCmaintenanceA Model Context Protocol server that provides weather information and forecasts based on user location or address input.6148MIT
- FlicenseBqualityDmaintenanceA Model Context Protocol (MCP) server that provides US weather forecasts and active alerts using the National Weather Service API.2
Related MCP Connectors
Get US weather forecasts, active alerts, and current observations.
NOAA and ECMWF weather forecast MCP for discovery, validation, and GribStream OAuth queries.
A Model Context Protocol server for Wix AI tools
Appeared in Searches
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/bobby169/mcp-server-weather'
If you have feedback or need assistance with the MCP directory API, please join our Discord server