← Back to Plugins
MCP Server MCP

Audiobookshelf

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "audiobookshelf-mcp",
      "version": "0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Audiobookshelf instance, e.g. https://abs.example.com",
          "isRequired": true,
          "format": "string",
          "name": "AUDIOBOOKSHELF_URL"
        },
        {
          "description": "API key from Settings -> Users -> API Keys (Audiobookshelf 2.26.0 or newer)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AUDIOBOOKSHELF_API_KEY"
        },
        {
          "description": "Set to true to register only the 29 read tools and no write tools",
          "format": "boolean",
          "name": "AUDIOBOOKSHELF_READ_ONLY"
        },
        {
          "description": "Set to true to accept self-signed certificates for this connection only",
          "format": "boolean",
          "name": "AUDIOBOOKSHELF_INSECURE_TLS"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/ni-c/audiobookshelf-mcp:0.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the Audiobookshelf instance, e.g. https://abs.example.com",
          "isRequired": true,
          "format": "string",
          "name": "AUDIOBOOKSHELF_URL"
        },
        {
          "description": "API key from Settings -> Users -> API Keys (Audiobookshelf 2.26.0 or newer)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "AUDIOBOOKSHELF_API_KEY"
        },
        {
          "description": "Set to true to register only the 29 read tools and no write tools",
          "format": "boolean",
          "name": "AUDIOBOOKSHELF_READ_ONLY"
        },
        {
          "description": "Set to true to accept self-signed certificates for this connection only",
          "format": "boolean",
          "name": "AUDIOBOOKSHELF_INSECURE_TLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm oci

Comments

Sign in to leave a comment

Loading comments...