Japan Weather

by acxelerator

Not rated
GitHub

About

Integrates with an external weather API to provide current conditions and forecasts for locations in Japan.

Details

Author
acxelerator
Repository
acxelerator/mcp-tenki
License
MIT License
Categories
Other, API, AI, Design, Developer Tools, Search, Knowledge Base, Project Management
Tags
#web

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Japan Weather
    Command (node, npx, python, etc.) uvx
    Arguments
    • Argument 1 --from
    • Argument 2 git+https://github.com/acxelerator/mcp-tenki.git
    • Argument 3 mcp-tenki

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "japan weather": {
            "cwd": "{{.HOME}}/Library/Application Support/Claude",
            "env": {},
            "args": [
                "--from",
                "git+https://github.com/acxelerator/mcp-tenki.git",
                "mcp-tenki"
            ],
            "shell": true,
            "command": "uvx"
        }
    }
}

Linux

{
    "cwd": "{{.HOME}}/Library/Application Support/Claude",
    "env": [],
    "args": [
        "--directory",
        "/PATH/TO/REPOSITORY/mcp-tenki/mcp_tenki",
        "run",
        "main.py"
    ],
    "shell": true,
    "command": "uv"
}

Macos

{
    "cwd": "{{.HOME}}/Library/Application Support/Claude",
    "env": [],
    "args": [
        "--from",
        "git+https://github.com/acxelerator/mcp-tenki.git",
        "mcp-tenki"
    ],
    "shell": true,
    "command": "uvx"
}

Windows

{
    "cwd": "{{.HOME}}/Library/Application Support/Claude",
    "env": [],
    "args": [
        "--directory",
        "/PATH/TO/REPOSITORY/mcp-tenki/mcp_tenki",
        "run",
        "main.py"
    ],
    "shell": true,
    "command": "uv"
}
{ "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/mcp_tenki", "run", "main.py"] } } }

Provides weather data using the Open-Meteo API.

Access meteorological data for Portugal from the IPMA public API using natural language.

Provides accurate Islamic prayer times for locations throughout Malaysia using the waktusolat.app API.

Provides weather information using the Japan Meteorological Agency API. No authentication required.

Provides real-time weather information and forecasts using the OpenWeatherMap API.

A production-clean MCP server for the free Open-Meteo weather API (geocoding, forecast, air quality) with SRE-grade rate limiting, backoff, and structured logging.

Provides current weather information using the Korea Meteorological Administration's short-term forecast API.

SkyLinkAPI MCP Server | Aviation Data MCP Server

Connect SkyLink API to Claude Desktop, Cursor, or any MCP client in under a minute. Ask about live flights, weather, NOTAMs, and ADS-B positions — your AI gets real data, not hallucinations.

Provides current weather data and forecasts using the QWeather API.

An API for AI models to fetch weather data.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.