Nestornotes Docs
Setup

Claude Setup

Connect Claude-compatible MCP workflows to Nestornotes.

Use this guide when your Claude client or Claude-based workflow can connect to MCP tools.

MCP Server

https://nestornotes.com/mcp

Setup

  1. Open your Claude client's MCP or connector settings.
  2. Add a server named Nestornotes.
  3. Use the MCP server URL above when the client asks for a remote server URL.
  4. Choose OAuth or browser authorization when Claude asks how to authenticate. Claude should dynamically register with Nestornotes through Supabase OAuth.
  5. Ask Claude to retrieve context from Nestornotes before drafting, researching, or comparing sources.

Claude Code users can also add the server from a terminal:

claude mcp add --transport http nestornotes https://nestornotes.com/mcp

Troubleshooting

If Claude says it could not register with Nestornotes's sign-in service or asks for an OAuth Client ID, the MCP server metadata is reachable but Supabase dynamic client registration is not active for the project. Enable Supabase OAuth 2.1 Server, Dynamic Client Registration, and set the authorization path to /oauth/consent, then add the server again.

If your Claude workflow cannot use OAuth for remote MCP, configure an API-key bearer header, use the Nestornotes CLI, or call API v1 directly.

On this page