productivity
Thinkific MCP, CLI, and Lua Integration for AI Agents
Thinkific integration docs for AI agents: MCP gateway setup, Thinkific CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write API key auth
Thinkific for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
thinkific- route_slug
thinkific- package
thinkific- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Thinkific CLIHeadless setup and direct function calls. Thinkific MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Thinkific MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Thinkific.
Claude Code Thinkific MCP setup for Claude Code. Cursor Thinkific MCP setup for Cursor. Codex Thinkific MCP setup for Codex. OpenAI Agents Thinkific MCP setup for OpenAI Agents SDK. Claude Agent SDK Thinkific MCP setup for Claude Agent SDK. Vercel AI SDK Thinkific MCP setup for Vercel AI SDK. LangChain Thinkific MCP setup for LangChain. LangGraph Thinkific MCP setup for LangGraph. CrewAI Thinkific MCP setup for CrewAI. MCP clients Thinkific MCP setup for Generic MCP Clients.
Thinkific CLI Matrix
Use these pages for direct Thinkific CLI workflows in scripts, CI, cron, and agent wrappers.
CI Thinkific CLI for CI. Cron Jobs Thinkific CLI for cron jobs. Shell Scripts Thinkific CLI for shell scripts. Headless Automation Thinkific CLI for headless automation. Coding Agents Thinkific CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
thinkific.thinkific_list_courses | Read read | 3 | List courses in your Thinkific site. Returns course IDs, names, descriptions, and status. Supports pagination and search. |
thinkific.thinkific_get_course | Read read | 1 | Get detailed information about a specific Thinkific course by its ID, including chapters, description, and pricing. |
thinkific.thinkific_create_course | Write write | 3 | Create a new course in Thinkific. Requires a course name. Optionally include a description and additional course settings. |
thinkific.thinkific_list_enrollments | Read read | 4 | List enrollments in your Thinkific site. Returns enrollment IDs, user info, course details, progress, and completion status. Supports pagination and filtering by course or user. |
thinkific.thinkific_get_enrollment | Read read | 1 | Get detailed information about a specific Thinkific enrollment by its ID, including progress percentage, completion status, and associated course and user details. |
thinkific.thinkific_list_users | Read read | 3 | List users in your Thinkific site. Returns user IDs, names, emails, and status. Supports pagination and search. |
thinkific.thinkific_get_current_user | Read read | 0 | Get the profile of the currently authenticated Thinkific user. Useful for verifying API credentials and identifying the connected account. |