productivity
Teachable MCP, CLI, and Lua Integration for AI Agents
Teachable integration docs for AI agents: MCP gateway setup, Teachable CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write API key auth
Teachable 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
teachable- route_slug
teachable- package
teachable- 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. Teachable CLIHeadless setup and direct function calls. Teachable 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.
Teachable MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Teachable.
Claude Code Teachable MCP setup for Claude Code. Cursor Teachable MCP setup for Cursor. Codex Teachable MCP setup for Codex. OpenAI Agents Teachable MCP setup for OpenAI Agents SDK. Claude Agent SDK Teachable MCP setup for Claude Agent SDK. Vercel AI SDK Teachable MCP setup for Vercel AI SDK. LangChain Teachable MCP setup for LangChain. LangGraph Teachable MCP setup for LangGraph. CrewAI Teachable MCP setup for CrewAI. MCP clients Teachable MCP setup for Generic MCP Clients.
Teachable CLI Matrix
Use these pages for direct Teachable CLI workflows in scripts, CI, cron, and agent wrappers.
CI Teachable CLI for CI. Cron Jobs Teachable CLI for cron jobs. Shell Scripts Teachable CLI for shell scripts. Headless Automation Teachable CLI for headless automation. Coding Agents Teachable CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
teachable.teachable_list_courses | Read read | 2 | List courses from your Teachable school. Paginate with page/per_page parameters. |
teachable.teachable_get_course | Read read | 1 | Get a single course from your Teachable school by its course ID. |
teachable.teachable_list_users | Read read | 2 | List users from your Teachable school. Paginate with page/per_page parameters. |
teachable.teachable_get_user | Read read | 1 | Get a single user from your Teachable school by their user ID. |
teachable.teachable_list_enrollments | Read read | 4 | List enrollments from your Teachable school. Filter by user_id or course_id and paginate with page/per_page. |
teachable.teachable_get_enrollment | Read read | 1 | Get a single enrollment from your Teachable school by its enrollment ID. |
teachable.teachable_get_current_user | Read read | 0 | Verify your Teachable API key and get the current user profile. Use this to confirm the integration is working. |