Reedle MCP
The Reedle MCP server exposes your entire reading library as tools for AI assistants. Connect Claude Desktop or Cursor once — then ask your AI to search, summarize, highlight, and manage your Reedle library in natural language.
What you can do
| Search your library semantically | "Find everything I saved about transformer architectures" |
| Read article content | "Summarize the last 3 articles I saved" |
| Save new content | "Save this URL to my reading list" |
| Create highlights | "Highlight the key conclusions in this article" |
| Manage flashcards | "Create flashcards from the highlights in this paper" |
| Organize with lists | "Move all my ML papers to the Research list" |
How it works
The Reedle MCP server is a Supabase Edge Function that implements the Model Context Protocol. Your AI client connects to it using a Personal Access Token (PAT) that scopes all operations to your account. The server never exposes other users' data.
Get started
Authentication
MCP uses a Personal Access Token (PAT) with the rdk_ prefix — separate from the developer API keys (sk_iopho_). Generate your PAT from Reedle → Settings → Integrations. One PAT per integration type. Tokens do not expire but can be revoked at any time.