MCP is currently in beta for Pro users.
Server address
Our MCP server uses Streamable HTTP transport with OAuth 2.1 authentication at the following address:Supported clients
Claude
claude.ai, Desktop, and Claude Code
ChatGPT
Plus, Pro, Business, Enterprise, Education
VS Code
GitHub Copilot
Cursor
AI code editor
Windsurf
AI code editor
Zed
Code editor (via mcp-remote bridge)
Other MCP clients
Hundreds of other tools now support MCP servers. You can configure them to use Raindrop.io MCP server with the following settings:- Command:
npx - Arguments:
-y mcp-remote https://api.raindrop.io/rest/v2/ai/mcp - Environment: None
FAQ
Why am I seeing an error when trying to connect?
Why am I seeing an error when trying to connect?
Run the following in Terminal to clear saved auth info, then try again:If the issue persists, make sure you have the latest version of Node.js installed.
Does the MCP support Streamable HTTP?
Does the MCP support Streamable HTTP?
Yes, at the
https://api.raindrop.io/rest/v2/ai/mcp endpoint. This is the only supported transport.Can I authenticate with my own API keys or OAuth access tokens?
Can I authenticate with my own API keys or OAuth access tokens?
Yes. You can pass your Raindrop.io API token directly in the
Authorization: Bearer <your-token> header instead of using the interactive OAuth flow.I'm using WSL on Windows, and seeing an error
I'm using WSL on Windows, and seeing an error
Try this configuration instead: