MCP Setup Guide
Connect Reedle to Claude Desktop or Cursor in under 5 minutes. Once connected, your AI assistant can read, search, and manage your entire Reedle library.
Step 1 — Get a Personal Access Token
- Open Reedle and go to Settings → Integrations
- Under Claude MCP, click Generate token
- Copy the token — it starts with
rdk_ - Store it safely — it's shown once but can be regenerated anytime
Step 2 — Add Reedle to your AI client
Paste this into your MCP configuration file, replacing the token placeholder:
{
"mcpServers": {
"reedle": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://fhgxapmrciwlhsffdeyj.supabase.co/functions/v1/reedle-mcp"],
"env": {
"MCP_AUTH_TOKEN": "rdk_your_pat_here"
}
}
}
}Configuration file locations
| Client | Config file |
|---|---|
| Claude Desktop (macOS) | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Claude Desktop (Windows) | %APPDATA%\Claude\claude_desktop_config.json |
| Cursor | ~/.cursor/mcp.json |
Step 3 — Restart and verify
- Fully quit and reopen Claude Desktop or Cursor
- Look for the MCP tools icon (hammer icon) in the interface
- You should see
reedle_list_articlesand other Reedle tools listed - Try: "List my last 5 saved articles"
Requirements
- Node.js 18+ (for
npx mcp-remote) - Claude Desktop 0.7+ or Cursor with MCP support
- Active Reedle account with at least one saved article
Troubleshooting
| Problem | Solution |
|---|---|
| Tools don't appear after restart | Check that Node.js is installed: node --version |
Unauthorized error | Regenerate your PAT in Reedle Settings — old tokens may be revoked |
| Tools appear but return no articles | Make sure you've saved at least one article in Reedle |
| Config file not found | Create the directory and file manually if they don't exist yet |