Odel
Open Library

Open Library

Local
@8ensmith93TypeScriptMITUpdated 3 days ago

Search books and authors on the Internet Archive's Open Library

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-open-libraryv1.2.2

Run

npx -y mcp-open-library

MCP client config

{
  "mcpServers": {
    "open-library": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-open-library"
      ]
    }
  }
}