Connect Claude to your notes
note2it speaks MCP (Model Context Protocol), the open standard AI assistants use to work with your tools. Connect an assistant like Claude, Perplexity, or Gemini and ask it to search, read, and — if you allow it — edit your notes. You stay in control: you choose what each assistant can do, every change is undoable, and you can revoke access any time.
Available on the Premium and Pro plans.
Option 1 — One click in Claude (recommended)
Works in Claude on the web, desktop, and mobile.
- In Claude, open connector settings and add a custom connector with this URL:
https://app.note2it.com/api/mcp/mcp - Claude sends you to a note2it screen. Sign in, choose whether the assistant may read only or also edit, and approve.
- That's it — Claude can now work with your notes. No keys to copy.
Option 2 — An API token (Claude Code & headless tools)
- In note2it, go to Settings → AI assistants and create a token with the access you want (read, or read + edit). Copy it — it's shown only once.
- Add note2it to your client with the token, for example in Claude Code:
claude mcp add --transport http note2it https://app.note2it.com/api/mcp/mcp --header "Authorization: Bearer YOUR_TOKEN"
Connect Perplexity
Perplexity connects to note2it with an API token. Custom connectors require a Perplexity Pro, Max, or Enterprise plan.
- In note2it, go to Settings → AI assistants and create a token with the access you want (read, or read + edit). Copy it — it's shown only once.
- In Perplexity, open Settings → Connectors → Add connector → Custom, and enter the note2it server URL:
https://app.note2it.com/api/mcp/mcp - Set the authentication method to “API key” and add an “Authorization” header whose value is the word Bearer, a space, then your token:
Authorization: Bearer YOUR_TOKEN - Save the connector. Perplexity verifies it right away — then ask it to search or read your notes.
Connect ChatGPT
ChatGPT calls connectors “apps”. Developer mode and Deep Research connectors require a ChatGPT Business, Enterprise, or Edu plan.
Full access — Developer mode
Read and edit your notes, like Claude. Uses OAuth, so there's no key to copy.
- In ChatGPT, turn on Settings → Connectors → Advanced → Developer mode, then add a custom connector with this URL:
https://app.note2it.com/api/mcp/mcp - Choose OAuth. ChatGPT sends you to a note2it screen — sign in, pick read or read + edit, and approve. No client ID or secret to enter.
Deep Research
Let ChatGPT's Deep Research search your notes and cite them in its report (read-only).
- Add a second custom connector pointing at the Deep Research URL:
https://app.note2it.com/api/deep-research/mcp - Authorize it the same way, then pick note2it as a source when you start a Deep Research run.
Connect Gemini
Gemini connects to note2it through Google Antigravity — Google's agent app that replaced the standalone Gemini CLI for individuals — using a note2it API token.
- In note2it, go to Settings → AI assistants and create a token with the access you want (read, or read + edit). Copy it — it's shown only once.
- In Antigravity, open the Agent panel, then choose ⋯ → MCP Servers → Manage MCP Servers → View raw config.
- Add note2it to the mcpServers object, with your token as the bearer:
{ "mcpServers": { "note2it": { "serverUrl": "https://app.note2it.com/api/mcp/mcp", "headers": { "Authorization": "Bearer YOUR_TOKEN" } } } } - Save the file and restart Antigravity — then ask Gemini to search or edit your notes.
What an assistant can do
- Search and read across your notebooks, sections, and pages.
- Create pages and make precise edits — add a line under one heading, fix a sentence — without rewriting the whole page.
- List your page templates and fill one in to create a new page.
- Follow your [[wiki-links]], find backlinks and broken links, and work with your tags.
You stay in control
- Read-only or read + edit — you choose at the approval screen.
- See every connected assistant in Settings → AI assistants and revoke any of them instantly.
- Every edit an assistant makes is saved beforehand and can be restored; deleted pages go to a restorable trash.
- Connected-assistant activity is recorded in your account's security log.
Ready to try it?
Create an account, then connect Claude from Settings.