MCP-Student-Server

nidhi19122006-code/MCP-Student-Server
★ 0 stars JavaScript AI/LLM Updated today
MCP-based student management server with CRUD operations, enabling AI agents to securely interact with and manage student records.
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": {
    "mcp-student-server": {
      "command": "npx",
      "args": [
        "-y",
        "nidhi19122006-code/MCP-Student-Server"
      ]
    }
  }
}