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",
"-e",
"ABS_TRANSPORT",
"-e",
"ABS_HTTP_ADDR",
"-e",
"ABS_HTTP_PATH",
"-e",
"ABS_HTTP_BEARER_TOKEN",
"ghcr.io/jeeftor/abs-mcp:0.5.0"
],
"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",
"ABS_TRANSPORT": "stdio",
"ABS_HTTP_ADDR": "127.0.0.1:3333",
"ABS_HTTP_PATH": "/mcp",
"ABS_HTTP_BEARER_TOKEN": ""
}
}
}
}