Monomarks / Use with Claude

Use monomarks with Claude

Save and search your bookmarks from any Claude conversation. Monomarks runs an MCP server, which means Claude can call into it directly — no copy-pasting URLs back and forth.

What you can do

Once it's set up, you can say things to Claude like:

Claude can also help you tidy up — ask it to find duplicates, summarise a tag, or delete things you don't want.

The eight things Claude can do on your behalf: save bookmarks, fetch one by URI, list your most recent, search across your saved items, list by tag, list all your tags with counts, edit a bookmark's note/tags/title, and delete one.

Set it up

You'll need a token first. The token is what proves Claude is you.

  1. Go to Settings → API Tokens.
  2. Click Generate token, give it a name (e.g. “Claude.ai” or “my laptop”), and copy the token. You'll only see it once.

Then pick your Claude:

claude.ai (browser)

  1. In claude.ai, open Settings → Connectors.
  2. Click Add custom connector.
  3. Fill in:
    • Name: Monomarks
    • URL: https://monomarks.at/mcp
    • Authentication: Bearer token — paste your mm_pat_… value
  4. Save.

You should see Monomarks in your connectors list. Start a new chat and try one of the example phrases above.

Claude Desktop

  1. Open ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or the equivalent on Windows/Linux.
  2. Add this entry under mcpServers (creating the key if it doesn't exist):
"monomarks": {
  "type": "http",
  "url": "https://monomarks.at/mcp",
  "headers": { "Authorization": "Bearer mm_pat_PASTE_YOUR_TOKEN_HERE" }
}
  1. Restart Claude Desktop.

Claude Code (terminal)

claude mcp add --transport http --scope user monomarks https://monomarks.at/mcp \
  --header "Authorization: Bearer mm_pat_PASTE_YOUR_TOKEN_HERE"

Things to know

If something doesn't work

Still stuck? Hit me up on Bluesky at @monomarks.at.