MCP Server - timezone
Getting started
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Already a pro? Just edit this README.md and make it your own. Want to make it easy? Use the template at the bottom!
Claude Desktop App 등록
- [ ] [Claude Desktop App 등록]
C:\Users\User\AppData\Roaming\Claude\claude_desktop_config.json- [ ] [UV 설치]()
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"- [ ] [UV 프로젝트 등록]()
uv init mcp-server-demo
cd mcp-server-demo
uv add "mcp[cli]"- [ ] [MCP 인스펙터 사용]()
mcp dev server.py- [ ] [Claude Desktop에 설치]()
mcp install server.py- [ ] [환경 변수 설정]()
mcp install server.py -f .env- [ ] [실행 방법]()
python server.py
# 또는
mcp run server.py