campus-library-mcp-server

harisshchathriya/campus-library-mcp-server
★ 0 stars Unknown language Search Updated 1d ago
A production-style Campus Library MCP Server built with Python and the official MCP SDK, providing book search, availability checks, reservations, resources, and audit logging.
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": {
    "campus-library-mcp-s": {
      "command": "npx",
      "args": [
        "-y",
        "harisshchathriya/campus-library-mcp-server"
      ]
    }
  }
}