attendance-mcp-server

jsonrohit/attendance-mcp-server
★ 0 stars Python Code/Dev Tools Updated 1mo ago
An MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "attendance-mcp-serve": {
      "command": "uvx",
      "args": [
        "attendance-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install attendance-mcp-server

README Excerpt

The Attendance MCP Python project is designed to manage attendance records efficiently. It provides functionalities for data retrieval, storage, and manipulation, along with utility functions to enhance code reusability. The project is structured to facilitate easy maintenance and scalability. ``` attendance-mcp-python