> ## 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.

# VS Code

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

[VS Code](https://code.visualstudio.com/) is a code editor by Microsoft with built-in GitHub Copilot. With this integration Copilot can search, read, and organize your bookmarks via [MCP](/integrations/mcp).

## Connecting

Add to `.vscode/mcp.json` in your project:

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