ykkim1998/python-mcp-server-demo
3.1
If you are the rightful owner of python-mcp-server-demo and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Model Context Protocol (MCP) server is a framework designed to facilitate communication and data exchange between different components of a machine learning system, ensuring seamless integration and efficient processing.
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
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
uv init mcp-server-demo
cd mcp-server-demo
uv add "mcp[cli]"
mcp dev server.py
mcp install server.py
mcp install server.py -f .env
python server.py
# 또는
mcp run server.py