Overview
what is Japan Weather MCP Server?
Japan Weather MCP Server is a simple server that utilizes the 天気予報 API (livedoor weather compatible) to provide weather data.
how to use Japan Weather MCP Server?
To use the server, install the necessary dependencies using the command uv sync
, and configure it with the provided JSON structure for usage with Claude Desktop.
key features of Japan Weather MCP Server?
- Utilizes a reliable weather API for accurate data.
- Easy setup and configuration with
uv
. - Compatible with Claude Desktop for seamless integration.
use cases of Japan Weather MCP Server?
- Providing real-time weather updates for applications.
- Integrating weather data into other services or platforms.
- Developing weather-related applications using the MCP server.
FAQ from Japan Weather MCP Server?
- What API does the server use?
The server uses the 天気予報 API (livedoor weather compatible) for fetching weather data.
- Is there a specific environment required to run the server?
Yes, you need to have
uv
installed to run the server properly.
- Can I use this server for commercial purposes?
Please check the API's terms of service for commercial usage guidelines.
Content
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"
]
}
}
}
No tools information available.

A Simple MCP Weather Server written in Python
by Maliksidk19
mcp-servers
weather-server
View Details