Loading MCP server directory, please wait...
Inspect and safely operate Audiobookshelf libraries over MCP.
npx @getmcp/cli add io.github.jeeftor/abs-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
ABS_BASE_URLBase URL of your Audiobookshelf server.
ABS_API_KEYAudiobookshelf API key or bearer token.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jeeftor/abs-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"ABS_BASE_URL",
"-e",
"ABS_API_KEY",
"-e",
"ABS_READ_ONLY",
"-e",
"ABS_TIMEOUT",
"-e",
"ABS_FIXTURE_DIR",
"-e",
"ABS_EXTRA_HEADERS_FILE",
"-e",
"ABS_TLS_CA_CERT_FILE",
"-e",
"ABS_TLS_INSECURE_SKIP_VERIFY",
"ghcr.io/jeeftor/abs-mcp:0.2.1"
],
"env": {
"ABS_BASE_URL": "",
"ABS_API_KEY": "",
"ABS_READ_ONLY": "true",
"ABS_TIMEOUT": "30s",
"ABS_FIXTURE_DIR": "test/abs",
"ABS_EXTRA_HEADERS_FILE": "",
"ABS_TLS_CA_CERT_FILE": "",
"ABS_TLS_INSECURE_SKIP_VERIFY": "false"
}
}
}
}