Skip to main content
This guide shows you how to connect OpenNote to your AI tools using the Model Context Protocol (MCP).

Prerequisites

Before you start, make sure you have:
  1. Node.js: Install Node.js 20+.
  2. pnpm: Install pnpm 10+ (used by the web app).

Install the CLI and initialize OpenNote:
npm install -g github:eliophan/opennote#main
opennote install
Then install MCP config:
opennote mcp install

Alternative: Shell Script

If you prefer using a shell script:
Terminal
curl -fsSL https://raw.githubusercontent.com/eliophan/opennote/main/install.sh | bash
After install, add MCP config:
opennote mcp install
Manual client setup is covered in the Manual Configuration tab.

What’s Next?

Once installed, your AI agent will have access to new specialized tools:
  • Notebooks: Long-term memory for project details. Learn more
  • Jots: Quick capture for ideas and tasks. Learn more
  • Search: Find relevant notebooks and jots fast.
Use opennote setup if you want to enable embeddings later.