Confidential guide on numerology and astrology, based of GG33 Public information

my-mcp-server
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
Weather MCP Tool for Claude
한국어 지원 날씨 정보 조회 MCP(Model Context Protocol) 도구입니다. Claude AI와 함께 사용할 수 있으며, 전 세계 도시의 실시간 날씨 정보를 제공합니다.
Features
- 도시 이름으로 날씨 정보 조회 (한국어/영어 지원)
- 실시간 기상 데이터 제공
- 상세한 날씨 정보 (기온, 날씨 상태, 풍속, 풍향, 습도)
- Claude AI와 원활한 통합
사용된 API
설치 방법
# 저장소 클론
git clone https://github.com/yourusername/weather-mcp-tool.git
cd weather-mcp-tool
# 의존성 설치
npm install
# 빌드
npm run build
Claude Desktop 설정
claude_desktop_config.json
파일에 다음 설정을 추가하세요:
{
"mcpServers": {
"weather-server": {
"command": "node",
"args": ["dist/server.js"],
"cwd": "프로젝트_경로"
}
}
}
사용 예시
Claude에서 다음과 같이 사용할 수 있습니다:
const result = await weatherApi.execute({
city: "서울"
});
응답 예시:
{
"city": "Seoul",
"country": "South Korea",
"weather": {
"temperature": 18.5,
"description": "맑음",
"windSpeed": 2.3,
"windDirection": 180,
"humidity": 65
}
}
License
MIT License - 자세한 내용은 LICENSE 파일을 참조하세요.
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Mirror ofhttps://github.com/agentience/practices_mcp_server
Mirror ofhttps://github.com/bitrefill/bitrefill-mcp-server
An AI chat bot for small and medium-sized teams, supporting models such as Deepseek, Open AI, Claude, and Gemini. 专为中小团队设计的 AI 聊天应用,支持 Deepseek、Open AI、Claude、Gemini 等模型。
Bridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Reviews

user_Sk1kl3HZ
I have been using my-mcp-server by mongte for a while, and it has drastically improved my project management. Its seamless integration and user-friendly interface make it a top choice for any developer. I highly recommend checking it out at https://github.com/mongte/my-mcp-server.