Mcp Naver Weather

by AIMIZING

178 downloads
Not rated
GitHub

About

A lightweight MCP server that fetches weather data from Naver and relays it to Claude or other AI agents.

Details

Author
AIMIZING
Downloads
178
Categories
Media

- Fetches real‑time weather from Naver
- Minimal setup using uv
- Integrates with Claude Desktop via MCP
- Windows‑friendly setup script included
- Easy configuration via weather_config.json

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Naver Weather
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Download or clone the repository, set up a uv virtual environment (manually with uv venv and pip install -r requirements.txt, or by running setup.bat on Windows), then configure Claude Desktop by copying the content of weather_config.json into your claude_desktop_config.json file — replacing the placeholder path with your actual project path. Finally, launch Claude Desktop; it will automatically detect and connect to the configured MCP tool.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp naver weather": {
            "mcp-naver-weather": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "mcp-naver-weather": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

mcp-naver-weather

A lightweight MCP (Model Context Protocol) server that fetches real-time weather data from Naver and sends it to Claude Desktop via a local folder.

This project is intended to be used with Claude's MCP desktop feature.

---

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.