Connect BookmarksIQ to Claude

BookmarksIQ runs a live Model Context Protocol (MCP) server, so you can connect your bookmarks directly to Claude and other MCP-compatible assistants — and search your saved X bookmarks in natural language, from inside your assistant.

What it does

Once connected, you ask questions about your saved X bookmarks in plain language — "what did I save about React performance?" — and your assistant searches your library and answers, without you leaving the conversation.

The endpoint

https://mcp.bookmarksiq.com
Server: BookmarksIQ, v2.0.0 · Transport: Streamable HTTP · Auth: Auth0 OAuth 2.0 (PKCE)

The two tools

search_bookmarks
Search your saved X/Twitter bookmarks using natural language. Use this when the user asks about their bookmarks, wants to find saved tweets, or asks questions about topics they may have bookmarked.
list_categories
List all bookmark categories with bookmark counts. Use this when the user asks what categories they have or how many bookmarks they have in total.

Your data stays yours

Every connection is scoped to your own account. When you sign in, the server identifies you from your validated login token — never from anything the assistant sends — and every search runs only against your bookmarks. One user's connection can never reach another user's data. This is enforced on the server, on every request.

Who can connect

Connecting requires a BookmarksIQ account with an active free trial or a Pro subscription. Both can use the MCP server. If your trial has expired and you haven't upgraded, AI features — including MCP access — are paused until you subscribe.

Don't have an account yet? Start a free trial and connect it to Claude yourself.

Start a free trial

Verify it's live (no account needed)

You can confirm the server is real right now. Send an unauthenticated request to the endpoint and it responds with HTTP 401 and an OAuth challenge header (WWW-Authenticate: Bearer …), pointing to its authorization server. That's the server refusing anonymous access and telling you how to authenticate — proof it's live and checking credentials.

How to connect

  1. In Claude, open your connector settings and add a custom connector.
  2. Enter the endpoint: https://mcp.bookmarksiq.com
  3. Sign in with your BookmarksIQ account when prompted (Auth0 OAuth).
  4. Ask Claude about your bookmarks — it'll use search_bookmarks and list_categories.

Connector UI wording varies by client; see Claude's connector documentation for the exact steps in your version.

Last updated: July 21, 2026