trackmcp
Back to directory
jungchihoon

weather-mcp-service

View on GitHub

Weather MCP service implementation using FastAPI

0 starsOthers Updated Jun 18, 2025

Documentation

Weather MCP Service

FastAPI 기반의 Weather MCP 서비스 구현입니다.

설치 방법

1. Python 3.8 이상이 필요합니다.

2. Poetry를 사용하여 의존성을 설치합니다:

bash
poetry install

실행 방법

bash
poetry run start

서버는 기본적으로 http://localhost:8000 에서 실행됩니다.

테스트 실행

bash
poetry run pytest

API 문서

서버 실행 후 다음 URL에서 API 문서를 확인할 수 있습니다:

  • Swagger UI: http://localhost:8000/docs
  • ReDoc: http://localhost:8000/redoc

Claude Desktop 연동

`claude_desktop_config.json` 파일에 다음 설정을 추가하세요:

json
{
    "mcpServers": {
        "weather": {
            "url": "http://localhost:8000"
        }
    }
}

Frequently asked questions

What is weather-mcp-service?

weather-mcp-service is Weather MCP service implementation using FastAPI

How do I install weather-mcp-service?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is weather-mcp-service open source?

Yes — it is hosted on GitHub at https://github.com/jungchihoon/weather-mcp-service.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP