shelff-mcp

skoji/shelff-mcp
★ 0 stars Go AI/LLM Updated today
an MCP server for managing Shelff metadata over a Go library
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "shelff-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/skoji/shelff-mcp@latest"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server for managing [shelff](https://skoji.dev/en/shelff/) PDF libraries with AI agents. `shelff-mcp` lets AI agents read, search, and organize your shelff library through the MCP protocol. **Using `go install`** (requires Go 1.25+): ```bash go install github.com/skoji/shelff-mcp/cmd/shelff-mcp@latest

Tools (17)

check_librarycollect_all_tagscreate_directorycreate_sidecardelete_sidecarfind_orphaned_sidecarsget_specificationlibrary_statslist_directoriesmove_bookread_categoriesread_metadataread_tag_orderrename_bookscan_booksvalidate_sidecarwrite_metadata