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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"campus-library-mcp-s": {
"command": "npx",
"args": [
"-y",
"harisshchathriya/campus-library-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add campus-library-mcp-s npx -y harisshchathriya/campus-library-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"campus-library-mcp-s": {
"command": "npx",
"args": [
"-y",
"harisshchathriya/campus-library-mcp-server"
]
}
}
}
📋 Copy