
Weather MCP Service
from jungchihoon
Provides real-time weather information and forecasts.
π₯π₯β VerifiedFreeQuick setup
Weather MCP Service
FastAPI κΈ°λ°μ Weather MCP μλΉμ€ ꡬνμ λλ€.
μ€μΉ λ°©λ²
- Python 3.8 μ΄μμ΄ νμν©λλ€.
- Poetryλ₯Ό μ¬μ©νμ¬ μμ‘΄μ±μ μ€μΉν©λλ€:
poetry installμ€ν λ°©λ²
poetry run startμλ²λ κΈ°λ³Έμ μΌλ‘ http://localhost:8000 μμ μ€νλ©λλ€.
ν μ€νΈ μ€ν
poetry run pytestAPI λ¬Έμ
μλ² μ€ν ν λ€μ URLμμ API λ¬Έμλ₯Ό νμΈν μ μμ΅λλ€:
- Swagger UI: http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc
Claude Desktop μ°λ
claude_desktop_config.json νμΌμ λ€μ μ€μ μ μΆκ°νμΈμ:
{
"mcpServers": {
"weather": {
"url": "http://localhost:8000"
}
}
}This tool doesn't publish a standard install command β the repository README on GitHub covers its setup.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.