Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A local MCP server that connects LLM clients like Claude to Readwise, enabling context management for LLM interactions.
Add this to your MCP client configuration:
{
"mcpServers": {
"readwiseio-readwise-mcp": {
"command": "npx",
"args": [
"-y",
"@readwise/readwise-mcp"
],
"env": {
"ACCESS_TOKEN": "<Your Readwise access token from https://readwise.io/access_token>"
}
}
}
}{
"id": "readwiseio-readwise-mcp",
"name": "Readwise",
"description": "A local MCP server that connects LLM clients like Claude to Readwise, enabling context management for LLM interactions.",
"source_url": "https://github.com/readwiseio/readwise-mcp",
"publisher_name": "readwiseio",
"publisher_url": "https://github.com/readwiseio",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 9037,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@readwise/readwise-mcp"
},
"tools_count": 1
}