jp-weather-mcp-server

jp-weather-mcp-server

0

Japan Weather MCP Server offers a simple interface to access Japanese weather data through an MCP server setup. It uses the compatible 天気予報 API to deliver weather information effectively.

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