← Back to home

Connect your AI agent

ClapList supports the Model Context Protocol (MCP) — an open standard that lets AI coding agents interact with apps directly. Connect once, and your agent can manage your vlog projects, shots, and gear.

What your agent can do

list_projectsList your vlog projects with pagination
get_projectGet project details with shots and stats
create_projectCreate a new vlog project
edit_projectEdit project name and dates
list_shotsList shots for a project, grouped by day
batch_add_shotsAdd multiple shots to a project at once
edit_shotUpdate a shot’s details
reorder_shotsReorder shots within a project
list_gearList gear, optionally filtered by category
manage_gearAdd, edit, or remove gear items

Setup with Claude Code

Add the ClapList MCP server to your project or global configuration. Claude Code will prompt you to sign in on first use.

claude mcp add claplist \
  --transport http \
  https://mcp.claplist.app/mcp

Or add it to your .mcp.json manually:

{
  "mcpServers": {
    "claplist": {
      "type": "http",
      "url": "https://mcp.claplist.app/mcp"
    }
  }
}

Other MCP clients

Any MCP-compatible client can connect. Point it to the server URL and authenticate via the OAuth flow:

Server URL
https://mcp.claplist.app/mcp

Transport: Streamable HTTP · Auth: OAuth 2.1 with PKCE

Prerequisites

  • A ClapList account (sign up in the iOS app)
  • An MCP-compatible AI agent (e.g. Claude Code, Cursor, Windsurf)

How authentication works

  1. Your agent sends a connection request to the ClapList MCP server
  2. A browser window opens where you sign in with your ClapList account
  3. The agent receives a secure token and can now manage your data
  4. You can revoke access at any time from the app