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.

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.