mcp-elevenreader
Allows managing library and reading content on ElevenReader, including uploading documents, tracking progress, and adjusting settings.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-elevenreaderlist my library"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-elevenreader
MCP server for ElevenReader — ElevenLabs text-to-speech reader.
Setup
1. Get refresh token
Open https://elevenreader.io, log in, then run in browser console (F12 → Console):
JSON.parse(localStorage.getItem(Object.keys(localStorage).find(k => k.startsWith('firebase:authUser:')))).stsTokenManager.refreshToken2. Configure MCP
Add to your MCP config (~/.kiro/settings.json, Claude Desktop, etc.):
{
"mcpServers": {
"elevenreader": {
"command": "uv",
"args": ["run", "--directory", "/path/to/mcp-elevenreader", "python", "server.py"],
"env": {
"ELEVEN_REFRESH_TOKEN": "paste-your-refresh-token-here"
}
}
}
}The refresh token is long-lived (months). Access tokens are refreshed automatically.
Tools
Tool | Description |
| List all documents/books in library |
| Get read details (chapters, progress) |
| Get HTML text content |
| Add URL for TTS reading |
| Upload epub/pdf file |
| Upload all books from a directory (background, with retry) |
| Check background upload progress |
| Remove from library |
| Find and remove duplicate reads (keeps oldest) |
| Available voices |
| Voice details |
| User settings |
| Change voice/speed |
| Subscription & credits |
| User collections |
| Bookmarks for a read |
| Update listening position |
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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