> ## Documentation Index
> Fetch the complete documentation index at: https://help.raindrop.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

<Frame style={{padding: '48px'}}>
  <img src="https://mintcdn.com/raindropio-0c6b7ca1/g7d24I8ROfahz7TM/assets/icon-cursor.png?fit=max&auto=format&n=g7d24I8ROfahz7TM&q=85&s=1df8d38f4b98c0ec22c49a8759df8cfd" style={{width: '80px', height: '80px'}} width="180" height="180" data-path="assets/icon-cursor.png" />
</Frame>

[Cursor](https://www.cursor.com) is an AI-powered code editor. With this integration it can search, read, and organize your bookmarks via [MCP](/integrations/mcp).

## Connecting

Go to **Settings → MCP → Add new MCP Server**, or add to `.cursor/mcp.json`:

```json theme={null}
{
	"mcpServers": {
		"raindrop": {
			"url": "https://api.raindrop.io/rest/v2/ai/mcp"
		}
	}
}
```
