A simple MCP server that using 天気予報 API(livedoor 天気互換) .
Install dependencies using uv:
uv sync
{
"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"
]
}
}
}