Raja1116/first-mcp-server
If you are the rightful owner of first-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Model Context Protocol (MCP) server is a framework designed to facilitate the development and deployment of machine learning models in a structured and efficient manner.
1.Go to your desired project folder
2.Initialize the project using(uv init my-first-mcp-server)
-
Move into the new project folder(cd my-first-mcp-server)
-
Create and activate a virtual environment (if not already done) [python -m venv .venv & then .venv\Scripts\Activate.ps1]
-
Install MCP CLI inside this project using uv add "mcp[cli]"
-
pip install --upgrade typer
-
Add your main.py leave management code
-
Install your server using (uv run mcp install main.py)
Finally, Restart Claude Desktop if needed.