Skip to content
VS Code

notesbridge for VS Code

io.github.isaiahdupree/notesbridge

Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.

client:VS Code transport:streamable-http

Install notesbridge in VS Code

.vscode/mcp.json

{
  "servers": {
    "notesbridge": {
      "type": "http",
      "url": "https://notesbridge.vercel.app/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

notesbridge in other clients