loading…
Search for a command to run...
loading…
Enables managing employee records by providing tools to list directories, retrieve detailed profiles, and search for staff by department. It integrates with Cla
Enables managing employee records by providing tools to list directories, retrieve detailed profiles, and search for staff by department. It integrates with Claude Desktop to allow users to interact with employee data through natural language commands.
A beginner-friendly Model Context Protocol (MCP) server for managing employee data with Claude Desktop.
This MCP server provides Claude Desktop with access to employee management functionality including employee directory, search, and detailed profiles.
📦 Employee-MCP-Server/
├── 🗂️ clean_project/
│ ├── 🚀 employee_server.py # Main MCP server
│ ├── 📋 requirements.txt # Python dependencies
│ └── 📖 README.md # Project guide
├── 📄 pyproject.toml # Project configuration
└── 📖 README.md # This file
git clone https://github.com/suchitad1950/New-Version-of-MCP-Server.git
cd New-Version-of-MCP-Server
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install -r clean_project/requirements.txt
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"employee-leave-server": {
"command": "/path/to/your/venv/bin/python",
"args": ["/path/to/your/clean_project/employee_server.py"],
"env": {
"PYTHONPATH": "/path/to/your/clean_project",
"PYTHONIOENCODING": "utf-8"
}
}
}
}
Ask Claude any of these commands:
| Command | Description |
|---|---|
"List all employees" |
Complete employee directory with all details |
"Get details for employee EMP001" |
Specific employee profile |
"Show employees in Engineering" |
Filter by department |
"Find all Marketing employees" |
Department-specific search |
Your server includes realistic employee data:
pip install -r clean_project/requirements.txtThis project serves as a foundation for more advanced MCP servers:
This project is open source and available under the MIT License.
Feel free to submit issues and enhancement requests!
If you run into any issues:
Built with ❤️ for the MCP community
This server demonstrates how to create beginner-friendly MCP servers that seamlessly integrate with Claude Desktop for powerful AI-human collaboration.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"employee-management-mcp-server": {
"command": "npx",
"args": []
}
}
}