Labsco
MCP SERVER

Japanese weather in one line of client config — run it straight from the repository with uvx, nothing to clone.

Weather & Environmental Conditions
Summary
The install is the feature.

Two lines in a client config and it is running — no clone, no build, no key — which is the whole appeal for something you only want for a weather question now and then. The README stays at that level, so expect to call it and see what comes back rather than to read a tool reference first.

What it is

A small MCP server that provides weather for Japan. Its distinguishing feature is the setup: the documented client entry runs it directly from the Git repository, so there is no clone and no build step.

What you get
  • Weather information for Japan, available as a tool call inside the client
  • A no-clone launch — `uvx --from git+https://github.com/acxelerator/mcp-tenki.git mcp-tenki` as the client command
  • A local alternative for development, running `uv --directory /PATH/TO/REPOSITORY/mcp-tenki/mcp_tenki run main.py`
Requirements

`uv` on the machine, and network access the first time so `uvx` can fetch the package from the repository. Working from a clone instead needs `uv sync`. No account and no key appear in the setup. The project is `mcp-tenki` 0.1.0.