my-first-mcp-server

Anuhya1002/my-first-mcp-server

3.1

If you are the rightful owner of my-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 henry@mcphub.com.

The Model Context Protocol (MCP) server is a framework designed to facilitate the development and deployment of context-aware applications, leveraging the capabilities of language models and other AI technologies.

  1. Install Claude Desktop
  2. Install uv by running pip install uv
  3. Run uv init my-first-mcp-server to create a project directory
  4. Run uv add "mcp[cli]" to add mcp cli in your project
  5. Few folks may get type errors for which you can run pip install --upgrade typer to upgrade typer library to its latest version
  6. Write code in main.py for leave management server
  7. Install this server inside Claude desktop by running uv run mcp install main.py in the project directory
  8. Kill any running instance of Claude from Task Manager. Restart Claude Desktop
  9. In Claude desktop, now you will see tools from this server