first-mcp-server

Raja1116/first-mcp-server

3.1

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)

  1. Move into the new project folder(cd my-first-mcp-server)

  2. Create and activate a virtual environment (if not already done) [python -m venv .venv & then .venv\Scripts\Activate.ps1]

  3. Install MCP CLI inside this project using uv add "mcp[cli]"

  4. pip install --upgrade typer

  5. Add your main.py leave management code

  6. Install your server using (uv run mcp install main.py)

Finally, Restart Claude Desktop if needed.