Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Coursera Server

БесплатноНе проверен

Enables users to search for courses, view detailed syllabus information, and manage enrollments and progress on Coursera. It supports automated interactions inc

GitHubEmbed

Описание

Enables users to search for courses, view detailed syllabus information, and manage enrollments and progress on Coursera. It supports automated interactions including viewing certificates through local or cloud-based browser environments using Playwright.

README

MCP (Model Context Protocol) server for Coursera — search courses, get details, enroll, track progress, and view certificates.

Tools

Tool Description
search_courses Search courses by topic, skill, difficulty level
get_course_details Get full course info: syllabus, duration, instructor, reviews
enroll_course Enroll in a course (requires login)
get_my_courses List enrolled courses and progress
get_certificates View earned certificates

Requirements

  • Node.js 18+
  • Playwright (installed automatically)

Installation

npm install @striderlabs/mcp-coursera
# Install browser binaries
npx playwright install chromium

Configuration

Environment Variables

Variable Required Description
BROWSERBASE_CDP_URL Optional Browserbase CDP endpoint for cloud browsers
COURSERA_EMAIL For auth tools Your Coursera account email
COURSERA_PASSWORD For auth tools Your Coursera account password

Claude Desktop / MCP Client

Add to your MCP client config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):

{
  "mcpServers": {
    "coursera": {
      "command": "npx",
      "args": ["-y", "@striderlabs/mcp-coursera"],
      "env": {
        "COURSERA_EMAIL": "[email protected]",
        "COURSERA_PASSWORD": "yourpassword",
        "BROWSERBASE_CDP_URL": "wss://connect.browserbase.com?apiKey=YOUR_KEY"
      }
    }
  }
}

With Browserbase (Cloud Browsers)

Browserbase provides cloud browser infrastructure. Set BROWSERBASE_CDP_URL to connect:

BROWSERBASE_CDP_URL="wss://connect.browserbase.com?apiKey=YOUR_API_KEY" npx @striderlabs/mcp-coursera

Without BROWSERBASE_CDP_URL, a local Chromium instance is launched.

Usage Examples

Search for Courses

search_courses(query="machine learning", difficulty="beginner", limit=5)

Get Course Details

get_course_details(course_url="https://www.coursera.org/learn/machine-learning")

Enroll in a Course

enroll_course(course_url="https://www.coursera.org/learn/python")

Check Progress

get_my_courses()

View Certificates

get_certificates()

Authentication

Tools that access personal data (enroll_course, get_my_courses, get_certificates) require Coursera credentials. Provide them via:

  1. Environment variables (recommended): COURSERA_EMAIL and COURSERA_PASSWORD
  2. Tool arguments: Pass email and password directly in the tool call

Credentials are never stored or transmitted beyond the browser session.

Development

git clone <repo>
cd mcp-coursera
npm install
npx playwright install chromium
npm run build
npm start

License

MIT

from github.com/markswendsen-code/mcp-coursera

Установить Coursera Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install coursera-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add coursera-mcp-server -- npx -y @striderlabs/mcp-coursera

Пошаговые гайды: как установить Coursera Server

FAQ

Coursera Server MCP бесплатный?

Да, Coursera Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Coursera Server?

Нет, Coursera Server работает без API-ключей и переменных окружения.

Coursera Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Coursera Server в Claude Desktop, Claude Code или Cursor?

Открой Coursera Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Coursera Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории browse