mcp-audible
Provides tools for searching audiobooks, retrieving details, and managing library, wishlist, and credits on Audible.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-audiblesearch for 'The Hobbit' audiobooks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-audible
MCP (Model Context Protocol) server for Audible audiobook service. Automates Audible.com via Playwright + Browserbase to search audiobooks, manage your library, wishlist, and credits.
Requirements
Browserbase account with a running session
Node.js 18+
Related MCP server: @striderlabs/mcp-ihg
Setup
npm install
npm run buildConfiguration
Set the following environment variable:
Variable | Required | Description |
| Yes | CDP WebSocket URL from Browserbase session |
The Browserbase session must already be authenticated with Audible (logged in). Navigate to audible.com and sign in before using library/wishlist/credits tools.
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"audible": {
"command": "node",
"args": ["/path/to/dist/index.js"],
"env": {
"BROWSERBASE_CDP_URL": "wss://connect.browserbase.com?apiKey=YOUR_KEY&sessionId=YOUR_SESSION"
}
}
}
}Or if installed via npm:
{
"mcpServers": {
"audible": {
"command": "npx",
"args": ["@striderlabs/mcp-audible"],
"env": {
"BROWSERBASE_CDP_URL": "wss://connect.browserbase.com?apiKey=YOUR_KEY&sessionId=YOUR_SESSION"
}
}
}
}Tools
search_audiobooks
Search Audible by title, author, or narrator.
Parameters:
query(string, required): Search querysearch_by(string, optional):"title"|"author"|"narrator"
Returns: Array of up to 20 audiobooks with title, author, narrator, runtime, rating, price, ASIN, and summary.
get_audiobook_details
Get full details for a specific audiobook.
Parameters:
asin(string, required): Audible ASIN identifier
Returns: Detailed audiobook info including runtime, release date, publisher, language, rating, review count, price, categories, and sample URL.
get_library
List audiobooks in your Audible library.
Parameters:
page(number, optional): Page number for pagination (default: 1)
Returns: Array of library items with title, author, narrator, runtime, date added, and listening progress.
Requires authenticated session.
get_wishlist
List audiobooks in your Audible wishlist.
Parameters: None
Returns: Array of wishlist items with title, author, narrator, runtime, price, and date added.
Requires authenticated session.
add_to_wishlist
Add an audiobook to your Audible wishlist.
Parameters:
asin(string, required): Audible ASIN of the audiobook
Returns: { success: boolean, message: string }
Requires authenticated session.
get_credits
Check available Audible credits and membership details.
Parameters: None
Returns: Available credit count, membership type, next credit date, and rollover policy.
Requires authenticated session.
How It Works
This server uses Playwright to connect to a remote browser session via Browserbase's CDP (Chrome DevTools Protocol) endpoint. It navigates Audible pages and extracts data via DOM scraping.
Since Audible does not have a public API, this approach uses browser automation. The Browserbase session maintains cookies and authentication state between calls.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-audible'
If you have feedback or need assistance with the MCP directory API, please join our Discord server