Skip to content
MCP Server Community By @8enSmith

8enSmith/mcp-open-library

πŸ“‡ ☁️ - A MCP server for the Open Library API that enables AI assistants to search for book information.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: 8enSmith/mcp-open-library Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-8ensmith-mcp-open-library

Detailed Documentation

πŸ“‡ ☁️ - A MCP server for the Open Library API that enables AI assistants to search for book information.

Configuration

{
  "mcpServers": {
    "8ensmith-mcp-open-library": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-8ensmith-mcp-open-library"
      ],
      "env": {}
    }
  }
}