Craft logo

Craft

Free tier

Your space for notes, tasks, and big ideas — beautifully organized

Free tier available·All audiences·API available

Key strengths

Beautifully designed, award-winning UI across all Apple and major platformsAll-in-one workspace combining notes, tasks, calendar, and whiteboardsMCP connections enabling integration with AI tools like Claude, ChatGPT, Cursor, and WindsurfFlexible organization via spaces, folders, tags, and rich collections/databasesPublish & share documents directly from the app with one click
Free tier + paid plans · from $4.8 USD/mo
Founded 2020
No ratings yet

Developer & Integration Documentation

API & MCP Connections

Craft exposes an API and supports the Model Context Protocol (MCP), allowing AI agents and developer tools to read from and write to your Craft workspace programmatically.

Supported MCP Clients:

  • Claude, Claude Code, ChatGPT
  • Cursor, Windsurf, Visual Studio Code
  • Raycast, and other MCP-compatible clients

API Integrations (no-code/low-code platforms):

  • Lovable, Replit, Bolt, v0, Codex CLI
  • Apple Shortcuts for native iOS/macOS automation

Example: Connecting Craft via MCP (conceptual)

{
  "mcpServer": "craft",
  "action": "createDocument",
  "params": {
    "title": "Sprint Notes",
    "content": "## Goals\n- Ship feature X\n- Fix bug Y",
    "space": "Work"
  }
}

Key Integration Points

  • Apple Shortcuts: Automate document creation, task appending, and publishing on iOS/macOS.
  • Collections API: Access structured database-style collections (title, author, type fields) for custom dashboards.
  • Publish & Share: Programmatically trigger document publishing to generate public URLs.
  • Explore the Getting Started Guide and community templates built by 200+ builders for real-world examples.