jp-weather-mcp-server

jp-weather-mcp-server

3.1

If you are the rightful owner of jp-weather-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Japan Weather MCP Server is a simple Model Context Protocol server that utilizes the ε€©ζ°—δΊˆε ± API (livedoor 倩気互換) to provide weather information.

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"
      ]
    }
  }
}