Back to MCP Servers
Open Library
A MCP server for the Open Library API that enables AI assistants to search for book information.
art-cultureapiai
By 8enSmith
Installation
npx -y mcp-open-libraryConfiguration
{
"mcpServers": {
"mcp-open-library": {
"command": "npx",
"args": ["-y", "mcp-open-library"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes