Weather MCP Tool for Claude
@mongte
About Weather MCP Tool for Claude
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"weather-server": {
"command": "node",
"args": [
"dist/server.js"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Weather MCP Tool for Claude?
Weather MCP Tool for Claude is a Korean-language-supported weather information lookup tool built on the Model Context Protocol (MCP). It integrates with Claude AI to provide real-time weather data for cities worldwide, using the Open-Meteo Weather API and Geocoding API.
How to use Weather MCP Tool for Claude?
Clone the repository, install dependencies with npm install, and build with npm run build. Then add the server configuration to your claude_desktop_config.json file under mcpServers.weather-server. Once configured, you can invoke weather lookups from Claude by passing a city name (in Korean or English) to the weatherApi.execute tool.
Key features of Weather MCP Tool for Claude
- Weather lookup by city name (Korean and English supported)
- Real-time meteorological data from Open-Meteo API
- Detailed weather information: temperature, conditions, wind, humidity
- Seamless integration with Claude AI via MCP
- Open-source under MIT License
Use cases of Weather MCP Tool for Claude
- Ask Claude for current weather in a specific city
- Get a quick weather briefing before planning your day
- Retrieve weather data in Korean for Korean-speaking users
- Integrate weather information into conversation-driven workflows
FAQ from Weather MCP Tool for Claude
What weather data does the tool provide?
For a given city, it returns temperature, weather description, wind speed, wind direction, and humidity.
Do I need to sign up for an API key?
No. The tool uses the free Open-Meteo Weather API and Geocoding API, which require no API key.
How do I configure this tool for Claude Desktop?
Add the server block to your claude_desktop_config.json with the command node, args ["dist/server.js"], and the correct project path.
Can I use city names in languages other than English?
Yes, the tool supports both Korean and English city names. The example shows "서울" (Seoul).
What are the runtime dependencies?
Node.js and npm are required. The project uses standard npm packages; see package.json for details.
More AI & Agents MCP servers
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Comments