Servers
Reader Server
@xinthink
Connect your Readwise Reader library to LLMs.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"reader-mcp-server-py": {
"command": "npx",
"args": [
"skills",
"add",
"xinthink/reader-mcp-server",
"--skill",
"reader"
]
}
}
}