Connections / MCP
Use Qind directly from Claude and ChatGPT.
Qind speaks the open Model Context Protocol, so your AI assistant can search your library, create notes and bookmarks, and run AI operations without leaving the tool you already use.
works with Claude · GitHub Copilot · ChatGPT · any MCP client
Your Qind
MCP server
Your AI
What it can do
Everything Qind does, now as tools your AI can call.
read & write · scoped to your library · revoke access anytime
Notes
Bookmarks
Folders & collections
Item management
AI operations
Search
Reach into your Qind from the terminal or the chat.
Authenticate once, then search, list, and open your saved collections by meaning from the MCP client you already use.
- Search in natural language across everything you saved.
- List and open collections without leaving your client.
- Get answers that cite their sources.
Claude Code — qind
> /mcp
└ Authentication successful. Connected to Qind.
> get my collections from Qind
● I'll fetch your Qind collections now.
Called Qind · list_collections
● Here are your collections:
| Name | Items | Last updated |
|---|---|---|
| Product research | 23 | today |
| Competitor analysis | 9 | yesterday |
| Pricing & packaging | 7 | 2 days ago |
| Landing page refs | 10 | last week |
| GitHub platform | 10 | last week |
| System design | 3 | last month |
6 collections total — most active is "Product research" (23 items).
Capture · real round-trip
Save to Qind from any conversation.
Not a mockup — here's the actual round-trip. Ask your AI to save the conversation, and Qind files it as a searchable note in your library.
Access & safety
You decide what your AI can touch.
approve once via OAuth — or paste a scoped personal token
Read-only
Let your AI search and retrieve saved Qind items without changing your library.
Read + write
Allow your AI to create notes, save bookmarks, move items, and organize your library.
Full audit log Every MCP tool call is recorded in your account.
Instant revoke Disconnect a client the moment you no longer need it.
Token expiry Scoped tokens can expire automatically.
No silent access Clients ask before Qind is connected.
Get started
Add Qind to your MCP client.
Installation
Installation
- Run the hosted server command in your terminal.
claude mcp add --transport http qind https://mcp.qind.ai/mcp - Run
/mcpinside Claude Code. - Choose Qind and authorize in the browser.
- Run the local bridge command in your terminal.
claude mcp add qind -- npx -y mcp-remote https://mcp.qind.ai/mcp - Run
/mcpinside Claude Code. - Choose Qind and authorize in the browser.
- Open Settings → Developer → Edit config.
- Add
qindtomcpServers.{ "mcpServers": { "qind": { "url": "https://mcp.qind.ai/mcp" } } } - Restart Claude Desktop, then approve Qind when OAuth opens.
- Open Settings → Developer → Edit config.
- Add
qindtomcpServers.{ "mcpServers": { "qind": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.qind.ai/mcp"] } } } - Restart Claude Desktop, then approve Qind when OAuth opens.
- Open Cursor settings with
⌘ + Shift + J. - Go to Tools & Integrations → New MCP server.
- Paste the hosted Qind config.
{ "mcpServers": { "qind": { "url": "https://mcp.qind.ai/mcp" } } }
- Open Cursor settings with
⌘ + Shift + J. - Go to Tools & Integrations → New MCP server.
- Paste the local bridge config.
{ "mcpServers": { "qind": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.qind.ai/mcp"] } } }
- Open the command palette with
⌘ + P. - Run MCP: Add Server, choose HTTP, and enter
https://mcp.qind.ai/mcp. - Name it Qind, allow auth, then run MCP: List Servers → Qind → Start Server.
- Open your MCP server configuration in VS Code.
- Add Qind with the local bridge config.
{ "mcpServers": { "qind": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.qind.ai/mcp"] } } } - Save, restart the server, and authorize Qind in the browser.
- Add the hosted server in your Codex MCP settings.
- Use the Qind hosted URL when Codex asks for the server address:
https://mcp.qind.ai/mcp. - Verify that Qind appears in available tools.
- Run the local bridge command in your terminal.
codex mcp add qind -- npx -y mcp-remote https://mcp.qind.ai/mcp - Restart Codex if the server list is already open.
- Verify that Qind appears in available tools.
- Edit
~/.gemini/settings.json. - Add Qind to your MCP servers.
{ "mcpServers": { "qind": { "url": "https://mcp.qind.ai/mcp" } } } - Save, restart Gemini CLI, then run
/mcp auth qindto open browser OAuth.
- Edit
~/.gemini/settings.json. - Add Qind with the local bridge config.
{ "mcpServers": { "qind": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.qind.ai/mcp"] } } } - Save, restart Gemini CLI, then run
/mcp auth qindto open browser OAuth.
- Open Settings → Cascade → MCP servers → Manage.
- Add the hosted Qind config.
{ "mcpServers": { "qind": { "url": "https://mcp.qind.ai/mcp" } } } - Save, start the server, and approve Qind in the browser.
- Open Settings → Cascade → MCP servers → Manage.
- Add the local bridge config.
{ "mcpServers": { "qind": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.qind.ai/mcp"] } } } - Save, start the server, and approve Qind in the browser.
- Open MCP Servers → Configure.
- Add
qindtomcpServers.{ "mcpServers": { "qind": { "url": "https://mcp.qind.ai/mcp" } } } - Save the file and authorize Qind when prompted.
- Open MCP Servers → Configure.
- Add
qindtomcpServers.{ "mcpServers": { "qind": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.qind.ai/mcp"] } } } - Save the file and authorize Qind when prompted.
- Open
settings.jsonwith⌘ + ,. - Add Qind under
context_servers.{ "context_servers": { "qind": { "url": "https://mcp.qind.ai/mcp" } } } - Save the file and start the Qind context server.
- Open
settings.jsonwith⌘ + ,. - Add Qind under
context_servers.{ "context_servers": { "qind": { "command": "npx", "args": ["-y", "mcp-remote", "https://mcp.qind.ai/mcp"] } } } - Save the file and start the Qind context server.
Cloud connects to Qind's hosted server at https://mcp.qind.ai/mcp.
Stdio runs a local bridge with mcp-remote.
Also works with any MCP-compatible client
Other connections
Capture from wherever knowledge appears.
MCP
You're hereUse Qind from Claude, ChatGPT, Cursor, and any MCP client.
Browser extension
Capture pages, PDFs, highlights, and screenshots from the web.
CLI
Coming soonSave and search from your terminal workflows.
Screenshots
Save visual context and make it searchable later.
PDFs & files
Bring documents into the same searchable library.
Qind MCP
Your saved knowledge, available where you ask.
Connect Qind once. Then search, capture, and organize from the AI client you already keep open.