Odel
LibraryAPI

LibraryAPI

Local
@library-apiPythonUpdated 3w ago

US public libraries and branches near any address, with collections from the IMLS survey

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).

PyPIlibraryapi-mcpv0.1.2

Run

uvx libraryapi-mcp

MCP client config

{
  "mcpServers": {
    "libraryapi": {
      "command": "uvx",
      "args": [
        "libraryapi-mcp"
      ]
    }
  }
}