readwise-mcp

readwise-mcp

18

The Readwise MCP Server is designed to provide seamless access and interaction with the Readwise library through MCP protocols. It supports features like highlight retrieval, natural language search, and integration with MCP-compatible assistants. The server is crafted for ease of setup, robust error handling, and adherence to protocol standards.

How do I install the Readwise MCP Server?

You can install it via npm using npm install -g readwise-mcp or clone the repository and install dependencies with git clone https://github.com/your-username/readwise-mcp.git, followed by npm install and npm run build.

How do I configure my Readwise API key?

Run the setup wizard with npm run setup or start the server with the API key directly using readwise-mcp --api-key YOUR_API_KEY.

What transport options are available?

The server supports stdio transport for desktop applications and SSE transport for web-based integrations.

How can I test the server without a Readwise API key?

Use the mock testing functionality by running npm run test-mock, which simulates the Readwise API with sample data.

What are the available tools in the Readwise MCP Server?

The available tools include get_highlights, get_books, get_documents, and search_highlights.