Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Udemy
play-circle

Udemy MCP Server

Online course marketplace

educationcoursesmarketplace

About

## Udemy MCP Server: Online Course Marketplace The **Udemy MCP Server** integrates the Udemy online learning marketplace into Google Antigravity, enabling AI-assisted course discovery, enrollment management, and learning progress tracking for professional skills. ### Why Udemy MCP? - **Vast Course Library**: Access over 200,000 courses across technology, business, and creative skills - **Instructor-Led Content**: Learn from industry experts and practitioners worldwide - **Lifetime Access**: Purchased courses remain available for lifetime reference - **Progress Tracking**: Monitor completion progress and resume where you left off - **Certificate Generation**: Earn completion certificates for professional development ### Key Features #### 1. Course Discovery ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find top-rated React courses with recent updates and good reviews" }] ) ``` #### 2. Learning Progress ```python # Track progress response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show my enrolled courses and completion percentage for each" }] ) ``` #### 3. Course Management ```python # Manage courses response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List my wishlist courses and notify me of any current sales" }] ) ``` #### 4. Learning Path ```python # Plan learning response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Suggest a learning path for becoming a full-stack developer" }] ) ``` ### Configuration ```json { "mcpServers": { "udemy": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-udemy"], "env": { "UDEMY_CLIENT_ID": "your-client-id", "UDEMY_CLIENT_SECRET": "your-client-secret" } } } } ``` ### Use Cases **Skill Development**: Learn new technologies and professional skills on-demand. **Team Training**: Manage team learning with course assignments and progress tracking. **Career Growth**: Follow learning paths aligned with career advancement goals. **Continuous Learning**: Stay current with evolving technologies and practices. The Udemy MCP Server brings comprehensive online learning into your workflow, enabling flexible professional development.

Installation

Configuration
{
  "mcpServers": {
    "udemy": {
      "mcpServers": {
        "udemy": {
          "env": {
            "UDEMY_CLIENT_ID": "your-client-id",
            "UDEMY_CLIENT_SECRET": "your-secret"
          },
          "args": [
            "-y",
            "udemy-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Register as Udemy affiliate
  2. 2Get API credentials
  3. 3Search and manage courses

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers