MCP-based student management server with CRUD operations, enabling AI agents to securely interact with and manage student records.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-student-server npx -y nidhi19122006-code/MCP-Student-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-student-server": {
"command": "npx",
"args": [
"-y",
"nidhi19122006-code/MCP-Student-Server"
]
}
}
}