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