MCP-Server

Anousha-Singh/MCP-Server

3.2

If you are the rightful owner of 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 Employee Management MCP Server is an AI-integrated backend server that facilitates interaction with an employee database using the Model Context Protocol (MCP) and the fastmcp library.

Tools
4
Resources
0
Prompts
0

Employee Management MCP Server

This project is an AI-integrated backend server built using MCP (Model Context Protocol) and the fastmcp library. It allows tools like Claude to interact with your employee database through structured tool calls.

📌 Features

  • Add new employees
  • Fetch employee details
  • Update employee roles
  • Delete employee records
  • Integrated with Claude via MCP

🚀 Setup Instructions

pip install uv
uv add mcp[cli]
uv run mcp install main.py

💬 Usage with Claude

  1. Open Claude Desktop App → Settings → Enable Developer Mode
  2. Restart Claude.
  3. Use prompts like:
Add an employee with id=1001, name="Alice", and role="Engineer"

Claude will call your backend tool and return the result.

🧰 Available Tools

  • add_employee: Adds a new employee
  • get_employee: Gets employee details by ID
  • update_role: Updates an employee’s role
  • delete_employee: Deletes an employee by ID

🔧 Tech Stack

  • Python 3.10+
  • fastmcp via mcp[cli]
  • Claude (AI client using MCP integration)