Skip to content
LearnDash Support
  • Products

      LearnDash LMS Plugin

      Powering intuitive online courses with advanced management and engagement features for WordPress.

      Learn More

      LearnDash LMS Plugin + Hosting

      StellarSites Learning is a fully managed hosting solution for WordPress.

      Learn More

      Premium LMS Add-ons
      Enhance your courses with extra features. Gather insights, reward learners, protect your course content, and more!

      Explore all Add-ons

      MemberDash
      The most flexible membership plugin for WordPress. Monetize your content and build a community.

      View MemberDash

  • Pricing
  • Add-ons & Integrations

      LEARNDASH ADD-ONS

      Instructor Role

      Empower Instructor to manage courses.

      Groups Management

      Organization management, delegation and more

      ProPanel

      Advanced analytics reporting.

      Gradebook

      Track progress and create report cards.

      Notes

      Enable notetaking and two-way communication.

      Rating, Reviews, & Feedback

      Build trust and gain valuable insights.

      FEATURED INTEGRATIONS

      The Events Calendar

      Connect with the most popular events solution.

      BuddyBoss

      Powerful tools for an enhance learning experience.

      WooCommerce

      The most popular shopping cart on WordPress.

      WeGlot

      Translate your LearnDash content.

      All Integrations

      BUNDLES

      Package and save
      Save when you buy multiple plugins in a bundle.

      See all bundles.

      MORE

      Release Notes

      Get Help

  • Resources
      LearnDash Academy Videos, webinars, and resources to help you launch a successful course.
      Blog Blog
articles with the latest news and tips to help you run high-quality courses.
      Knowledge Base A support network to help you make the most of your courses.
      Release Notes Stay up-to-date with the latest updates to LearnDash.
      Get Help

      Professional Services

      LMS Site Development Get hands-on assistance launching your course website.
      Website Maintenance WordPress management made easy.
      SEO Services SEO solutions that accelerate growth.

      Other Resources

      LearnDash Accessibility At LearnDash, we believe online learning should be accessible to everyone.
      Join the Dev Club
  • Demo
  • Sign In
Get LearnDash

Knowledge Bases: Support Home | LearnDash Core | LearnDash Add-ons | LearnDash Cloud | Resources | Mobile App

LearnDash Support
  • ← Return to LearnDash
  • Support
    • Support Home
    • All Knowledge Bases
    • LearnDash Core
    • Add-ons
    • Resources
    • Cloud
  • My Account
Popular searches: api duplicate couse email gp query loop [ld_course_resume]
View Categories
  • Home
  • All Knowledge Bases
  • LearnDash MCP Server
  • Getting Started with LearnDash MCP Server
  • Getting Started with the LearnDash Model Context Protocol (MCP)

Getting Started with the LearnDash Model Context Protocol (MCP)

What Is the LearnDash MCP Server? #

The Model Context Protocol (MCP) Server acts a bridge between LearnDash and AI-powered tools such as Cursor and Elementor’s Angie. The LearnDash MCP Server allows an AI agent to understand your LearnDash site and take actions through the LearnDash REST API, such as creating courses, enrolling users, or updating course settings, based on natural language prompts.

The LearnDash MCP Server works in two ways:

  • WordPress Hosted (Such as Angie by Elementor): Uses a built-in hosted MCP client. No setup or application password is required.
  • Cursor (and similar tools): Requires setting up an external MCP server on a local machine. This type of connection uses a WordPress application password for secure access. Non-developer users can set this up using Cursor with natural language prompts. 

Important: Before using the MCP server with AI tools on your site, always create a backup and take regular backups along the way. LLMs can make mistakes, some of which they are unable to change through the API/MCP connection. 

Why It Matters #

MCP support enables LearnDash users to leverage AI to reduce repetitive work, save time, and generate content directly from existing resources. Depending on the LLM connected, users can:

  • Generate content: Create courses from books, transcripts, or other files.
  • Automate grading: Use rubrics to grade assignments quickly.
  • Simplify course management: Change start/end dates or enrollment modes across multiple courses.
  • Organize content: Add tags, categories, or prerequisites using a single prompt.
  • Manage users and groups: Enroll or remove users, or create groups and assign courses.

