Coursera Server
БесплатноНе проверенEnables users to search for courses, view detailed syllabus information, and manage enrollments and progress on Coursera. It supports automated interactions inc
Описание
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:
- Environment variables (recommended):
COURSERA_EMAILandCOURSERA_PASSWORD - Tool arguments: Pass
emailandpassworddirectly 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
Установить Coursera Server в Claude Desktop, Claude Code, Cursor
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
Playwright
Browser automation, scraping, screenshots
автор: MicrosoftPuppeteer
Browser automation and web scraping.
автор: modelcontextprotocolopentabs-dev/opentabs
Plugin-based MCP server + Chrome extension that gives AI agents access to web applications through the user's authenticated browser session. 100+ plugins with a
автор: opentabs-devrobhunter/agentdeals
1,500+ developer infrastructure deals, free tiers, and startup programs across 54 categories. Search deals, compare vendors, plan stacks, and track pricing chan
автор: robhunterCompare Coursera Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории browse
