JUHE API Marketplace
acxelerator avatar
MCP Server

mcp-tenki

Get weather of Japan

0
GitHub Stars
8/23/2025
Last Updated
MCP Server Configuration
1{
2 "name": "tenki",
3 "command": "uvx",
4 "args": [
5 "--from",
6 "git+https://github.com/acxelerator/mcp-tenki.git",
7 "mcp-tenki"
8 ]
9}
JSON9 lines

README Documentation

mcp-tenki

A MCP server with weather of Japan

Tenki MCP server

Setup

$ uv sync

Running Server

Run without clone

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

Run with clone

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

Quick Install

Quick Actions

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source