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