primo-mcp-server

geheharidas/primo-mcp-server
★ 1 stars Python 🗄️ Database Updated today
MCP server for Ex Libris Primo library discovery -- search university catalogue and subscribed databases (Primo Central Index) via the Model Context Protocol
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

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