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
Coursera
graduation-cap

Coursera MCP Server

Online learning platform

educationcourseslearning

About

## Coursera MCP Server: Online Learning Platform Integration The **Coursera MCP Server** integrates Coursera online learning platform into Google Antigravity, enabling AI-assisted course discovery, progress tracking, and learning management for professional development. ### Why Coursera MCP? - **Course Discovery**: Search and discover courses from top universities and companies worldwide - **Progress Tracking**: Monitor learning progress across enrolled courses and specializations - **Certificate Management**: Track earned certificates and professional credentials - **Learning Paths**: Follow structured learning paths and specialization tracks - **Skill Assessment**: Access skill assessments and competency evaluations ### Key Features #### 1. Course Search ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find highly-rated machine learning courses suitable for intermediate programmers" }] ) ``` #### 2. Progress Tracking ```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 progress for each" }] ) ``` #### 3. Learning Paths ```python # Explore paths response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Recommend a learning path for becoming a data scientist" }] ) ``` #### 4. Certificate Status ```python # Check certificates response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "List all my earned certificates and pending course completions" }] ) ``` ### Configuration ```json { "mcpServers": { "coursera": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-coursera"], "env": { "COURSERA_API_KEY": "your-api-key", "COURSERA_USER_ID": "your-user-id" } } } } ``` ### Use Cases **Skill Development**: Find and track courses for professional skill development. **Team Training**: Manage learning assignments and track team progress. **Career Advancement**: Follow structured paths toward career goals. **Credential Management**: Track professional certifications and continuing education. The Coursera MCP Server brings structured online learning into your workflow, enabling continuous professional development.

Installation

Configuration
{
  "mcpServers": {
    "coursera": {
      "mcpServers": {
        "coursera": {
          "env": {
            "COURSERA_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "coursera-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Apply for Coursera API access
  2. 2Get API key
  3. 3Search courses and track progress

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