mcp-tenki
If you are the rightful owner of mcp-tenki and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP-Tenki is a Model Context Protocol server that provides weather information for Japan.
mcp-tenki
A MCP server with weather of Japan
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"]
}
}
}