1. Conduid
  2. Developer Tools
  3. Readwise MCP
MCP server · Developer Tools

Readwise MCP

Readwise MCP

Unclaimed MIT last commit 11 months ago devtools
69Good

Scored 3 hours ago · breakdown

About Readwise MCP

Readwise MCP is an MCP server published by readwiseio in the Developer Tools category: readwise MCP. It has been installed 0 times through Conduid.

The repository has 142 stars and 13 forks, with the last commit 11 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx readwise-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Readwise MCP

Powered by Claude · Grounded in docs

I know everything about Readwise MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

0.0.70.0.7 · 26 Sep 2025Improve server stability by limiting the maximum number of text queries to 8 in a single request. If you have any questions, feel free to open a github issue or shoot us an email at [hello@readwise.io](mailto:hello@readwise.io). :)
0.0.60.0.6 · 7 Jul 2025Adds `zod` dependency which fixes issues with running the server in specific environments. If you have any questions, feel free to open a github issue or shoot us an email at [hello@readwise.io](mailto:hello@readwise.io). :)
0.0.40.0.4 · 15 Apr 2025Improves installation instructions in README.md and moves development notes to a separate file. If you have any questions, feel free to open a github issue or shoot us an email at [hello@readwise.io](mailto:hello@readwise.io). :)
0.0.30.0.3 · 14 Apr 2025Fixes an outdated package name in the README.md file. If you have any questions, feel free to open a github issue or shoot us an email at [hello@readwise.io](mailto:hello@readwise.io). :)
0.0.20.0.2 · 14 Apr 2025Fixes issues when running the project using npx. If you have any questions, feel free to open a github issue or shoot us an email at [hello@readwise.io](mailto:hello@readwise.io). :)

README

Readwise MCP (Deprecated)

This MCP server is deprecated. Please use the new Readwise MCP server instead: readwise.io/mcp

The new server is hosted — no local installation needed. It supports both Readwise and Reader data, and works with Claude Desktop, ChatGPT, Claude Code, Cursor, and any MCP-compatible app.


Migration

Replace your existing claude_desktop_config.json entry with the new server. Setup instructions for all clients are at readwise.io/mcp.

If you also want CLI access and agent skills, see readwise.io/cli.


Legacy Installation (not recommended)

Installation in Claude

  1. Please make sure you have Node installed.
  2. Open Claude desktop app.
  3. Navigate to Settings > Developer.
  4. Click Edit Config.
  5. Add the following entry to the claude_desktop_config.json file, replacing ACCESS_TOKEN value with your Readwise Access Token.
{
  "mcpServers": {
    "Readwise MCP": {
      "command": "npx",
      "args": [
        "-y",
        "@readwise/readwise-mcp"
      ],
      "env": {
        "ACCESS_TOKEN": "XXXXXXXXX"
      }
    }
  }
}

Troubleshooting

For general troubleshooting guidance, please refer to the official Model Context Protocol Claude Desktop Troubleshooting section.

"Could not attach to MCP server Readwise MCP"

A very likely reason for this to happen is that you have an incorrect npx/Node version set up. If you're using nvm, try running nvm use 18 in your terminal. If not, consider reinstalling Node.

Errors when calling Readwise tools

When using this MCP server, you may occasionally encounter MCP errors during your conversations with Claude. If you experience such errors, we recommend trying to switch between different Claude models (e.g., from Claude 3.5 Haiku to Claude 3.7 Sonnet) as this often resolves the issue.

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Readwise MCP

How do I install Readwise MCP?

Run npx readwise-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Readwise MCP safe to use with an AI agent?

Its trust score is 69 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Readwise MCP still maintained?

The last commit was 11 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.