Skip to main content
Glama
kogecoo

mcp-kindle

by kogecoo

mcp-kindle

mcp-kindle is a read-only, source-scoped MCP server for local Kindle library data.

Version 0.1.0 reads from the local Kindle database or XML export cache. It is intended for direct LLM read access without exposing any write path, and follows the shared conventions documented in mcp-source-playbook and mcp-source-foundation.

Implemented

  • MCP stdio server via mcp-kindle-server

  • profile and health reporting

  • library reads through kindle_library

  • focused unit tests for XML parsing and profile behavior

Related MCP server: rekordbox-mcp

Tools

  • kindle_profile

  • kindle_health

  • kindle_library

Configuration

At least one local source must be available:

export KINDLE_DB_PATH="/path/to/kindle.db"
export KINDLE_XML_PATH="/path/to/KindleSyncMetadataCache.xml"

CLI

mcp-kindle profile --format json
mcp-kindle library --format json
mcp-kindle-server

Safety

  • read-only by default

  • local-file based, with no cloud mutation path in v1

  • no credentials are required unless a future cloud connector is added

Development

python -m pytest
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A simple FastAPI-based MCP server that provides book-related tools, currently supporting retrieval of book collection counts.
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server for rekordbox DJ database access. Provides read-only querying of tracks, playlists, and DJ session history from encrypted rekordbox SQLite databases using pyrekordbox.
    25
    88
    Python
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • Remote MCP server for full read/write access to a Zotero library

  • Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.

View all MCP Connectors

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/kogecoo/mcp-kindle'

If you have feedback or need assistance with the MCP directory API, please join our Discord server