Files
cursor__plugins/third_party/readwise/mcp.json
T
Cursor Agent 3f73f64fc4 Add Readwise third-party MCP plugin
Readwise ships an official remote MCP server over Streamable HTTP with per-user OAuth, so the plugin is a URL-only mcp.json with no variables block.

Co-authored-by: Roshan Sadanani <roshansada@users.noreply.github.com>
2026-08-25 06:29:53 +00:00

9 lines
116 B
JSON

{
"mcpServers": {
"readwise": {
"type": "http",
"url": "https://mcp2.readwise.io/mcp"
}
}
}