Inspect and safely operate Audiobookshelf libraries over MCP.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/jeeftor/abs-mcp:0.6.0 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jeeftor/abs-mcp",
"description": "Inspect and safely operate Audiobookshelf libraries over MCP.",
"title": "Audiobookshelf MCP",
"repository": {
"url": "https://github.com/jeeftor/abs-mcp",
"source": "github"
},
"version": "0.6.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/jeeftor/abs-mcp:0.6.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Audiobookshelf server.",
"isRequired": true,
"format": "string",
"placeholder": "http://localhost:13378",
"name": "ABS_BASE_URL"
},
{
"description": "Audiobookshelf API key or bearer token.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "ABS_API_KEY"
},
{
"description": "Set to false to enable scan and cleanup tools.",
"format": "boolean",
"default": "true",
"name": "ABS_READ_ONLY"
},
{
"description": "Audiobookshelf request timeout as a Go duration or seconds.",
"format": "string",
"default": "30s",
"name": "ABS_TIMEOUT"
},
{
"description": "Optional local ABS fixture directory for fixture resources.",
"format": "filepath",
"default": "test/abs",
"name": "ABS_FIXTURE_DIR"
},
{
"description": "Optional JSON file containing extra request headers.",
"format": "filepath",
"name": "ABS_EXTRA_HEADERS_FILE"
},
{
"description": "Optional PEM CA bundle for private or corporate ABS TLS.",
"format": "filepath",
"name": "ABS_TLS_CA_CERT_FILE"
},
{
"description": "Temporary TLS verification bypass for local troubleshooting.",
"format": "boolean",
"default": "false",
"name": "ABS_TLS_INSECURE_SKIP_VERIFY"
},
{
"description": "MCP transport to run at startup. Use stdio for local launchers or http for Streamable HTTP.",
"format": "string",
"default": "stdio",
"name": "ABS_TRANSPORT"
},
{
"description": "Bind address used when ABS_TRANSPORT=http.",
"format": "string",
"default": "127.0.0.1:3333",
"name": "ABS_HTTP_ADDR"
},
{
"description": "Streamable HTTP endpoint path used when ABS_TRANSPORT=http.",
"format": "string",
"default": "/mcp",
"name": "ABS_HTTP_PATH"
},
{
"description": "Optional bearer token required from Streamable HTTP MCP clients.",
"format": "string",
"isSecret": true,
"name": "ABS_HTTP_BEARER_TOKEN"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-29T18:09:33.325613Z",
"publishedAt": "2026-07-29T18:09:33.325613Z",
"updatedAt": "2026-07-29T18:09:33.325613Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.6.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.