Kindle MCP Server connects AI assistants to your Kindle highlights and notes from read.amazon.co.jp.
This project supports Amazon Japan (co.jp) only.
npm install
npx playwright install chromium
npm run build
KINDLE_REGION=co.jp npm run loginThen configure your MCP client:
{
"mcpServers": {
"kindle": {
"command": "node",
"args": ["/absolute/path/to/kindle-annotations-mcp/dist/index.js"],
"env": {
"KINDLE_REGION": "co.jp"
}
}
}
}login: open browser for manual sign-in.check_login_status: verify main-site and Web Reader readiness.get_book_list: list books with highlights.fetch_notes: fetch notes by ASIN.