Loading languages...
JP

jp-weather-mcp-server

@hiroaqii

Japan Weather MCP Server

weather
japan
api

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

# mcpServer Config

{
  "mcpServers": {
    "Weather MPC Server": {
      "command": "/path/to/your/uv",
      "args": [
        "--directory",
        "/path/to/your/jp-weather-mcp-server",
        "run",
        "weather.py"
      ]
    }
  }
}

# stdio

/path/to/your/uv --directory /path/to/your/jp-weather-mcp-server run weather.py
Transport:
stdio
Language:
Python
Created: 4/6/2025
Updated: 4/6/2025
Homepage: