Connect ContextBolt to your AI
Paste one URL into Claude, Cursor, Cline, or any MCP client. Your saved bookmarks become searchable context for every chat, every prompt, every project.
Three things you'll need
Skip ahead if you've already done these. Reach out at [email protected] if you get stuck on any of them.
ContextBolt installed
Free from the Chrome Web Store. Works in Chrome, Brave, Arc, Edge, and any Chromium browser.
Install ContextBoltPro license activated
MCP is a Pro feature. Buy once, paste your license key into the extension. Where do I find my key?
Get ProBookmarks synced
Visit x.com/i/bookmarks, reddit.com/saved, or click the LinkedIn save button on posts you want captured. The extension does the rest.
Already done? Continue below ↓Copy your MCP URL
This URL is the entire connection. It contains your auth token, so treat it like a password.
- 1 Click the ContextBolt icon in your browser toolbar to open the dashboard.
- 2 Open Settings in the left sidebar.
- 3 Find the MCP Integration section. It only appears after Pro is active. If you see "Upgrade to Pro" instead, paste your license key into the License Key field above and click Save first.
- 4 Click . Your MCP URL looks like this:
https://api.contextbolt.app/mcp/your-unique-token
Pick your AI client
Same URL, six setups. Click the card that matches what you use.
Claude Desktop
Anthropic's desktop app. Mac and Windows.
Setup steps →Claude Code
Anthropic's CLI agent. Per-project or global.
Setup steps →Cursor
AI-first code editor. macOS, Windows, Linux.
Setup steps →Cline
Autonomous coding agent for VS Code.
Setup steps →Continue
Open-source AI assistant. VS Code and JetBrains.
Setup steps →Other / Custom
Any HTTP-MCP compatible client. Generic instructions.
Setup steps →Connect to Claude Desktop
Anthropic's desktop app for macOS and Windows. Two ways: the GUI (easiest) or editing the JSON config file directly.
A Custom connector (easiest)
- Open Claude Desktop and click your profile icon (top right).
- Choose Settings → Connectors.
- Click Add custom connector.
- Name it
ContextBoltand paste your MCP URL into the URL field. - Click Add, then quit and reopen Claude Desktop.
Don't see "Connectors" in Settings? You're on an older version. Use method B below.
B Edit the config file
- Open the config file:
- macOS
~/Library/Application Support/Claude/claude_desktop_config.json - Windows
%APPDATA%\Claude\claude_desktop_config.json
Or in Claude Desktop: Settings → Developer → Edit Config.
- macOS
- Add the ContextBolt server to
mcpServers:{ "mcpServers": { "contextbolt": { "type": "http", "url": "https://api.contextbolt.app/mcp/YOUR_TOKEN" } } }Replace
YOUR_TOKENwith the token at the end of your MCP URL. IfmcpServersalready exists with other entries, just add the"contextbolt"key inside it. - Quit and reopen Claude Desktop. Look for the connector indicator (paperclip icon in the chat input).
Connect to Claude Code
Anthropic's terminal-native coding agent. Add ContextBolt globally (every project) or per-project via .mcp.json.
A CLI command (easiest)
- Run this in any terminal:
claude mcp add --transport http contextbolt https://api.contextbolt.app/mcp/YOUR_TOKEN - Restart your Claude Code session (close and reopen the terminal, or run
/exitthen re-launch). - Verify with
/mcpinside Claude Code. You should seecontextboltlisted as connected.
B Per-project .mcp.json
- Create or edit
.mcp.jsonin your project root:{ "mcpServers": { "contextbolt": { "type": "http", "url": "https://api.contextbolt.app/mcp/YOUR_TOKEN" } } } - Commit it to git if your team should also get bookmark search (or add it to
.gitignoreif your bookmarks are personal). - Restart Claude Code in that project directory.
Project-level .mcp.json takes precedence over the global config.
Connect to Cursor
Cursor reads MCP servers from a single JSON file. Edit it once, restart, done.
- Open Cursor settings:
⌘,on macOS,Ctrl+,on Windows / Linux. - Search for "MCP" in the settings search bar, then click Edit in settings.json (or MCP servers).
- Add the ContextBolt server. The file lives at
~/.cursor/mcp.json:{ "mcpServers": { "contextbolt": { "url": "https://api.contextbolt.app/mcp/YOUR_TOKEN" } } } - Restart Cursor. Open the chat panel and you should see
contextboltin the available tools.
Connect to Cline
Cline is a VS Code extension. It has a built-in MCP servers panel.
- Open the Cline panel in VS Code (sidebar icon).
- Click the MCP Servers tab at the top of the panel.
- Click Configure MCP Servers. This opens
cline_mcp_settings.json. - Add ContextBolt:
{ "mcpServers": { "contextbolt": { "type": "streamableHttp", "url": "https://api.contextbolt.app/mcp/YOUR_TOKEN", "disabled": false, "autoApprove": [] } } } - Save the file. Cline picks up the change automatically; no restart needed. The server should show up green in the MCP Servers tab.
Connect to Continue
Open-source AI assistant for VS Code and JetBrains. MCP support is built into recent versions.
- Open the config file at
~/.continue/config.yaml(orconfig.jsonon older versions). - Add ContextBolt under
mcpServers:mcpServers: - name: contextbolt transport: type: streamable-http url: https://api.contextbolt.app/mcp/YOUR_TOKEN - Reload the Continue panel (or restart your editor).
If you're on a JSON-based config, the equivalent is { "mcpServers": [{ "name": "contextbolt", "url": "..." }] }.
Any other MCP-compatible client
ContextBolt's MCP server speaks standard JSON-RPC over HTTP per the Model Context Protocol spec. If your client supports remote MCP, it'll work.
What you need to know
- Transport: HTTP (some clients call this "streamable HTTP" or "SSE"). We accept both.
- URL:
https://api.contextbolt.app/mcp/YOUR_TOKEN - Auth: The token is in the URL path. No headers, no API keys, nothing else needed.
- Methods supported:
initialize,tools/list,tools/call,ping. - Tools exposed:
search_bookmarks,list_clusters,get_cluster_bookmarks,get_recent_bookmarks.
Generic config shape
Most MCP clients use a config file with this structure. Adapt to your client's format:
{
"mcpServers": {
"contextbolt": {
"type": "http",
"url": "https://api.contextbolt.app/mcp/YOUR_TOKEN"
}
}
} Where to find your license key
Two places, both reliable. If you bought Pro and can't find your key, here's how to get it back.
1. Check your inbox
After purchase, Lemon Squeezy emails your license key. Look for the subject line "Your ContextBolt Pro license key". The body contains a UUID-format key that looks like XXXX-XXXX-XXXX-XXXX-XXXX.
Check spam if it's not in your inbox. Search for contextbolt or lemonsqueezy.
2. Lemon Squeezy account
Go to app.lemonsqueezy.com/my-orders, click your ContextBolt order, and your license key is shown on the order details page.
Same place lets you cancel, update payment, or download invoices.
Activating the key in the extension
- Open the ContextBolt extension and go to Settings.
- Paste your license key into the License Key field (under Account).
- Click Save. You should see "Pro activated" in green within a few seconds.
- The MCP Integration section now shows your URL. Continue with your client setup.
If something's not working
Eight quick checks that solve nine out of ten setup issues. Still stuck after these? Email [email protected] and we'll get on it.
This is the most common one. Open the ContextBolt extension, go to Settings, click Save. That triggers a one-time backfill of your local bookmarks to the cloud where the MCP server reads them. Wait around 5 seconds, then try your query again. Future bookmarks sync automatically.
Check three things: (a) the URL is the full https://api.contextbolt.app/mcp/YOUR_TOKEN with no trailing slash, (b) you've fully restarted the AI client (quit and reopen, not just close the window), (c) your firewall isn't blocking outbound HTTPS to api.contextbolt.app. Try the URL in a browser; you should see a JSON object listing the available tools.
Either your Pro license isn't active or your MCP token was regenerated. Open the extension, check that the License Key field shows "Active" in green. If it does, copy the URL again from the MCP Integration section and update your AI client's config.
Make sure you're pasting the exact key from your Lemon Squeezy email (or order page), with no extra spaces. The key is UUID format with hyphens. If you bought through the test mode link by mistake, your key won't validate against the live store; email [email protected] and we'll re-issue.
Two places: the email Lemon Squeezy sent right after purchase (search "ContextBolt" or "lemonsqueezy"), or your Lemon Squeezy orders page. Full instructions.
Regenerating invalidates the old URL immediately. Copy the new URL from the extension and update every AI client you connected. Restart each client after updating.
No. Treat it like a password. Anyone with the URL can read all your bookmarks. Don't paste it into screenshots, public Discord channels, or shared .mcp.json files committed to public repos. If it leaks, click Regenerate in the MCP Integration section.
Four MCP tools are exposed: semantic search across your full collection, listing your auto-discovered topic clusters, fetching everything in a specific cluster, and getting recent bookmarks by platform. The AI can call these to answer questions, build summaries, draft from your saved material, or pull relevant references for a coding task.
Stuck on something not covered here?
Email me directly. I'm the founder, I read every message, and I'd genuinely rather hear about a setup snag than have you give up.
Email [email protected]