MCP.so
Sign In

Weather MCP Tool for Claude

@mongte

About Weather MCP Tool for Claude

No overview available yet

Basic information

Category

AI & Agents

License

MIT

Runtime

node

Transports

stdio

Publisher

mongte

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.

Comments

More AI & Agents MCP servers