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"]
}
}
}
Related MCP Servers
- MIT License
- Apache 2.0