hiroaqii/jp-weather-mcp-server
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"
]
}
}
}