Skip to content

Getting Started

PromptNote — a versioned notebook for AI prompts. Available on Web, Agent Skills, CLI, Raycast, Android, and MCP.

PromptNote is a versioned notebook for iterating on AI prompts. Every edit is saved as a new snippet (version), so you can compare, revert, and refine your prompts over time. Organize with hierarchical tags, share with collaborators, and access your library from any platform.

PlatformBest forGet started
Web AppPrimary editing, tag management, sharingNo install — open in browser
Agent SkillsClaude Code, Cursor, Windsurf, 40+ agentsnpx skills add iopho-team/iopho-skills --skill pnote
CLI (pnote)Terminal workflows, piping, scriptingnpm install -g pnote
RaycastmacOS quick access, search, captureRaycast Store
AndroidMobile access, floating bubble inputDownload APK
MCPClaude Desktop, Cursor, AI tool integrationSetup guide
  • Note — A prompt idea. Has a title, tags, and one or more snippets.
  • Snippet — A version of a note’s content. Each edit creates a new snippet, building a version history.
  • Tag — Hierarchical labels (e.g., ai/prompts/chatgpt). Used for organization and filtering.
  • Smart Tag — AI-suggested tags (prefixed with ) that classify your note’s type and purpose automatically.
  • Shared Tag — Tags shared with collaborators. Notes under shared tags are visible read-only to members.
  1. Open app.promptnoteapp.com — no login required (guest mode)
  2. Create a note and write your prompt
  3. Edit the content — each save creates a new snippet version
  4. Open the timeline sidebar (right panel) to compare versions
  5. Sign up when you want to sync across devices

Different platforms use different sign-in methods:

  • Web App & Raycast — Sign in with your account (Email, GitHub, or Google)
  • CLI, MCP & Skills — Use a Personal Access Token (PAT)

To generate a PAT:

  1. Sign in and open MCP / API Access (or click your avatar → MCP / API Access)
  2. Click Generate API Token
  3. Copy the pn_... token (shown only once)

Use this token with the CLI (pnote auth token pn_...), in your MCP config, or via the PNOTE_TOKEN environment variable.

  • Agent Skills — Use your prompts as slash commands in Claude Code, Cursor, and more
  • CLI Reference — Terminal commands for power users
  • MCP Setup — Connect your AI tools to your prompt library
  • MCP Tools — What your AI assistant can do with PromptNote