← Index

io.github.haomingkoo/japan-seasons

io.github.haomingkoo/japan-seasons·v0.4.16·Maps & Location
Quality Score
80
/100

Live Japan seasonal travel MCP: sakura, koyo, flowers, festivals, fruit farms, and weather.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "japan-seasons": {
      "command": "npx",
      "args": [
        "-y",
        "japan-seasons-mcp"
      ],
      "env": {
        "JAPAN_SEASONS_DATE_STYLE": "<japan_seasons_date_style>",
        "JAPAN_SEASONS_TEMPERATURE_UNIT": "<japan_seasons_temperature_unit>",
        "JAPAN_SEASONS_INCLUDE_COORDINATES": "<japan_seasons_include_coordinates>",
        "JAPAN_SEASONS_MAP_LANGUAGE": "<japan_seasons_map_language>",
        "PORT": "<port>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "japan-seasons": {
      "command": "npx",
      "args": [
        "-y",
        "japan-seasons-mcp"
      ],
      "env": {
        "JAPAN_SEASONS_DATE_STYLE": "<japan_seasons_date_style>",
        "JAPAN_SEASONS_TEMPERATURE_UNIT": "<japan_seasons_temperature_unit>",
        "JAPAN_SEASONS_INCLUDE_COORDINATES": "<japan_seasons_include_coordinates>",
        "JAPAN_SEASONS_MAP_LANGUAGE": "<japan_seasons_map_language>",
        "PORT": "<port>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y japan-seasons-mcp
§02  Environment variables
JAPAN_SEASONS_DATE_STYLE

How dates are rendered in tool output.

JAPAN_SEASONS_TEMPERATURE_UNIT

Preferred temperature unit for weather output.

JAPAN_SEASONS_INCLUDE_COORDINATES

Whether spot, festival, and farm outputs include GPS coordinates.

JAPAN_SEASONS_MAP_LANGUAGE

Preferred language for forecast map links when both English and Japanese versions exist.

PORT

Local port used when starting the package in HTTP MCP mode.

JAPAN_SEASONS_DATE_STYLE

How dates are rendered in tool output.

JAPAN_SEASONS_TEMPERATURE_UNIT

Preferred temperature unit for weather output.

JAPAN_SEASONS_INCLUDE_COORDINATES

Whether spot, festival, and farm outputs include GPS coordinates.

JAPAN_SEASONS_MAP_LANGUAGE

Preferred language for forecast map links when both English and Japanese versions exist.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Maps & Location