Japan Weather MCP Server 🌞

by hiroaqii

312 downloads
Not rated
GitHub

Description

# Japan Weather MCP Server 🌞 A simple MCP server that using [天気予報 API(livedoor 天気互換) ](https://weather.tsukumijima.net/). ### Setup Install dependencies using [uv](https://docs.astral.sh/uv/getting-started/installation/): ```shell uv sync ``` ### Usage with Claude…

About

# Japan Weather MCP Server 🌞 A simple MCP server that using [天気予報 API(livedoor 天気互換) ](https://weather.tsukumijima.net/). ### Setup Install dependencies using [uv](https://docs.astral.sh/uv/getting-started/installation/): ```shell uv sync ``` ### Usage with Claude Desktop ```json { "mcpServers": { "Weather MPC…

Details

Author
hiroaqii
Downloads
312
Categories
Media

- Provides Japan weather data via MCP
- Uses livedoor-compatible weather forecast API
- Setup via uv, integrates with Claude Desktop

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 Japan Weather MCP Server 🌞
    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

Install dependencies with uv sync, then configure your MCP client (e.g., Claude Desktop) with a JSON entry specifying the uv command, the project directory, and the weather.py script to run.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "japan weather mcp server \ud83c\udf1e": {
            "jp-weather-mcp-server": {
                "command": "uv",
                "args": [
                    "sync"
                ]
            }
        }
    }
}

McpServers

{
    "jp-weather-mcp-server": {
        "command": "uv",
        "args": [
            "sync"
        ]
    }
}

Japan Weather MCP Server 🌞

A simple MCP server that using 天気予報 API(livedoor 天気互換) .

Setup

Install dependencies using uv:
uv sync

Usage with Claude Desktop

{
  "mcpServers": {
    "Weather MPC Server": {
      "command": "/path/to/your/uv", // check which uv
      "args": [
        "--directory",
        "/path/to/your/jp-weather-mcp-server", //project full path
        "run",
        "weather.py"
      ]
    }
  }
}
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.