← 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 paginationget_projectGet project details with shots and statscreate_projectCreate a new vlog projectedit_projectEdit project name and dateslist_shotsList shots for a project, grouped by daybatch_add_shotsAdd multiple shots to a project at onceedit_shotUpdate a shot’s detailsreorder_shotsReorder shots within a projectlist_gearList gear, optionally filtered by categorymanage_gearAdd, edit, or remove gear itemsSetup 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/mcpOr 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/mcpTransport: 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
- Your agent sends a connection request to the ClapList MCP server
- A browser window opens where you sign in with your ClapList account
- The agent receives a secure token and can now manage your data
- You can revoke access at any time from the app
Questions? support@claplist.app