mcpbeat Sign in

Audiobookshelf MCP Server

local only

Audiobookshelf runs on your own machine — the client starts it, so there is no endpoint to ping. 415 installs a week from npm. Last commit 1 Sep 2026.

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

Installs per day peak 337 · avg 19
a month agotoday
415
Installs / week
npm · audiobookshelf-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 12 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Reaches cloud metadata service src/hosts.ts:16
  'metadata.google.internal',

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Audiobookshelf and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add audiobookshelf-mcp -- npx -y audiobookshelf-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "audiobookshelf-mcp": {
      "args": [
        "-y",
        "audiobookshelf-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.audiobookshelf-mcp]
command = "npx"
args = ["-y", "audiobookshelf-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "audiobookshelf-mcp": {
      "args": [
        "-y",
        "audiobookshelf-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "audiobookshelf-mcp": {
      "args": [
        "-y",
        "audiobookshelf-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Audiobookshelf

same job, measured the same way
Audiobookshelf
by sierikov

Browse libraries, search books, and control playback in your self-hosted Audiobookshelf instance.

local only
Audiobookshelf MCP
by jeeftor

Inspect and safely operate Audiobookshelf libraries over MCP.

local only
Apple Books
by vgnshiyer

Access your Apple Books library, annotations, reading progress, and highlights through Claude

403 installs/wk local only
Spotify MCP
by novalux12

The most complete Spotify MCP: playback, library, playlists, search, podcasts and audiobooks.

5 518 installs/wk local only
Raster
by raster

Browse, search, upload, tag, transfer, and delete images in your Raster libraries over MCP.

answering
Librarian
by terobyte

Deterministic ebook-to-markdown pipeline with MCP tools to browse, search, and read your books.

74 installs/wk local only
MCP Apple Music
by cifero74

Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.

92 installs/wk local only
Leaf
by readwithleaf

AI assistant integration for Leaf — track books, log reading sessions, and manage your library.

answering

Audiobookshelf — questions

Answers built from our own checks of this server.

Why is there no uptime for Audiobookshelf?
Audiobookshelf runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package audiobookshelf-mcp was installed 415 times last week.
How do I connect Audiobookshelf?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls audiobookshelf-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Audiobookshelf?
The npm package audiobookshelf-mcp was installed 415 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Audiobookshelf open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.