AgentHubAgentHub

japan-seasons

MCP ServerMCP Registry官方收录

io.github.haomingkoo/japan-seasons · v0.4.16

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

概览

japan-seasons 是一个MCP Server,收录自 官方 MCP Registry。支持 streamable-http、stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "japan-seasons": {
      "command": "npx",
      "args": [
        "-y",
        "japan-seasons-mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.haomingkoo/japan-seasons",
  "type": "mcp-server",
  "version": "0.4.16",
  "displayName": "japan-seasons",
  "description": "Live Japan seasonal travel MCP: sakura, koyo, flowers, festivals, fruit farms, and weather.",
  "repository": {
    "url": "https://github.com/haomingkoo/japan-seasons-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "japan-seasons-mcp",
        "version": "0.4.16",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "JAPAN_SEASONS_DATE_STYLE",
            "description": "How dates are rendered in tool output."
          },
          {
            "name": "JAPAN_SEASONS_TEMPERATURE_UNIT",
            "description": "Preferred temperature unit for weather output."
          },
          {
            "name": "JAPAN_SEASONS_INCLUDE_COORDINATES",
            "description": "Whether spot, festival, and farm outputs include GPS coordinates."
          },
          {
            "name": "JAPAN_SEASONS_MAP_LANGUAGE",
            "description": "Preferred language for forecast map links when both English and Japanese versions exist."
          }
        ]
      },
      {
        "registryType": "npm",
        "identifier": "japan-seasons-mcp",
        "version": "0.4.16",
        "transport": "streamable-http",
        "environmentVariables": [
          {
            "name": "PORT",
            "description": "Local port used when starting the package in HTTP MCP mode."
          },
          {
            "name": "JAPAN_SEASONS_DATE_STYLE",
            "description": "How dates are rendered in tool output."
          },
          {
            "name": "JAPAN_SEASONS_TEMPERATURE_UNIT",
            "description": "Preferred temperature unit for weather output."
          },
          {
            "name": "JAPAN_SEASONS_INCLUDE_COORDINATES",
            "description": "Whether spot, festival, and farm outputs include GPS coordinates."
          },
          {
            "name": "JAPAN_SEASONS_MAP_LANGUAGE",
            "description": "Preferred language for forecast map links when both English and Japanese versions exist."
          }
        ]
      }
    ],
    "remotes": [
      {
        "transport": "streamable-http",
        "url": "https://seasons.kooexperience.com/mcp?dateStyle={dateStyle}&temperatureUnit={temperatureUnit}&includeCoordinates={includeCoordinates}&mapLanguage={mapLanguage}"
      }
    ]
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.haomingkoo/japan-seasons",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.haomingkoo%2Fjapan-seasons/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
japan-seasons — MCP Server 安装与配置 · AgentHub