HomeOther › japan-seasons-mcp

japan-seasons-mcp

Live Japan seasonal travel MCP: sakura, autumn leaves, flowers, festivals, fruit farms, weather.

TypeScript Cloud Remote
★ 1 stars Last pushed 2026-08-28 License: MIT

Topics: Travel & Transportation

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}

Claude Code:

claude mcp add --transport http japan-seasons-mcp https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}

Or add to your MCP client config:

{
  "mcpServers": {
    "japan-seasons-mcp": {
      "url": "https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}"
    }
  }
}

Package (npm 0.5.0)

npx -y japan-seasons-mcp@0.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "japan-seasons-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "japan-seasons-mcp@0.5.0"
      ],
      "env": {
        "JAPAN_SEASONS_DATE_STYLE": "<YOUR_VALUE>",
        "JAPAN_SEASONS_TEMPERATURE_UNIT": "<YOUR_VALUE>",
        "JAPAN_SEASONS_INCLUDE_COORDINATES": "<YOUR_VALUE>",
        "JAPAN_SEASONS_MAP_LANGUAGE": "<YOUR_VALUE>"
      }
    }
  }
}
  • 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.

Package (npm 0.5.0)

Package: npm japan-seasons-mcp

  • 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.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry