An MCP server for the Libraries Ireland catalogue, to scour for interesting books, preferably in your local branch.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"libraries-ireland-mc": {
"command": "npx",
"args": [
"-y",
"ryandeering/libraries-ireland-mcp"
]
}
}
}
Run in terminal:
claude mcp add libraries-ireland-mc npx -y ryandeering/libraries-ireland-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"libraries-ireland-mc": {
"command": "npx",
"args": [
"-y",
"ryandeering/libraries-ireland-mcp"
]
}
}
}