Skip to content

hiroaqii/jp-weather-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Japan Weather MCP Server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages