Install this and any Claude session can see what is on your shelf and read it. Ask Claude to look at the screenshot you just put down, instead of finding it and attaching it again.
It runs entirely on your Mac. The bridge reads Nearhand’s own store on your disk and talks to no network service of ours. Claude only sees a shelf item when you ask it to.
Download the extension, then open it. Claude Desktop takes over and asks to install it — there is no config file to edit.
nearhand-bridge.mcpb · 299 KB
Save the server somewhere permanent, then register it. Anywhere stable is fine; the command below assumes your home folder.
nearhand-bridge.js · 753 KB · needs Node 18 or later
mkdir -p ~/.nearhand
mv ~/Downloads/nearhand-bridge.js ~/.nearhand/
claude mcp add nearhand -- node ~/.nearhand/nearhand-bridge.js
Run claude mcp list to confirm it registered.
If you would rather edit the config yourself, add this to
claude_desktop_config.json using the same downloaded server:
{
"mcpServers": {
"nearhand": {
"command": "node",
"args": ["/Users/YOU/.nearhand/nearhand-bridge.js"]
}
}
}
Use a full path — ~ is not expanded there.
It finds the shelf on its own, whether you installed Nearhand from this site or from the Mac App Store. Nearhand does not need to be running.
/opt/homebrew/bin/node.