mcp-elevenreader
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ELEVEN_REFRESH_TOKEN | Yes | Your ElevenReader refresh token, obtained from browser console. |
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 |
|---|---|
| add_directoryA | Upload all books from a directory (and subdirectories). Files are sorted by name so parts (ч1, ч2) stay together. Args: dir_path: Path to directory with books extensions: Comma-separated file extensions to upload (default: .epub,.pdf) |
| upload_statusB | Check the status of a background directory upload. |
| list_readsC | List all documents/books in the library. |
| get_readB | Get details of a specific read (book/document). |
| get_read_contentB | Get HTML content of a read for viewing. |
| add_urlB | Add a URL to the library for text-to-speech reading. |
| add_documentB | Upload a document (epub, pdf) to the library. |
| delete_readC | Delete a read from the library. |
| deduplicateA | Find and remove duplicate reads (same title). Keeps the oldest one. |
| list_voicesB | List available voices for reading. |
| get_voiceC | Get details of a specific voice. |
| get_configA | Get user config (default voice, speed, font size, etc.). |
| update_configC | Update user config (voice, playback speed). |
| get_customerA | Get subscription info: plan, credits, billing. |
| get_collectionsB | List user collections. |
| get_bookmarksC | Get bookmarks for a specific read. |
| update_progressB | Update listening progress for a read. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/MIt9/mcp-elevenreader'
If you have feedback or need assistance with the MCP directory API, please join our Discord server