Personal Library MCP Server
by srgsanky
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_booksB | Lists books in the library. Set unread_only=True to see only the books you haven't read yet. |
| add_bookC | Adds a new book to the library. |
| update_book_statusB | Updates the owned and/or read status of a book by ISBN. |
| search_booksB | Searches for books by name or ISBN. |
| delete_bookB | Removes a book from the library. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_books_resource | Returns the list of all books in the database in JSON format. |
| list_unread_books_resource | Returns the list of unread books (reading list) in JSON format. |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srgsanky/mcp-demo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server