8enSmith/mcp-open-library
A MCP server for the Open Library API that enables AI assistants to search for book information.
Quick Start
Clone the repository:
git clone https://github.com/8enSmith/mcp-open-libraryClaude Desktop configuration example:
{
"mcpServers": {
"mcp-open-library": {
"command": "npx",
"args": [
"-y",
"8enSmith/mcp-open-library"
]
}
}
}Check the repository README for specific installation and configuration instructions.