For power users, MCP connections open the door to building custom workflows, integrations, and automations on top of the LearnDash REST API.

Before You Begin: Back Up Your Site #

AI tools can make real, and sometimes irreversible, changes to any LearnDash site. While prompts are executed step by step, mistakes can happen if instructions are vague or misunderstood.

To stay safe:

  • Create a full backup before connecting any MCP-enabled tool.
  • Back up again after major changes or during long sessions.
  • Test first in a staging environment when possible.

How an MCP Connection Works with WordPress #

A diagram shows the following information. Your website has REST APIs for WordPress core as well as your plugins, and themes, where supported(like LearnDash). In the middle, standardized Model Context Protocol (MCP) servers to open up the capabilities of the APIs on your website to your AI agents.
  • Connection: An MCP server connects to your site through the LearnDash REST API.
  • Authentication:
    • Hosted solutions, such as Angie, use automatic authentication (no application password required).
    • External MCP servers (such as Cursor) require a WordPress application password for secure access.
  • Supported Actions: MCP follows REST conventions (create, read, update, delete) for courses, lessons, topics, assignments, groups, and users.

What the LearnDash MCP Server Can and Cannot Do #

The LearnDash MCP server capabilities are directly related to the REST API. So, as the REST API in LearnDash updates and expands, the actions available to AI agents will also expand. 

What MCP Server Can Do

  • Create, read, update, or delete courses, lessons, and topics
  • Enable and grade assignments
  • Manage course and group enrollments
  • Update course settings (pricing, access, start/end dates)
  • Add tags, categories, and prerequisites

What MCP Server Cannot Do

  • Create new WordPress users (read-only access to existing users only)
  • Manage quizzes or quiz questions (read-only)
  • Create or modify certificates
  • Upload files or media
  • Change themes, plugins, or site appearance
  • Run database queries
  • Perform bulk imports/exports (all actions are single-item)

While MCP connections to AI make tasks faster, all “bulk” actions are still performed one by one through the REST API. For example, enrolling 100 students means the AI performs 100 separate enrollment actions.

By default, the MCP server connection may reach the WordPress REST API and be able to perform some of the actions the LearnDash REST API is unable to perform. 

Real-World Examples

  • Book to Course: An author connects AI to their site and asks it to turn a manuscript into a LearnDash course.
  • Transcript Conversion: A lecturer provides a transcript and prompts AI to generate a course with lessons and topics.
  • Grading with Rubrics: An instructor supplies a rubric and asks the AI to grade pending assignments, approving them if scores meet the threshold.
  • Bulk Enrollment via CSV: A course admin prompts AI to parse a CSV of users and enroll them into specific courses and groups.

Privacy and Data Access

  • LearnDash never sees prompts, responses, or data sent through MCP servers.
  • With Cursor (local server), data stays on your machine except where the LLM provider requires REST API access.
  • With hosted tools, like Angie, prompts flow through Elementor’s hosted MCP infrastructure.

For maximum privacy, run a local MCP server and connect to an open-source model such as Ollama.

Updated on February 5, 2026
Creating WordPress Application Passwords for MCP
Table of Contents
  • What Is the LearnDash MCP Server?
  • Why It Matters
  • Before You Begin: Back Up Your Site
  • How an MCP Connection Works with WordPress
  • What the LearnDash MCP Server Can and Cannot Do

Was this Doc Useful?

Thanks for your feedback!

Products

  • LearnDash LMS Plugin
  • MemberDash Plugin
  • LearnDash Cloud
  • ProPanel
  • Groups Management
  • Gradebook
  • Notes
  • Integrations

Support

  • Contact Us
  • Experts
  • Documentation
  • Facebook Community

Company

  • About LearnDash
  • Brand Assets
  • Careers
  • Affiliates
  • Privacy Policy
  • Terms and Conditions
  • Refund Policy

Our Partners

  • The Events Calendar
  • MemberDash
  • Kadence
  • GiveWP
  • Iconic
  • SolidWP

Stay Connected Subscribe to our newsletter
  • YouTube
  • X
  • Facebook
  • Instagram

Copyright 2026. All Rights Reserved.

A Liquid Web Brand
WordPress Hosting Services
© 2026 All Rights Reserved

StellarWP
liquidweb