Odel
Audiobookshelf

Audiobookshelf

Local
@ni-cTypeScriptMITUpdated 3 days ago

Browse your Audiobookshelf libraries and keep listening progress, bookmarks and playlists in sync

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

npmaudiobookshelf-mcpv0.3.0

Run

npx -y audiobookshelf-mcp

MCP client config

{
  "mcpServers": {
    "audiobookshelf": {
      "command": "npx",
      "args": [
        "-y",
        "audiobookshelf-mcp"
      ]
    }
  }
}
Dockerghcr.io/ni-c/audiobookshelf-mcp:0.3.0

Run

docker run -i --rm ghcr.io/ni-c/audiobookshelf-mcp:0.3.0

MCP client config

{
  "mcpServers": {
    "audiobookshelf": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/ni-c/audiobookshelf-mcp:0.3.0"
      ]
    }
  }
}