notesbridge for Claude Desktop
io.github.isaiahdupree/notesbridge
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
client:Claude Desktop
transport:streamable-http
Install notesbridge in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"notesbridge": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://notesbridge.vercel.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs