MCP.so
登录

Weather MCP Tool for Claude

@mongte

关于 Weather MCP Tool for Claude

暂无概览

基本信息

分类

AI 与智能体

许可证

MIT

运行时

node

传输方式

stdio

发布者

mongte

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "weather-server": {
      "command": "node",
      "args": [
        "dist/server.js"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

AI 与智能体 分类下的更多 MCP 服务器