A course creator with 15 LearnPress courses connected mumcp to Claude and now manages everything through conversation. Creating a new course that used to take 2 hours of dashboard clicking now takes 20 minutes of describing what they want. Here’s how it works.
The Dashboard Problem
LearnPress is powerful, but the admin UI is slow. Creating a single course means:
- Create the course post with description, pricing, category
- Create each lesson (click “Add Lesson” → fill fields → save → repeat)
- Create each quiz (add questions, set answers, configure scoring)
- Arrange the curriculum (drag sections and lessons into order)
- Set the featured image
- Configure SEO
- Publish
For a 10-lesson course with 3 quizzes, that’s easily 2 hours of clicking. And if you need to update content across multiple courses? Multiply that time.
The AI Workflow
With mumcp’s 18 LearnPress MCP tools, the same course takes one conversation:
Example: Create a Complete Course
Create a LearnPress course called "Introduction to Digital Photography"
Price: $49
Category: Photography
Lessons:
1. Understanding Your Camera (intro to DSLR settings)
2. Composition Rules (rule of thirds, leading lines)
3. Lighting Basics (natural vs artificial light)
4. Portrait Photography (depth of field, posing)
5. Landscape Photography (wide angle, golden hour)
Quiz after lesson 5:
- 10 multiple choice questions covering all 5 lessons
- Passing score: 70%
Generate a featured image and set SEO.
Claude uses these tools in sequence:
wp_lp_create_course— creates the course with pricing and metadatawp_lp_create_lesson× 5 — creates each lesson with contentwp_lp_create_quiz— creates the quiz with questions and answerswp_lp_curriculum— arranges everything in the right orderwp_generate_featured_image— AI-generated course thumbnailwp_set_seo— meta title, description, focus keyword
LearnPress MCP Tools Available
| Tool | What It Does |
|---|---|
wp_lp_list_courses |
List all courses with status, pricing, enrollment count |
wp_lp_get_course |
Get full course details including curriculum |
wp_lp_create_course |
Create a new course with all settings |
wp_lp_update_course |
Update course title, price, description, status |
wp_lp_create_lesson |
Create a lesson with content |
wp_lp_update_lesson |
Update lesson content or settings |
wp_lp_create_quiz |
Create a quiz with questions and answers |
wp_lp_update_quiz |
Modify quiz questions or scoring |
wp_lp_curriculum |
View and arrange course curriculum |
wp_lp_list_students |
List enrolled students with progress |
wp_lp_student_progress |
Detailed progress for a specific student |
wp_lp_enroll_student |
Manually enroll a student |
Real Workflow Examples
Bulk Update Course Pricing
List all my courses and their current prices.
Then increase every course price by 20% and round to nearest $5.
Student Progress Report
Show me all students enrolled in "Digital Photography"
who haven't completed the final quiz yet.
How many are stuck on lesson 3?
Course Content Refresh
Update lesson 2 in "Digital Photography" with this new content: [paste text]
Also update the quiz to include 2 new questions about the updated material.
Create Course Series
Create 3 related courses:
1. "Photography Basics" - $29, 5 lessons
2. "Intermediate Photography" - $49, 8 lessons
3. "Advanced Photography" - $79, 10 lessons
For each: generate a featured image, set SEO, publish as draft.
Time Comparison
| Task | Dashboard | With MCP |
|---|---|---|
| Create 10-lesson course | 2 hours | 20 minutes |
| Update pricing on 15 courses | 45 minutes | 1 minute |
| Student progress report | 30 minutes | 30 seconds |
| Add quiz to existing course | 20 minutes | 2 minutes |
| Content audit across all courses | 3+ hours | 5 minutes |
Get Started
- Download mumcp (free)
- Install on your LearnPress WordPress site
- Connect to Claude Desktop
- Start managing courses through conversation
See also: LearnPress MCP Tools Reference · All 207 Tools