Back to MCP directory
publicPublicdnsLocal runtime

Japan Weather

一个提供日本天气信息的MCP服务器

article

README

🚀 MCP天气服务器

MCP天气服务器是一款具备日本天气功能的服务器,为用户提供便捷的日本天气信息服务。

🚀 快速开始

📦 安装指南

执行以下命令进行同步操作:

$ uv sync

💻 使用示例

基础用法

无需克隆仓库即可运行服务器,可使用以下配置:

{
    "mcpServers": {
        "tenki": {
            "command": "uvx",
            "args": ["--from", "git+https://github.com/acxelerator/mcp-tenki.git", "mcp-tenki"]
        }
    }
}

高级用法

若已克隆仓库,可使用以下配置运行服务器:

{
    "mcpServers": {
        "tenki": {
            "command": "uv",
            "args": ["--directory", "/PATH/TO/REPOSITORY/mcp_tenki", "run", "main.py"]
        }
    }
}
help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client