Your notes, inside your AI assistant
Connect Cosmonote to Claude, ChatGPT or another AI assistant. It can then read your recordings, transcripts, summaries and action items, and answer questions about them.
What this does
Once connected, you can ask your assistant questions like "what did we decide in Monday's meeting?" and it will look through your Cosmonote notes to answer. No copy-pasting, no exporting.
It can only read. Your assistant can never change, delete or record anything, and it only ever sees notes belonging to your own account.
MCP is the open standard that makes this work. You do not need to know anything about it to follow the steps below. If you would rather build something yourself, use the REST API instead.
Before you start
You need one thing: a Cosmonote API key. It takes about thirty seconds.
- Open the Cosmonote app on your phone.
- Go to Settings → API keys.
- Tap Create a key and copy it.
Keep it to hand. Your assistant asks for it once, when you sign in, and never again.
Connect your assistant
Pick the one you use. Every path ends the same way: a Cosmonote sign-in page opens, you paste your key, and you are connected.
https://nebula.cosmonote.ai/mcp Claude
Web, desktop and mobile- Open Claude and go to Settings → Connectors.
- Click Add custom connector.
- Paste the Cosmonote address into the URL field:
https://nebula.cosmonote.ai/mcp
- Click Connect. A Cosmonote sign-in page opens.
- Paste your API key and approve. Cosmonote now appears in your list of connectors.
Claude Code
In the terminal- Run this command:
claude mcp add --transport http cosmonote https://nebula.cosmonote.ai/mcp
- Run
/mcpinside Claude Code and choose Authenticate. - Paste your API key in the page that opens.
ChatGPT
Web and desktop- Open ChatGPT and go to Settings → Connectors.
- Search for Cosmonote in the directory. If it is not there, choose Add custom connector and paste the address above.
- Sign in with your API key when prompted.
Cursor, Windsurf, Zed and others
Any app that supports MCP works the same way. Add Cosmonote to its configuration file, then open it and complete the sign-in it offers.
{
"mcpServers": {
"cosmonote": {
"url": "https://nebula.cosmonote.ai/mcp"
}
}
} The connection uses Streamable HTTP with OAuth 2.0 and PKCE. Nothing else to configure.
Try it
Once connected, ask your assistant anything about what you have recorded.
What it can see
Three read-only tools, all limited to your own account.
list_notes Your notes, with title, date, length, speakers, category and key points.
read-onlyget_note One note in full, with its transcript and summary if you ask for them.
read-onlylist_action_items The action items pulled out of your notes, for one note or all of them.
read-onlyTechnical reference
You do not need any of this to connect. It is here for anyone wiring Cosmonote into an app of their own.
https://nebula.cosmonote.ai/mcp /.well-known/oauth-authorization-server Troubleshooting
The connection fails
Check the address character for character. It is https://nebula.cosmonote.ai/mcp, with no slash at the end.
The sign-in page rejects my key
Keys are copied in full, including any prefix. If in doubt, create a fresh one in Settings → API keys and paste that.
It connects but finds no notes
Your assistant only sees notes belonging to the account that issued the key. Check you are signed into the same Cosmonote account, and that it has recordings in it.
Still stuck
Write to support@cosmonote.ai and tell us which assistant you are connecting.