A

Audible

Connect the Audible remote MCP server at https://mcp.audible.com/mcp

Audible·No reviews yet
Docs
Share:

About

Connect the Audible remote MCP server at https://mcp.audible.com/mcp. Ask for audiobook recommendations. Setup guides for Claude Code, Codex, Cursor, and VS Code.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Frequently Asked Questions

Common questions about Audible.

What is the primary function of the Audible MCP server?
The Audible MCP server provides audiobook recommendations. It helps users discover new audio content through its integration with compatible clients.
How can I connect to the Audible MCP server?
You can connect to the Audible MCP server via HTTP at https://mcp.audible.com/mcp. Specific setup guides are available for Claude Code, Codex, Cursor, and VS Code.
Does the Audible MCP server require authentication?
Yes, the Audible MCP server uses OAuth for authentication. Users will need to authorize access through an OAuth flow to utilize its features.
What capabilities does the Audible MCP server provide?
The Audible MCP server specializes in audiobook recommendations. It enables clients to request and receive suggestions for audio content based on user preferences or other criteria.
Are there any known limitations when using the Audible MCP server?
A key limitation is that direct information about exposed tools is not listed. The server primarily focuses on audiobook recommendations, implying its functionality is constrained to that domain.
Is there a cost associated with using the Audible MCP server?
The cost of using the Audible MCP server depends on the underlying Audible service. Access and usage may be subject to Audible's subscription or pricing models.

Install Audible

Server URL

https://mcp.audible.com/mcp

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "audible": {
      "url": "https://mcp.audible.com/mcp",
      "transport": "http",
      "authType": "oauth"
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "audible": {
      "url": "https://mcp.audible.com/mcp"
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "audible": {
      "type": "http",
      "url": "https://mcp.audible.com/mcp"
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.